aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-17Merge tag 'efi-next-20231217' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-12-17doc: Replace examples of MD5 and SHA1 with SHA256Sean Anderson
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro
2023-12-17cmd: efidebug: ease efi configuration dependencyAKASHI Takahiro
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-17cmd: bootefi: localize global device paths for efi_selftestAKASHI Takahiro
2023-12-17cmd: bootefi: carve out binary execution interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: carve out EFI boot manager interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro
2023-12-17cmd: bootefi: unfold do_bootefi_image()AKASHI Takahiro
2023-12-15Revert "board: ti: am62x/am62ax: Update virtual interrupt allocations in boar...Tom Rini
2023-12-15Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-12-15Merge tag 'clk-2024.01-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-12-15Merge branch '2023-12-15-assorted-TI-platform-updates' into nextTom Rini
2023-12-15board: ti: k3: Remove need for CFG_SYS_SDRAM_BASEAndrew Davis
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen
2023-12-15board: ti: am62x/am62ax: Update virtual interrupt allocations in board configVishal Mahaveer
2023-12-15board: ti: am62x/am62ax: Update MCU GPIO interrupt allocation in board configVishal Mahaveer
2023-12-15board: ti: am62ax: Add C7x resource allocation entries to board configVishal Mahaveer
2023-12-15board: ti: am62x/am62ax: Formatting updates to board config filesVishal Mahaveer
2023-12-15arm: mach-k3: Merge initial memory mapsAndrew Davis
2023-12-15arm: mach-k3: Remove non-cached memory map areasAndrew Davis
2023-12-15arm: mach-k3: Do not map ATF and OPTEE regions in MMUAndrew Davis
2023-12-15arm: mach-k3: Let the compiler size the mem_map listsAndrew Davis
2023-12-15arm: mach-k3: Move K3 common schema.yaml out of board directoryAndrew Davis
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-12-15clk: nuvoton: add read only feature for clk driverJim Liu
2023-12-15cmd: clk: Make soc_clk_dump staticIgor Prusov
2023-12-15clk: treewide: switch to clock dump from clk_opsIgor Prusov
2023-12-15cmd: clk: Use dump function from clk_opsIgor Prusov
2023-12-15clk: Add dump operation to clk_opsIgor Prusov
2023-12-15clk: amlogic: Move driver and ops structsIgor Prusov
2023-12-15clk: k210: Move soc_clk_dump functionIgor Prusov
2023-12-15clk: ast2600: Move soc_clk_dump functionIgor Prusov
2023-12-15clk: zynq: Move soc_clk_dump to Zynq clock driverIgor Prusov
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov
2023-12-15clk: Check that composite clock's div has set_rate()Igor Prusov
2023-12-15clk: get correct ops for clk_enable() and clk_disable()Yang Xiwen
2023-12-15clk: check parent_name in clk_register to avoid confusing log_error() outputYang Xiwen
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini
2023-12-15bootm: Support kernel_noload with compressionSimon Glass
2023-12-15bootm: Move arm64-image processing laterSimon Glass
2023-12-15image: Show the load address when decompressingSimon Glass
2023-12-15image: Correct load_bug typoSimon Glass
2023-12-15configs: stm32: Apply savedefconfigPatrice Chotard
2023-12-15board: st: common: simplify MTD device parsingPatrice Chotard
2023-12-15board: st: common: Fix board_get_alt_info_mtd()Patrice Chotard
2023-12-15board: stm32f469-disco: add splash screen with stmicroelectronics logoDario Binacchi
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi