aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-21bootm: Tidy up boot_selected_os()Simon Glass
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Drop arguments from do_bootm_states()Simon Glass
2023-12-21bootz: Avoid use of #ifdefSimon Glass
2023-12-21booti: Avoid use of #ifdefSimon Glass
2023-12-21bootm: Move do_bootm_states() comment to header fileSimon Glass
2023-12-21bootm: Add more fields to bootm_infoSimon Glass
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21bootm: Create a struct for argument informationSimon Glass
2023-12-21sandbox: bootm: Enable more bootm OS methodsSimon Glass
2023-12-21bootm: Adjust how the board is resetSimon Glass
2023-12-21riscv: Add a reset_cpu() functionSimon Glass
2023-12-21nios2: Add a reset_cpu() functionSimon Glass
2023-12-21ppc: Add a reset_cpu() functionSimon Glass
2023-12-21m68k: Add a reset_cpu() functionSimon Glass
2023-12-21mips: Add a reset_cpu() functionSimon Glass
2023-12-15board: ti: k3: Remove need for CFG_SYS_SDRAM_BASEAndrew Davis
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-15Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians...Tom Rini
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
2023-12-15ARM: dts: stm32: support MIPI DSI on stm32f469-disco boardDario Binacchi
2023-12-15ARM: dts: stm32: make the DSI clock usable by the clock driverDario Binacchi
2023-12-15ARM: dts: stm32: make the LTDC clock usable by the clock driverDario Binacchi
2023-12-15ARM: dts: stm32f469-disco: sync with Linux 6.5Dario Binacchi
2023-12-15clk: stm32f: fix setting of LCD clockDario Binacchi
2023-12-15clk: stm32f: fix setting of division factor for LCD_CLKDario Binacchi
2023-12-15ARM: dts: stm32f769-disco: rework ltdc nodeDario Binacchi
2023-12-14Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2023-12-14arm64: imx8mp: Enable TCP, IPv6, wget on Data Modul i.MX8M eDM SBCMarek Vasut
2023-12-14arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOMMarek Vasut
2023-12-14arm: imx6: Enable TCP, IPv6, wget on DH i.MX6 DHCOMMarek Vasut
2023-12-13Merge tag 'dm-next-13dec23' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini