summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-022-0/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-023-0/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Quieten TPL's jump_to_image_no_args()Simon Glass2019-11-031-1/+1
* x86: Don't print CPU info in TPLSimon Glass2019-11-031-5/+0
* x86: Move CPU init to before spl_init()Simon Glass2019-11-032-0/+9
* x86: tpl: Add a fake PCI busSimon Glass2019-11-031-0/+25
* x86: spl: Support init of a PUNITSimon Glass2019-11-031-0/+40
* x86: Add a function to find the size of an mrccache recordSimon Glass2019-10-111-7/+8
* x86: Panic when SPL or TPL failSimon Glass2019-10-112-2/+2
* x86: Use mtrr_commit() with FSP2Simon Glass2019-10-081-7/+15
* x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass2019-10-081-0/+2
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-084-4/+4
* x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass2019-10-081-0/+10
* x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass2019-10-081-5/+0
* x86: spl: Reduce priority of the basic SPL image loaderSimon Glass2019-10-082-4/+5
* x86: spl: Use hang() instead of a while() loopSimon Glass2019-10-082-4/+2
* x86: fsp: Add access to variable MRC dataSimon Glass2019-10-081-0/+7
* x86: fsp: Move common support functions into a common fileSimon Glass2019-10-083-167/+177
* x86: Move common fsp functions into a common fileSimon Glass2019-10-083-87/+105
* x86: fsp: Move common dram functions into a common fileSimon Glass2019-10-084-77/+102
* x86: fsp: Tidy up comment style a littleSimon Glass2019-10-081-4/+4
* x86: fsp: Use if() instead of #ifdefSimon Glass2019-10-082-8/+6
* x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-082-12/+12
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-087-5/+6
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2019-10-011-0/+4
* x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden2019-09-101-3/+14
* x86: Drop weak version board_get_usable_ram_top()Bin Meng2019-09-101-6/+0
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* x86: Skip setting up MTRRs in slimbootloaderPark, Aiden2019-08-091-1/+2
* x86: Add a common HOB libraryPark, Aiden2019-08-093-54/+88
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-091-47/+31
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-091-1/+1
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-091-0/+32
* x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko2019-06-221-4/+1
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* x86: Add a simple TPL implementationSimon Glass2019-05-083-3/+168
* x86: Don't generate a bootstage report in SPLSimon Glass2019-05-081-1/+1
* x86: Don't set up MTRRs in SPLSimon Glass2019-05-081-1/+4
* x86: mrccache: Add more debuggingSimon Glass2019-05-081-4/+12
* x86: Support saving MRC data from SPLSimon Glass2019-05-081-9/+27
* x86: Update a stale comment about ifdtoolSimon Glass2019-05-081-1/+1
* x86: Make sure i8254 is setup correctly before generating beepsBin Meng2019-03-111-0/+4
* x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko2019-03-101-3/+3
* sound: x86: Add beeping support in i8254Simon Glass2019-02-201-4/+31
* x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt2019-02-131-1/+1
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-5/+6
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+4