aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21Merge tag 'dm-pull-21oct21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/21Oct2021Tom Rini14-271/+215
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún2-175/+180
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún1-14/+5
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún1-12/+6
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún2-7/+7
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún1-3/+3
2021-10-21env: Don't match empty variable name in env_match()Marek Behún1-1/+1
2021-10-21env: Use better name for variable in env_get_f()Marek Behún1-4/+4
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún1-16/+16
2021-10-21env: Inline env_get_char() into its only userMarek Behún4-35/+16
2021-10-21env: Change env_match() to static and remove from headerMarek Behún2-26/+15
2021-10-21examples: api: glue: Remove comment that does not apply anymoreMarek Behún1-5/+0
2021-10-21env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek Behún3-38/+1
2021-10-21env: Fix documentation for env_get_f()Marek Behún1-1/+4
2021-10-21dm: Fix util.h's broken include guardPierre-Clément Tosi1-2/+2
2021-10-21sandbox: provide /chosen/boot-hartid propertyHeinrich Schuchardt2-1/+26
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini1-1/+1
2021-10-21CI: Switch running the nokia_rx51 test with in-container toolchainTom Rini2-4/+2
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini22-145/+109
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár1-1/+1
2021-10-21arm: mvebu: Add missing "if SPL"Tom Rini1-1/+1
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár1-0/+4
2021-10-21arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to KconfigMarek Behún2-1/+1
2021-10-21arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to KconfigMarek Behún2-4/+1
2021-10-21arm: mvebu: turris_omnia: Use show_board_info()Marek Behún1-2/+2
2021-10-21arm: mvebu: turris_omnia: Overwrite ethaddr only if invalidMarek Behún1-10/+12
2021-10-21arm: mvebu: turris_mox: Better check for valid ethernet addresses in envMarek Behún1-7/+9
2021-10-21arm: mvebu: turris_mox: Always handle reset buttonMarek Behún1-1/+2
2021-10-21arm: mvebu: turris_mox: Use show_board_info()Marek Behún1-34/+33
2021-10-21arm: mvebu: turris_mox: Cosmetic update for board config headerMarek Behún1-39/+22
2021-10-21arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS optionMarek Behún8-25/+0
2021-10-21arm: mvebu: a3720: Create Kconfig option for I2C_MVMarek Behún9-12/+11
2021-10-21arm: mvebu: turris_mox: Move options to defconfigMarek Behún2-7/+2
2021-10-21tools: termios_linux.h: Fix tcsendbreak() implementationPali Rohár1-1/+5
2021-10-21cmd: tlv_eepromSven Auhagen1-0/+3
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...WIP/20Oct2021Tom Rini123-534/+6595
2021-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini12-39/+67
2021-10-20imx8mm-cl-iot-gate-optee: align config with KconfigStefano Babic1-1/+2
2021-10-20kontron-sl-mx8mm: fix missing configs and deadlock in CIStefano Babic2-4/+3
2021-10-20buildman: Detect Kconfig loopsSimon Glass3-5/+55
2021-10-20buildman: Write output even on fatal errorSimon Glass1-6/+6
2021-10-20riscv: Avoid io read/write cause wrong resultNick Hu1-9/+9
2021-10-20board: sifive: Fix -Wint-to-pointer-cast warningBin Meng2-2/+2
2021-10-20ram: sifive: Fix -Wint-to-pointer-cast warningsBin Meng1-4/+4
2021-10-20net: macb: Fix -Wint-to-pointer-cast warningsBin Meng1-8/+3
2021-10-20dm: Provide dev_read_addr_index_ptr() wrapperBin Meng1-0/+18
2021-10-20dm: core: Add a new API devfdt_get_addr_index_ptr()Bin Meng2-3/+20
2021-10-20i2c: ocores: Fix -Wint-to-pointer-cast warningBin Meng1-1/+1
2021-10-20gpio: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-4/+2
2021-10-20clk: sifive: Fix -Wint-to-pointer-cast warningBin Meng1-3/+3