aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-07env: Allow text-env tests to run with awkWIP/2022-04-07-env-updatesSimon Glass2-15/+18
2022-04-07env: Drop the unncessary protocol mention in autoloadSimon Glass1-1/+1
2022-04-07env: Move the doc comment to the codeSimon Glass2-1/+5
2022-04-07Makefile: Sort u-boot-initial-env outputChristoph Niedermaier1-1/+2
2022-04-07scripts/get_default_envs.sh: Remove blank linesChristoph Niedermaier1-2/+2
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong2-15/+39
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel2-0/+49
2022-04-07env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu1-6/+7
2022-04-07imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN defaultFabio Estevam1-4/+4
2022-04-07Merge branch '2022-04-06-various-verified-boot-bugfixes'Tom Rini21-32/+312
2022-04-06dm: blk: Expand iteration and add testsWIP/2022-04-06-various-verified-boot-bugfixesSimon Glass3-0/+180
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass2-16/+15
2022-04-06dm: core: Add a required struct declarationSimon Glass1-0/+1
2022-04-06stdint: Add a definition of UINT8_MAXSimon Glass1-0/+7
2022-04-06Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass1-0/+1
2022-04-06Add a default for TPL_TEXT_BASESimon Glass1-0/+1
2022-04-06disk: Correct the conditions for SPLSimon Glass1-5/+5
2022-04-06spi: Avoid checking console in SPLSimon Glass1-1/+1
2022-04-06cros_ec: Complete the comment for cros_ec_read_batt_charge()Simon Glass1-0/+1
2022-04-06cbfs: Add some more definititionsSimon Glass1-0/+43
2022-04-06lzma: Tidy up the function prototypeSimon Glass2-4/+17
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass1-0/+3
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass1-1/+1
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass2-1/+32
2022-04-06errno: Avoid including strings in SPLSimon Glass1-1/+1
2022-04-06binman: Correct Chromium OS entry typesSimon Glass2-3/+3
2022-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini6-5/+84
2022-04-06Merge branch '2022-04-06-assorted-updates'Tom Rini32-20/+174
2022-04-06dm: fix function documentation in include/dm/ofnode.hWIP/2022-04-06-assorted-updatesHeinrich Schuchardt1-4/+4
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár1-0/+41
2022-04-06tools: mkimage: No need to verify_header for header_v2Yi Liu1-0/+4
2022-04-06Makefile: add endian link flag to u-boot-elf.oDu Huanpeng1-0/+1
2022-04-06riscv: alloc space exhaustedHeinrich Schuchardt2-4/+1
2022-04-06riscv: enable CONFIG_CMD_SBI for QEMU boardsHeinrich Schuchardt1-0/+1
2022-04-06cmd/sbi: add missing SBI informationHeinrich Schuchardt1-1/+12
2022-04-06riscv: provide missing base extension functionsHeinrich Schuchardt2-0/+68
2022-04-06cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt2-0/+2
2022-04-05power: pmic: Provide DM_PMIC support for tps65217 driverLukasz Majewski1-0/+82
2022-04-05power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217Lukasz Majewski27-16/+42
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini32-54/+621
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...WIP/05Apr2022Tom Rini31-82/+493
2022-04-05net: zynq_gem: Add SGMII dynamic config supportT Karthik Reddy1-0/+46
2022-04-05firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config apiT Karthik Reddy2-0/+20
2022-04-05gpio: slg7xl45106: Update gpio desc flags from DTT Karthik Reddy1-0/+2
2022-04-05net: zynq_gem: Move ethernet info print statementT Karthik Reddy1-4/+4
2022-04-05net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy1-19/+26
2022-04-05net: zynq_gem: Use shared MDIO bus support for zynqmpMichal Simek1-9/+23
2022-04-05dt-bindings: xilinx: Add missing ids for PDMichal Simek2-0/+22
2022-04-05arm64: zynqmp: Record ID code for XCZU1EG deviceMichal Simek1-0/+5
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy3-4/+4