summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-21x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner1-0/+2
2020-09-21x86: acpi: Fix calculation of DSDT lengthWolfgang Wallner1-1/+3
2020-08-01x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass1-1/+1
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass1-10/+0
2020-07-17x86: Add debugging to table writingSimon Glass1-10/+28
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass1-0/+1
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17x86: Add support for building up an NHLT structureSimon Glass2-0/+483
2020-07-17acpi: Allow creating the GNVS to failSimon Glass1-2/+9
2020-07-17x86: Allow devices to write to DSDTSimon Glass1-1/+15
2020-07-17x86: Allow devices to write an SSDTSimon Glass1-0/+29
2020-07-17x86: acpi: Move MADT down a bitSimon Glass1-6/+6
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass1-5/+19
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass5-27/+30
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass1-0/+12
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass1-0/+1
2020-06-29x86: Don't build some unused objects in TPLTom Rini1-1/+3
2020-06-25bdinfo: x86: vesa: Update fb_base to the correct valueSimon Glass1-2/+3
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass1-10/+25
2020-06-02x86: spl: Print the error on SPL failureSimon Glass1-2/+2
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass1-2/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass26-0/+26
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass4-5/+6
2020-05-19common: Drop init.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop image.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass4-0/+4
2020-05-19bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2-4/+4
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-4/+2
2020-05-04x86: Update SPL for corebootSimon Glass1-4/+6
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass1-0/+13
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass1-0/+3
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass4-1/+22
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-76/+1
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-73/+10
2020-04-30acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass1-13/+2
2020-04-30x86: Allow devices to write ACPI tablesSimon Glass1-0/+2
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-45/+43
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-9/+0
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass5-5/+5
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass5-5/+5
2020-04-16x86: acpi: Let OS know that console already had been initializedAndy Shevchenko1-0/+9
2020-04-04x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko1-18/+19
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass1-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass4-0/+4