summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-13boot: Move adding initrd earlier in image_setup_libfdt()Simon Glass
2023-12-13fdt: Improve the comment for fdt_shrink_to_minimum()Simon Glass
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt
2023-12-13video: Add a function to clear the displaySimon Glass
2023-12-13test: Add helper to skip to partial console lineSimon Glass
2023-12-13test: Add a new suite for commandsSimon Glass
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-12-13bootstd: Introduce programmatic bootSimon Glass
2023-12-13bootm: Adjust the parameters of bootm_find_images()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_loadables()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_fpga()Simon Glass
2023-12-13bootm: Reduce arguments to boot_get_fdt()Simon Glass
2023-12-13bootm: Pass image buffer to boot_get_fdt()Simon Glass
2023-12-13fdt: Allow use of fdt_support inside if() statementsSimon Glass
2023-12-13bootm: Reduce arguments to boot_get_ramdisk()Simon Glass
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass
2023-12-13image: Document error codes from fit_image_load()Simon Glass
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass
2023-12-13bootstd: Add missing header file from bootdev.hSimon Glass
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass
2023-12-13Merge patch series "some LED patches"Tom Rini
2023-12-13led: introduce led_bind_generic()Rasmus Villemoes
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis
2023-11-29configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZEAndrew Davis
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini
2023-11-28asm-generic: Import functions from LinuxIgor Prusov
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass
2023-11-28board: Move show_board_info() comment to header fileSimon Glass
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"Tom Rini
2023-11-27pci_ids: Add Red Hat vendor and device IDsBin Meng
2023-11-25Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-11-22arm: dts: npcm845-evb: fix/add node and aliasesJim Liu
2023-11-22siemens,am335x: clean-up draco targetsEnrico Leto
2023-11-21dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev