summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-04-03x86: Use defines for the cache flagsSimon Glass
2025-04-03x86: Add 64-bit entries to the GDTSimon Glass
2025-04-03x86: Avoid clearing the VESA displaySimon Glass
2025-04-03x86: Drop use of CONFIG_REALMODE_DEBUGSimon Glass
2025-04-03x86: Add some log categoriesSimon Glass
2025-04-03x86: Drop mpspec from the SPL buildSimon Glass
2025-04-03x86: qemu: Avoid accessing BSS too earlySimon Glass
2025-04-03x86: qemu: Enable dhrystoneSimon Glass
2025-04-03x86: qemu: Switch to bochs displaySimon Glass
2025-04-03x86: Expand x86_64 early memorySimon Glass
2025-04-03sandbox: Correct a typo in mapmemSimon Glass
2025-04-03Merge patch series "acpi_table: Fix IORT RC node"Tom Rini
2025-04-03test: acpi: Add IORT testsPatrick Rudolph
2025-04-03acpi: Conditionally set mapping_offset in IORTPatrick Rudolph
2025-04-03acpi: Clear reserved bits in IORTPatrick Rudolph
2025-04-03acpi_table: Add asserts in IORTPatrick Rudolph
2025-04-03acpi_table: Fix IORT RC nodePatrick Rudolph
2025-04-03Merge patch series "Introduce J742S2 SoC and EVM"Tom Rini
2025-04-03configs: Introduce configs for J742S2Manorit Chawdhry
2025-04-03arm: dts: Introduce J742S2 U-boot DTS filesManorit Chawdhry
2025-04-03board: ti: Introduce basic board files for the J742S2 familyManorit Chawdhry
2025-04-03arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoCManorit Chawdhry
2025-04-03soc: Add information to identify the J742S2 SoC familyManorit Chawdhry
2025-04-03arm: dts: k3-j784s4-ddr: Refactor J784s4 ddr file to a common fileManorit Chawdhry
2025-04-03arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binariesNeha Malcom Francis
2025-04-03tools: binman: control.py: Delete template nodes after parsingNeha Malcom Francis
2025-04-03Merge tag 'efi-2025-04-rc6' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-04-03Merge tag 'u-boot-at91-fixes-2025.04-a' of https://source.denx.de/u-boot/cust...Tom Rini
2025-04-03doc: Fix typo bootfloe to bootflowAndrew Davis
2025-04-03doc: correct references to overlay-fdt-boot.txtHeinrich Schuchardt
2025-04-03doc: build: docker: Use code-block for syntax highlightingLeonard Anderweit
2025-04-03doc: build: docker: Fix code highlighting syntaxLeonard Anderweit
2025-04-03acpi: Fix table length for QEMUIlias Apalodimas
2025-04-02arm64: Add MIDR entries for Cortex-A55, A73 and A75Peter Robinson
2025-04-02Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"Tom Rini
2025-04-02test_fs: Add exfat testsMarek Vasut
2025-04-02configs: sandbox: Enable exfat supportMarek Vasut
2025-04-02fs: exfat: Demote filesystem detection failure message to debug()Marek Vasut
2025-04-02fs: exfat: Fix conversion overflow errorsMarek Vasut