aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-07-11x86: Move link to use driver model for SCSISimon Glass1-1/+21
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng4-1/+43
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass1-1/+3
2017-06-05x86: Make u-boot-x86.h a private headerSimon Glass1-0/+1
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng1-4/+0
2017-06-05x86: baytrail: Fix boot hang with a debug buildBin Meng2-0/+9
2017-06-05x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng8-22/+33
2017-06-05x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng7-72/+159
2017-06-05x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng5-12/+1
2017-06-05x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng6-6/+6
2017-05-17x86: minnowmax: Remove incorrect pad-offset of several pinsBin Meng1-5/+0
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng5-0/+30
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese1-0/+9
2017-05-17x86: Convert MMC to driver modelSimon Glass4-43/+1
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng4-2/+71
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng1-0/+12
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng1-0/+3
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng5-12/+33
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng2-1/+10
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng1-1/+3
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng1-2/+2
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 Meng4-1/+89
2017-05-17x86: Add an early CMOS access libraryBin Meng3-0/+95
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng4-0/+45
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng3-0/+83
2017-05-17x86: acpi: Add wake up assembly stubBin Meng3-0/+88
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng2-0/+20
2017-05-17x86: baytrail: Conditionally report S3 in the ACPI tableBin Meng2-1/+3
2017-05-17x86: Store and display previous sleep stateBin Meng4-0/+23
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng2-1/+43
2017-05-17x86: Add post codes for OS resumeBin Meng1-0/+2
2017-05-17x86: baytrail: acpi: Add APIs for determining/clearing sleep stateBin Meng2-0/+71
2017-05-17x86: acpi: Add Kconfig option and header file for ACPI resumeBin Meng2-0/+76
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass1-0/+1
2017-04-30fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass1-0/+1
2017-04-18x86: Display the SPL banner only onceSimon Glass1-2/+1
2017-04-18x86: Drop leading spaces in cpu_x86_get_desc()Simon Glass1-1/+5
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko4-0/+130
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi5-0/+200
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese1-1/+1
2017-04-10x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsiStefan Roese1-0/+2
2017-04-10x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenamesStefan Roese1-0/+16
2017-04-05board_f: Make relocation functions genericSimon Glass2-18/+1
2017-04-05board_f: Make init_helpers genericSimon Glass2-14/+1
2017-04-05Move dram_init_banksize() to a common headerSimon Glass1-1/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass9-10/+26
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass9-7/+55
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2-4/+1
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2