summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-01x86: Add a little more info to cbsysinfoSimon Glass1-0/+4
2023-07-17x86: Record the start and end of the tablesSimon Glass1-0/+4
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-0/+11
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-0/+20
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass1-0/+10
2023-07-17x86: Add a function to boot a zimageSimon Glass1-0/+17
2023-07-09x86: Update docs link in bootparam headerPaul Barker1-1/+1
2023-05-11x86: Tidy up availability of string functionsSimon Glass1-1/+5
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass1-0/+6
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass2-0/+4
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass1-6/+6
2023-03-25x86: Add return-value comment to cpu_jump_to_64bit()Simon Glass1-0/+1
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass1-24/+46
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-2/+2
2023-01-18trace: Use notrace for shortSimon Glass3-3/+3
2022-12-14x86: Fix i8259 ifdef include guardAlistair Delva1-2/+2
2022-10-29x86: provide typedef jmp_bufHeinrich Schuchardt1-2/+4
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár2-2/+2
2022-07-07Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini1-2/+0
2022-06-06spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGETom Rini1-2/+0
2022-04-14Remove duplication of table_compute_checksum functionTom Rini1-13/+0
2022-04-04Merge branch 'next'Tom Rini1-0/+8
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko1-0/+2
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini1-1/+7
2022-03-14x86: Add an enum name for the GNVS firmware typeSimon Glass1-1/+7
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-0/+8
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-2/+0
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer1-1/+0
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-1/+0
2022-01-25x86: Move FACP table into separate functionsSimon Glass1-2/+0
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass1-1/+0
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt37-123/+123
2021-11-01x86: Fix i8254 ifdef include guardAlistair Delva1-2/+2
2021-11-01x86: tangier: Replace Method() by Name() for _STA objectAndy Shevchenko1-64/+17
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass1-0/+7
2021-10-21x86: Create a new header for EFISimon Glass2-3/+32
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-0/+32
2021-09-22x86: tangier: acpi: Add GPIO card detection to SDHCI #2Andy Shevchenko1-0/+32
2021-09-01Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini1-6/+1
2021-08-17efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt1-1/+1
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng1-3/+4
2021-07-15x86: Add function comments to cb_sysinfo.hSimon Glass1-0/+16
2021-07-15x86: Update the MP constants to avoid conflictsSimon Glass1-4/+8
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+0
2021-04-15x86: mtrr: Fix function descriptionsWolfgang Wallner1-2/+2
2021-03-27x86: coral: Allow init of debug UART in U-Boot properSimon Glass1-0/+1
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass1-1/+15
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass2-35/+290