summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-10-08x86: Add more comments to the start-up codeSimon Glass
2019-10-08x86: Change condition for using CARSimon 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: pci: Add a function to clear and set PCI config regsSimon Glass
2019-10-08x86: Add binman symbols to the imageSimon Glass
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon 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: fsp: Create a common fsp_support.h headerSimon Glass
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass
2019-10-08x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_hob.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_fv.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_types.h to the generic fsp directorySimon Glass
2019-10-08x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass
2019-10-08x86: Create a new fsp_arch.h headerSimon Glass
2019-10-08x86: Move fsp_azalia.h to the generic fsp directorySimon 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: tangier: Use spaces over TABs in ASL codeAndy Shevchenko
2019-09-10x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko
2019-09-10x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko
2019-09-10x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden
2019-09-10x86: show UEFI images involved in crashHeinrich Schuchardt
2019-09-10x86: qemu: Report high memory in the E820 tableBin Meng
2019-09-10x86: qemu: Support getting high memory sizeBin Meng
2019-09-10x86: qemu: Extract getting memory size to a separate routineBin Meng
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng
2019-09-10x86: acpi: Slightly reduce binary size of ACPI tables for TangierAndy Shevchenko
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden
2019-08-09x86: slimbootloader: Add a slimbootloader device treePark, Aiden
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden
2019-08-09x86: slimbootloader: Add memory configurationPark, Aiden
2019-08-09x86: Add a common HOB libraryPark, Aiden