summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-08x86: Use mtrr_commit() with FSP2Simon Glass1-7/+15
2019-10-08x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass1-0/+2
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass4-4/+4
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass1-0/+10
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass1-5/+0
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2-4/+5
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass2-4/+2
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass1-0/+7
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass3-167/+177
2019-10-08x86: Move common fsp functions into a common fileSimon Glass3-87/+105
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass4-77/+102
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass1-4/+4
2019-10-08x86: fsp: Use if() instead of #ifdefSimon Glass2-8/+6
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2-12/+12
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass7-5/+6
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko1-0/+4
2019-09-10x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden1-3/+14
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng1-6/+0
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden1-1/+2