summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass
2019-11-03x86: Don't print CPU info in TPLSimon Glass
2019-11-03x86: Move CPU init to before spl_init()Simon Glass
2019-11-03x86: tpl: Add a fake PCI busSimon Glass
2019-11-03x86: spl: Support init of a PUNITSimon Glass
2019-10-11x86: Add a function to find the size of an mrccache recordSimon Glass
2019-10-11x86: Panic when SPL or TPL failSimon Glass
2019-10-08x86: Use mtrr_commit() with FSP2Simon Glass
2019-10-08x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass
2019-10-08x86: Move common fsp functions into a common fileSimon Glass
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass
2019-10-08x86: fsp: Use if() instead of #ifdefSimon Glass
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko
2019-09-10x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden
2019-08-09x86: Add a common HOB libraryPark, Aiden
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko
2019-05-09Fix spelling of available.Vagrant Cascadian
2019-05-08x86: Add a simple TPL implementationSimon Glass
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass
2019-05-08x86: mrccache: Add more debuggingSimon Glass
2019-05-08x86: Support saving MRC data from SPLSimon Glass
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass
2019-03-11x86: Make sure i8254 is setup correctly before generating beepsBin Meng
2019-03-10x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko
2019-02-20sound: x86: Add beeping support in i8254Simon Glass
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt