summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-04drivers: k3_fuse: Add fuse sub-system func callsHarsha Vardhan V M
2025-04-04cmd: fuse: Add fuse writebuff sub-system commandHarsha Vardhan V M
2025-04-04doc: cmd: Add documentation for fuse commandHarsha Vardhan V M
2025-04-04cmd: fuse: Remove custom string functionsHarsha Vardhan V M
2025-04-04arm64: Fix page permissions for platforms running at EL2Ilias Apalodimas
2025-04-04Merge tag 'u-boot-amlogic-20250404' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-04-04board: libre-computer: check interface before comparing it in set_dfu_alt_info()Neil Armstrong
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuf: Minor code-style improvementsSimon Glass
2025-04-03membuf: Add some testsSimon Glass
2025-04-03membuf: Correct implementation of membuf_dispose()Simon Glass
2025-04-03membuf: Include stdboolSimon Glass
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename the files to membufSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-04-03Merge patch series "x86: Improve operation under QEMU"Tom Rini
2025-04-03test: Add a test for booting Ubuntu 24.04Simon Glass
2025-04-03acpi: Support checking checksumsSimon Glass
2025-04-03test: acpi: Correct memory leaksSimon Glass
2025-04-03acpi: Add a checksum to the DMAR tableSimon Glass
2025-04-03sandbox: acpi: Correct mapping in FADTSimon Glass
2025-04-03sandbox: acpi: Avoid a warning about FADTSimon Glass
2025-04-03boot: Support IO UARTs for earlycon and consoleSimon Glass
2025-04-03boot: Handle running out of labelsSimon Glass
2025-04-03boot: Consider non-bootable partitionsSimon Glass
2025-04-03acpi: Mark struct acpi_rsdp as packedSimon Glass
2025-04-03x86: Support a 64-bit ramdisk addressSimon Glass
2025-04-03x86: emulation: Support BLOBLIST_TABLES properlySimon Glass
2025-04-03x86: qemu: Use the new e820 APISimon Glass
2025-04-03x86: Add a new API for e820Simon Glass
2025-04-03x86: e820: Add a function to dump the e820 tableSimon Glass
2025-04-03test/py: Allow tests to be filtered by roleSimon Glass
2025-04-03test/py: Add a helper to send charactersSimon Glass
2025-04-03test/py: Correct sizing of created disksSimon Glass
2025-04-03x86: qemu: Support environment and cat commandSimon Glass
2025-04-03x86: emulation: Set an MTRR for the RAMSimon Glass
2025-04-03x86: Allow adding non-aligned size for MTRRSimon Glass
2025-04-03x86: Correct msr operation on amd64Simon Glass
2025-04-03x86: Update cpuid_eax et al to work on amd64Simon Glass
2025-04-03x86: Update mtrr command to support 64-bit valuesSimon Glass
2025-04-03x86: Add functions to convert between mtrr size and maskSimon Glass
2025-04-03x86: Support CPU functions in long modeSimon Glass
2025-04-03x86: Rename the _D dirty flagSimon Glass
2025-04-03x86: Use a simple jump into long modeSimon Glass
2025-04-03x86: Use the same GDT when jumping to long modeSimon Glass
2025-04-03x86: Disable paging before changing to long modeSimon Glass
2025-04-03x86: Tidy up the GDT size in start/16.SSimon Glass
2025-04-03x86: Include stdbool.h in interrupt headerSimon Glass
2025-04-03x86: Drop the message about features missing in 64-bitSimon Glass
2025-04-03x86: spl: Drop duplicate CPU initSimon Glass