aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-05clk: zynqmp: Add support for for DP audio/video clocksMichal Simek1-0/+7
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini56-563/+2325
2022-04-05xilinx: Increase max size of image from 60 to 100MBMichal Simek2-2/+2
2022-04-05sunxi: defconfig: enable eMMC boot partition supportAndre Przywara5-0/+5
2022-04-05sunxi: eMMC: Improve automatic boot source detectionAndre Przywara1-0/+83
2022-04-04ram: k3-am654: Make VTT regulator optionalChristian Gmeiner1-3/+2
2022-04-04ram: k3-am654: Write all configuration valuesDominic Rath1-0/+10
2022-04-04configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfigDave Gerlach1-0/+1
2022-04-04arm: dts: k3-am64-ddr: Add ss_cfg reg entryDave Gerlach1-2/+3
2022-04-04board: ti: am64x: Account for DDR size fixups if ECC is enabledDave Gerlach1-2/+53