summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: acpi: Fix madt lapic generationGeorge McCollister2016-06-121-6/+6
* x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tablesBin Meng2016-05-231-5/+5
* x86: acpi: Remove header length check when writing tablesBin Meng2016-05-231-16/+10
* x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng2016-05-231-6/+0
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-231-0/+26
* x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng2016-05-231-3/+1
* x86: Prepare configuration tables in dedicated high memory regionBin Meng2016-05-231-0/+31
* x86: Compile coreboot_table.c only for SeaBIOSBin Meng2016-05-231-1/+1
* x86: Fix up PIRQ routing table checksum earlierBin Meng2016-05-231-4/+0
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-231-9/+0
* x86: qemu: fix ACPI Kconfig optionsMiao Yan2016-05-231-1/+1
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-231-1/+1
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-231-3/+5
* x86: acpi: Clean up table header revisionsBin Meng2016-05-231-12/+4
* x86: acpi: Align FACS table to a 64 byte boundaryBin Meng2016-05-231-1/+5
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-231-7/+7
* x86: acpi: Adjust order in acpi_table.cBin Meng2016-05-231-117/+119
* x86: acpi: Change fill_header()Bin Meng2016-05-231-14/+8
* x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng2016-05-231-33/+0
* x86: acpi: Various changes to acpi_table.hBin Meng2016-05-231-34/+37
* x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng2016-05-231-4/+4
* x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng2016-05-231-0/+1
* x86: Add an ICH6 pin configuration driverSimon Glass2016-03-172-0/+217
* x86: Update microcode for secondary CPUsSimon Glass2016-03-171-0/+2
* x86: Support booting SeaBIOSBin Meng2016-03-171-0/+15
* x86: Implement functions for writing coreboot tableBin Meng2016-03-172-0/+137
* x86: Support writing configuration tables in high areaBin Meng2016-03-171-0/+11
* x86: Simplify codes in write_tables()Bin Meng2016-03-171-27/+34
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-171-2/+2
* x86: Use a macro for ROM table alignmentBin Meng2016-03-171-5/+5
* x86: Change to use start/end address pair in write_tables()Bin Meng2016-03-171-6/+12
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-1/+1
* x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2016-02-211-0/+33
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-081-1/+1
|\
| * Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* | x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng2016-02-052-53/+0
* | x86: irq: Move irq_router to a per driver privBin Meng2016-02-051-6/+6
|/
* x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2016-01-282-0/+6
* x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese2016-01-281-1/+1
* x86: Don't show an error when the MRC cache is up to dateSimon Glass2016-01-241-1/+5
* dm: x86: Add a northbridge uclassSimon Glass2016-01-242-0/+16
* x86: Use the IRQ device when setting up the mptableSimon Glass2016-01-241-7/+7
* dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass2016-01-242-31/+0
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-12/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-142-39/+23
|\
| * x86: fsp: Always use hex numbers in the hob command outputBin Meng2016-01-131-2/+2
| * x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng2016-01-131-6/+1
| * x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng2016-01-131-9/+14
| * x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng2016-01-131-6/+6
| * x86: fsp: Rename shared_data to fsp_config_dataBin Meng2016-01-131-5/+5
OpenPOWER on IntegriCloud