summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-09x86: Add a common HOB libraryPark, Aiden3-54/+88
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden1-47/+31
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden1-1/+1
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko1-0/+32
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko1-4/+1
2019-05-10Fix spelling of available.Vagrant Cascadian1-1/+1
2019-05-08x86: Add a simple TPL implementationSimon Glass3-3/+168
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass1-1/+1
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass1-1/+4
2019-05-08x86: mrccache: Add more debuggingSimon Glass1-4/+12
2019-05-08x86: Support saving MRC data from SPLSimon Glass1-9/+27
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass1-1/+1
2019-03-11x86: Make sure i8254 is setup correctly before generating beepsBin Meng1-0/+4
2019-03-10x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko1-3/+3
2019-02-20sound: x86: Add beeping support in i8254Simon Glass1-4/+31
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt1-1/+1
2019-01-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-5/+6
2019-01-15dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-1/+4
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng1-6/+10
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko1-0/+118
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt1-0/+18
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer1-0/+4
2018-09-23efi_loader: simplify ifdefsStephen Warren1-2/+2
2018-09-17x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii1-0/+11
2018-09-17x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii1-0/+51
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-8/+4
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng1-5/+0
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng1-0/+4
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf2-2/+2
2018-07-25elf: Move x86 reloc defines to common elf.hAlexander Graf2-2/+0