summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2019-10-012-1/+6
* x86: tangier: Use spaces over TABs in ASL codeAndy Shevchenko2019-09-101-13/+13
* x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko2019-09-101-1/+1
* x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko2019-09-104-1/+30
* x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko2019-09-101-1/+1
* x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden2019-09-101-3/+14
* x86: show UEFI images involved in crashHeinrich Schuchardt2019-09-101-0/+14
* x86: qemu: Report high memory in the E820 tableBin Meng2019-09-101-19/+40
* x86: qemu: Support getting high memory sizeBin Meng2019-09-102-2/+36
* x86: qemu: Extract getting memory size to a separate routineBin Meng2019-09-102-2/+14
* x86: Drop weak version board_get_usable_ram_top()Bin Meng2019-09-101-6/+0
* x86: acpi: Slightly reduce binary size of ACPI tables for TangierAndy Shevchenko2019-09-102-3/+3
* x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese2019-08-184-20/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-111-0/+1
* 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: slimbootloader: Add a slimbootloader device treePark, Aiden2019-08-092-0/+28
* x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2019-08-092-0/+65
* x86: slimbootloader: Add serial driverPark, Aiden2019-08-093-1/+102
* x86: slimbootloader: Add memory configurationPark, Aiden2019-08-093-1/+205
* x86: Add a common HOB libraryPark, Aiden2019-08-096-273/+320
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-096-99/+77
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-099-4/+75
* x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko2019-08-091-0/+38
* x86: acpi: Enable ACPI companion for Intel iDMA 32-bitAndy Shevchenko2019-08-091-0/+22
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-092-0/+33
* x86: acpi: Add CSRT descriptionAndy Shevchenko2019-08-091-0/+31
* x86: edison: Enable SD slotAndy Shevchenko2019-08-091-5/+0
* x86: Add a forward struct declaration in coreboot_tables.hSimon Glass2019-07-101-0/+2
* watchdog: tangier: Convert to use WDT classAndy Shevchenko2019-06-222-1/+4
* x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko2019-06-221-4/+1
* x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner2019-05-191-0/+7
* Fix spelling of available.Vagrant Cascadian2019-05-093-3/+3
* x86: samus: Update device tree for verified bootSimon Glass2019-05-081-1/+21
* x86: samus: Update device tree for SPLSimon Glass2019-05-081-3/+28
* x86: Add a simple TPL implementationSimon Glass2019-05-084-5/+183
* x86: Add a way to jump from TPL to SPLSimon Glass2019-05-081-0/+13
* x86: broadwell: Update PCH to work in TPLSimon Glass2019-05-081-3/+9
* x86: Fix device-tree indentationSimon Glass2019-05-081-74/+73
* x86: Update device tree for Chromium OS verified bootSimon Glass2019-05-081-2/+15
* x86: Update device tree for TPLSimon Glass2019-05-081-2/+32
* 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: Support TPL in Intel common codeSimon Glass2019-05-081-3/+6
* x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+25
* x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+15
* x86: mrccache: Add more debuggingSimon Glass2019-05-081-4/+12
* x86: Support saving MRC data from SPLSimon Glass2019-05-082-9/+38
* x86: Add common Intel code for SPLSimon Glass2019-05-082-0/+33