summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-18common: Move hang() to the same header as panic()Simon Glass3-0/+3
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass1-0/+2
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass1-0/+4
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass7-0/+574
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass1-1/+1
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass3-2/+4
2019-12-15x86: Allow interrupt to happen onceSimon Glass1-0/+10
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass1-0/+5
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass1-1/+29
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass2-20/+20
2019-12-15x86: Don't export mrccache_update()Simon Glass1-2/+14
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass1-1/+2
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass3-34/+64
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass1-12/+7
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass1-6/+5
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass1-4/+14
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass1-29/+26
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass1-4/+14
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass3-0/+3
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass1-1/+1
2019-11-03x86: Don't print CPU info in TPLSimon Glass1-5/+0
2019-11-03x86: Move CPU init to before spl_init()Simon Glass2-0/+9
2019-11-03x86: tpl: Add a fake PCI busSimon Glass1-0/+25
2019-11-03x86: spl: Support init of a PUNITSimon Glass1-0/+40
2019-10-11x86: Add a function to find the size of an mrccache recordSimon Glass1-7/+8
2019-10-11x86: Panic when SPL or TPL failSimon Glass2-2/+2