summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-11-04Merge patch series "U-boot: arm: Refine the booting on Total Compute"Tom Rini
2024-11-04arm: total_compute: move the boot command to an env fileBoyan Karatotev
2024-11-04arm: total_compute: Remove unused bootm_sizeBoyan Karatotev
2024-11-04arm: total_compute: Initialize environment variablesBoyan Karatotev
2024-11-04arm: total_compute: depend on TF-A for hardware descriptionBoyan Karatotev
2024-11-03test: Allow saving and restoring the bloblistSimon Glass
2024-11-03log: Add a new category for testsSimon Glass
2024-11-03x86: coreboot: Allow building an expo for editing CMOS configSimon Glass
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-03alist: Expand the comment for alist_get()Simon Glass
2024-11-03alist: Add a comment for alist_init_struct()Simon Glass
2024-11-03alist: Mention the error condition in alist_add_placeholder()Simon Glass
2024-11-01Merge patch series "fs: ext4: implement opendir, readdir, closedir"Tom Rini
2024-11-01fs: ext4: implement opendir, readdir, closedirHeinrich Schuchardt
2024-10-31Merge patch series "mtd: spi-nor: Remove recently added nor->addr_width == 3 ...Tom Rini
2024-10-31mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLELMarek Vasut
2024-10-30fs: ext4: document struct ext2_inodeHeinrich Schuchardt
2024-10-30fs: improve API documentationHeinrich Schuchardt
2024-10-29Merge tag 'u-boot-imx-master-20241029' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-10-29lmb: Remove lmb_alloc_flags()Ilias Apalodimas
2024-10-29cpu_func.h: provide noncached_set_region prototype to fix buildJonas Jelonek
2024-10-29CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consis...Tom Rini
2024-10-29board: emcraft: Add support for Emcraft Systems NavQ+Gilles Talis
2024-10-29Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2024-10-29Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fi...Tom Rini
2024-10-28board: siemens: iot2050: Pass DDR size from FSBLBaocheng Su
2024-10-28board: siemens: iot2050: Fix mistake in list of writable env varsJan Kiszka
2024-10-28ARM: renesas: Drop old unused power DT headersMarek Vasut
2024-10-28ARM: renesas: Drop old unused clock DT headersMarek Vasut
2024-10-28riscv: qemu: Enable booting from NVMeLekKit
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27arm: cpu: Add ACPI parking protocol supportPatrick Rudolph
2024-10-27board: emulation: Add QEMU sbsa supportPatrick Rudolph
2024-10-27drivers: misc: irq-uclass: Update irq_get_by_indexPatrick Rudolph
2024-10-27acpi: Add processor devicePatrick Rudolph
2024-10-27acpi: Move function prototypePatrick Rudolph
2024-10-27acpi: acpi_table: Add IORT supportPatrick Rudolph
2024-10-27acpi: Add ACPITAB for PPTT and GTDTPatrick Rudolph
2024-10-27acpi: acpi_table: Bump revisionsPatrick Rudolph
2024-10-27acpi: Add fill_madt to acpi_opsPatrick Rudolph
2024-10-27arm: acpi: Add generic ACPI methodsPatrick Rudolph
2024-10-27acpi: Add define for GTDTPatrick Rudolph
2024-10-27serial: serial_pl01x: Implement .getinfo() for PL01Maximilian Brune
2024-10-27acpi: Fix typoPatrick Rudolph
2024-10-27acpi: x86: Move MADT to common codePatrick Rudolph
2024-10-27acpi: x86: Write FADT in common codeMaximilian Brune