summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass
2020-06-02x86: spl: Print the error on SPL failureSimon Glass
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-04x86: Update SPL for corebootSimon Glass
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass
2020-04-30acpi: Put table-setup code in its own functionSimon Glass
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass
2020-04-30acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass
2020-04-30x86: Allow devices to write ACPI tablesSimon Glass
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-04-16x86: acpi: Let OS know that console already had been initializedAndy Shevchenko
2020-04-04x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass
2019-12-15x86: Don't export mrccache_update()Simon Glass
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass