summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-05-17x86: Convert MMC to driver modelSimon Glass
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng
2017-05-17x86: Do not clear high table area for S3Bin Meng
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng
2017-05-17x86: Add an early CMOS access libraryBin Meng
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng
2017-05-17x86: acpi: Add wake up assembly stubBin Meng
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng
2017-05-17x86: baytrail: Conditionally report S3 in the ACPI tableBin Meng
2017-05-17x86: Store and display previous sleep stateBin Meng
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng
2017-05-17x86: Add post codes for OS resumeBin Meng
2017-05-17x86: baytrail: acpi: Add APIs for determining/clearing sleep stateBin Meng
2017-05-17x86: acpi: Add Kconfig option and header file for ACPI resumeBin Meng
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2017-04-30fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass
2017-04-18x86: Display the SPL banner only onceSimon Glass
2017-04-18x86: Drop leading spaces in cpu_x86_get_desc()Simon Glass
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese
2017-04-10x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsiStefan Roese
2017-04-10x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenamesStefan Roese
2017-04-05board_f: Make relocation functions genericSimon Glass
2017-04-05board_f: Make init_helpers genericSimon Glass
2017-04-05Move dram_init_banksize() to a common headerSimon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli
2017-02-21x86: Introduce INTEL_MID quirk optionAndy Shevchenko
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko
2017-02-07x86: qemu: Mark ucode as optional for SPL in u-boot.dtsiBin Meng
2017-02-07x86: qemu: Set up device tree for SPLBin Meng
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng
2017-02-07x86: Compile irq.c for 64-bitBin Meng
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng
2017-02-07x86: Wrap print_ch() with config optionBin Meng