aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-21include: Further cleanup includesTom Rini6-0/+9
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini1-0/+2
2023-12-21arc: Cleanup and audit usage of <config.h>Tom Rini1-21/+0
2023-12-21qe: Add <config.h> to linux/immap_qe.hTom Rini1-0/+2
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini5-5/+2
2023-12-19board: lg: x3-t30: switch to DM pinmuxSvyatoslav Ryhel1-12/+1
2023-12-19drivers: gpio: implement PALMAS GPIO cellSvyatoslav Ryhel1-0/+12
2023-12-19drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel2-0/+19
2023-12-19Merge patch series "Add support for MediaTek MT8365 EVK Board"Tom Rini4-0/+1264
2023-12-19dt-bindings: clock: add Mediatek MT8365 pinctrl bindingsJulien Masson1-0/+858
2023-12-19arm: mediatek: add support for MediaTek MT8365 SoCJulien Masson1-0/+12
2023-12-19dt-bindings: power: add power-domain header for MediaTek MT8365 SoCJulien Masson1-0/+19
2023-12-19dt-bindings: clock: add Mediatek MT8365 SoC clock bindingsJulien Masson1-0/+375
2023-12-19arm: vexpress64: juno: Allow boot from VirtIORobert Catherall1-0/+1
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...WIP/18Dec2023-nextTom Rini2-37/+6
2023-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini1-0/+1
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini3-1/+3
2023-12-18riscv: sifive: unmatched: migrate to text environmentYong-Xuan Wang1-37/+0
2023-12-18riscv: Add support for AMD/Xilinx MicroBlaze VMichal Simek1-0/+6
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro1-0/+10
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro1-2/+0
2023-12-15Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-bo...WIP/15Dec2023-nextTom Rini2-2/+13
2023-12-15board: ti: k3: Remove need for CFG_SYS_SDRAM_BASEWIP/2023-12-15-assorted-TI-platform-updatesAndrew Davis4-12/+0
2023-12-15Merge tag 'u-boot-stm32-20231215' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+2
2023-12-15cmd: clk: Make soc_clk_dump staticIgor Prusov1-2/+0
2023-12-15clk: Add dump operation to clk_opsIgor Prusov1-0/+13
2023-12-15Merge patch series "bootm: Handle compressed arm64 images with bootm"Tom Rini1-1/+1
2023-12-15image: Correct load_bug typoSimon Glass1-1/+1
2023-12-15board: stm32f469-disco: add splash screen with stmicroelectronics logoDario Binacchi1-0/+2
2023-12-14mtd: spinand: add support for ESMT F50x1G41LBIgor Prusov1-0/+1
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini4-3/+60
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt1-1/+1
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass1-1/+11
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass1-1/+11
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass1-2/+1
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt1-0/+9
2023-12-13video: Add a function to clear the displaySimon Glass1-0/+10
2023-12-13test: Add helper to skip to partial console lineSimon Glass1-0/+30
2023-12-13test: Add a new suite for commandsSimon Glass2-0/+16
2023-12-13pico-imx7d: add baseboard SD card boot detectBenjamin Szőke1-1/+3
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini7-34/+170
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-0/+33
2023-12-13bootstd: Introduce programmatic bootSimon Glass1-0/+9
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass1-3/+23
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass1-15/+9
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass1-2/+7
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass1-3/+2
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass1-3/+28
2023-12-13fdt: Allow use of fdt_support inside if() statementsSimon Glass1-3/+2
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass1-2/+25