summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07env: Allow text-env tests to run with awkSimon Glass
2022-04-07env: Drop the unncessary protocol mention in autoloadSimon Glass
2022-04-07env: Move the doc comment to the codeSimon Glass
2022-04-07Makefile: Sort u-boot-initial-env outputChristoph Niedermaier
2022-04-07scripts/get_default_envs.sh: Remove blank linesChristoph Niedermaier
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel
2022-04-07env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu
2022-04-07imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN defaultFabio Estevam
2022-04-07Merge branch '2022-04-06-various-verified-boot-bugfixes'Tom Rini
2022-04-06dm: blk: Expand iteration and add testsSimon Glass
2022-04-06dm: core: Tidy up comments in uclass headersSimon Glass
2022-04-06dm: core: Add a required struct declarationSimon Glass
2022-04-06stdint: Add a definition of UINT8_MAXSimon Glass
2022-04-06Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass
2022-04-06Add a default for TPL_TEXT_BASESimon Glass
2022-04-06disk: Correct the conditions for SPLSimon Glass
2022-04-06spi: Avoid checking console in SPLSimon Glass
2022-04-06cros_ec: Complete the comment for cros_ec_read_batt_charge()Simon Glass
2022-04-06cbfs: Add some more definititionsSimon Glass
2022-04-06lzma: Tidy up the function prototypeSimon Glass
2022-04-06fdt: sandbox: Avoid looking for an appended device treeSimon Glass
2022-04-06fdt: Correct condition for SEPARATE_BSSSimon Glass
2022-04-06abuf: Correct a corner case with abuf_realloc()Simon Glass
2022-04-06errno: Avoid including strings in SPLSimon Glass
2022-04-06binman: Correct Chromium OS entry typesSimon Glass
2022-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2022-04-06Merge branch '2022-04-06-assorted-updates'Tom Rini
2022-04-06dm: fix function documentation in include/dm/ofnode.hHeinrich Schuchardt
2022-04-06tools: mkimage: Call verify_header after writing image to diskPali Rohár
2022-04-06tools: mkimage: No need to verify_header for header_v2Yi Liu
2022-04-06Makefile: add endian link flag to u-boot-elf.oDu Huanpeng
2022-04-06riscv: alloc space exhaustedHeinrich Schuchardt
2022-04-06riscv: enable CONFIG_CMD_SBI for QEMU boardsHeinrich Schuchardt
2022-04-06cmd/sbi: add missing SBI informationHeinrich Schuchardt
2022-04-06riscv: provide missing base extension functionsHeinrich Schuchardt
2022-04-06cmd: sbi: add Performance Monitoring Unit ExtensionHeinrich Schuchardt
2022-04-05power: pmic: Provide DM_PMIC support for tps65217 driverLukasz Majewski
2022-04-05power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217Lukasz Majewski
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2022-04-05net: zynq_gem: Add SGMII dynamic config supportT Karthik Reddy
2022-04-05firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config apiT Karthik Reddy
2022-04-05gpio: slg7xl45106: Update gpio desc flags from DTT Karthik Reddy
2022-04-05net: zynq_gem: Move ethernet info print statementT Karthik Reddy
2022-04-05net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy
2022-04-05net: zynq_gem: Use shared MDIO bus support for zynqmpMichal Simek
2022-04-05dt-bindings: xilinx: Add missing ids for PDMichal Simek
2022-04-05arm64: zynqmp: Record ID code for XCZU1EG deviceMichal Simek
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy