aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel
2023-12-28test: Add framework to test hush behaviorFrancis Laniel
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass
2023-12-21bootm: Create a function to run through the booti statesSimon Glass
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass
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-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-21iommu: add a connect opCaleb Connolly
2023-12-21include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionallyManorit Chawdhry
2023-12-21include: Further cleanup includesTom Rini
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini
2023-12-21arc: Cleanup and audit usage of <config.h>Tom Rini
2023-12-21qe: Add <config.h> to linux/immap_qe.hTom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-19board: lg: x3-t30: switch to DM pinmuxSvyatoslav Ryhel
2023-12-19drivers: gpio: implement PALMAS GPIO cellSvyatoslav Ryhel
2023-12-19drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel
2023-12-19Merge patch series "Add support for MediaTek MT8365 EVK Board"Tom Rini
2023-12-19dt-bindings: clock: add Mediatek MT8365 pinctrl bindingsJulien Masson
2023-12-19arm: mediatek: add support for MediaTek MT8365 SoCJulien Masson
2023-12-19dt-bindings: power: add power-domain header for MediaTek MT8365 SoCJulien Masson
2023-12-19dt-bindings: clock: add Mediatek MT8365 SoC clock bindingsJulien Masson
2023-12-19arm: vexpress64: juno: Allow boot from VirtIORobert Catherall
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2023-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-18riscv: sifive: unmatched: migrate to text environmentYong-Xuan Wang
2023-12-18riscv: Add support for AMD/Xilinx MicroBlaze VMichal Simek
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro
2023-12-15Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-12-15board: ti: k3: Remove need for CFG_SYS_SDRAM_BASEAndrew Davis
2023-12-15Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-12-15cmd: clk: Make soc_clk_dump staticIgor Prusov
2023-12-15clk: Add dump operation to clk_opsIgor Prusov
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini
2023-12-15image: Correct load_bug typoSimon Glass
2023-12-15board: stm32f469-disco: add splash screen with stmicroelectronics logoDario Binacchi
2023-12-14mtd: spinand: add support for ESMT F50x1G41LBIgor Prusov
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass