summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2016-05-23x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng
2016-05-23x86: Prepare configuration tables in dedicated high memory regionBin Meng
2016-05-23x86: Compile coreboot_table.c only for SeaBIOSBin Meng
2016-05-23x86: Fix up PIRQ routing table checksum earlierBin Meng
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng
2016-05-23x86: qemu: fix ACPI Kconfig optionsMiao Yan
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini
2016-05-23x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng
2016-05-23x86: acpi: Clean up table header revisionsBin Meng
2016-05-23x86: acpi: Align FACS table to a 64 byte boundaryBin Meng
2016-05-23x86: acpi: Use u32 in table write routinesBin Meng
2016-05-23x86: acpi: Adjust order in acpi_table.cBin Meng
2016-05-23x86: acpi: Change fill_header()Bin Meng
2016-05-23x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng
2016-05-23x86: acpi: Various changes to acpi_table.hBin Meng
2016-05-23x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng
2016-05-23x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng
2016-03-17x86: Add an ICH6 pin configuration driverSimon Glass
2016-03-17x86: Update microcode for secondary CPUsSimon Glass
2016-03-17x86: Support booting SeaBIOSBin Meng
2016-03-17x86: Implement functions for writing coreboot tableBin Meng
2016-03-17x86: Support writing configuration tables in high areaBin Meng
2016-03-17x86: Simplify codes in write_tables()Bin Meng
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng
2016-03-17x86: Use a macro for ROM table alignmentBin Meng
2016-03-17x86: Change to use start/end address pair in write_tables()Bin Meng
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-21x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2016-01-13x86: fsp: Always use hex numbers in the hob command outputBin Meng
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng
2016-01-13x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass