aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng1-0/+4
2018-04-16x86: Rename e820entry to e820_entryBin Meng3-3/+3
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2-4/+5
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov1-0/+35
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-1/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng3-14/+8
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko3-0/+21
2018-01-30x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko1-4/+5
2018-01-30x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko1-2/+1
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini4-293/+0
2017-11-30x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese3-36/+114
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin1-1/+1
2017-10-27x86: fsp: graphics: Add some notes about the graphics info hobBin Meng1-0/+4
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng1-24/+0
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng1-2/+22
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2-0/+125
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng1-0/+7
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng1-0/+24
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-08-08x86: acpi: Fix build error with certain configurationBin Meng1-0/+1
2017-07-30x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko1-0/+4
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko1-3/+3
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko1-0/+29
2017-07-30x86: acpi: Fill OEM revisionAndy Shevchenko1-0/+2
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng1-4/+0
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese1-0/+9
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng1-0/+48
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng1-0/+3
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng2-6/+17
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng1-1/+1
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng1-1/+3
2017-05-17x86: Do not clear high table area for S3Bin Meng1-1/+6
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-1/+37
2017-05-17x86: Add an early CMOS access libraryBin Meng2-0/+52
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng2-0/+27
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng1-0/+72
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng1-0/+12
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+1
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng1-1/+25
2017-04-18x86: Display the SPL banner only onceSimon Glass1-2/+1
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko2-0/+118
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi2-0/+169
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese1-1/+1
2017-04-05board_f: Make relocation functions genericSimon Glass1-1/+1
2017-04-05board_f: Make init_helpers genericSimon Glass1-1/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass2-3/+7
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass2-0/+10
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-1/+1
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli1-0/+4