| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: qemu: Move Cache-As-RAM memory from area mapped to ROM | Anton Gerasimov | 2017-11-30 | 1 | -1/+1 |
* | pylibfdt: compile pylibfdt only when dtoc/binman is necessary | Masahiro Yamada | 2017-11-17 | 1 | -0/+1 |
* | x86: acpi: Put sleepstates.asl to the common place | Bin Meng | 2017-10-27 | 4 | -12/+2 |
* | x86: fsp: graphics: Add some notes about the graphics info hob | Bin Meng | 2017-10-27 | 1 | -0/+4 |
* | x86: braswell: cherryhill: Update dts for SPI lock down | Bin Meng | 2017-10-27 | 2 | -4/+1 |
* | Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" | Bin Meng | 2017-10-27 | 2 | -33/+0 |
* | x86: Fix ACPI resume dependency to MRC cache | Bin Meng | 2017-10-27 | 1 | -0/+1 |
* | env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as default | Bin Meng | 2017-10-27 | 1 | -1/+0 |
* | x86: braswell: Fix unexpected crash during Linux kernel boot | Bin Meng | 2017-10-27 | 3 | -176/+5 |
* | x86: baytrail: fsp: Move Azalia update codes to board | Bin Meng | 2017-10-19 | 1 | -109/+2 |
* | x86: baytrail: fsp: Use a function to update the Azalia config pointer | Bin Meng | 2017-10-19 | 2 | -3/+14 |
* | x86: fsp: Consolidate Azalia header file | Bin Meng | 2017-10-19 | 5 | -72/+46 |
* | x86: Turn off running VGA ROM during S3 resume | Bin Meng | 2017-10-19 | 1 | -1/+0 |
* | x86: baytrail: Fix unstable ACPI S3 resume | Bin Meng | 2017-10-19 | 1 | -0/+22 |
* | x86: tangier: Enable ACPI support for Intel Tangier | Andy Shevchenko | 2017-10-07 | 6 | -0/+455 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -3/+3 |
* | x86: Use asm-generic/io.h | Paul Burton | 2017-10-02 | 1 | -29/+2 |
* | x86: ivybridge: remove unused variables | Heinrich Schuchardt | 2017-09-16 | 1 | -10/+0 |
* | dm: x86: Allow TSC timer to be used before DM is ready | Simon Glass | 2017-09-16 | 1 | -0/+1 |
* | x86: Support Intel Cherry Hill board | Bin Meng | 2017-09-16 | 2 | -0/+216 |
* | x86: braswell: Disable PUNIT power configuration for B0 stepping | Bin Meng | 2017-09-16 | 1 | -0/+6 |
* | x86: braswell: Add FSP configuration | Bin Meng | 2017-09-16 | 5 | -1/+637 |
* | x86: braswell: Add microcode for B0/C0/D0 stepping SoC | Bin Meng | 2017-09-16 | 3 | -0/+12924 |
* | x86: Add Intel Braswell SoC support | Bin Meng | 2017-09-16 | 8 | -0/+386 |
* | x86: fsp: Update fsp command to show spec 1.1 header | Bin Meng | 2017-09-16 | 2 | -3/+30 |
* | x86: dm: video: Add a framebuffer driver that utilizes VBT | Bin Meng | 2017-09-16 | 3 | -0/+133 |
* | x86: dts: Include Intel Video BIOS Table in the ROM image | Bin Meng | 2017-09-16 | 1 | -0/+6 |
* | x86: Add Video BIOS Table (VBT) related Kconfig options | Bin Meng | 2017-09-16 | 1 | -0/+34 |
* | x86: fsp: Add FSP_GRAPHICS_INFO_HOB | Bin Meng | 2017-09-16 | 3 | -0/+45 |
* | x86: fsp: Update struct common_buf for FSP spec 1.1 | Bin Meng | 2017-09-16 | 2 | -1/+10 |
* | dma: import linux/dma-direction.h to consolidate enum dma_data_direction | Masahiro Yamada | 2017-09-12 | 1 | -6/+2 |
* | x86: baytrail: acpi: Add full reset bit to the reset register value in FADT | Bin Meng | 2017-09-02 | 1 | -1/+1 |
* | x86: tangier: kconfig: Guard tangier-specific options | Bin Meng | 2017-08-24 | 1 | -0/+4 |
* | x86: baytrail: Fix turbo enable | Bin Meng | 2017-08-24 | 1 | -0/+1 |
* | x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig | Bin Meng | 2017-08-24 | 2 | -1/+8 |
* | x86: fsp: Configure SPI opcode registers before SPI is locked down | Bin Meng | 2017-08-24 | 2 | -0/+33 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -4/+4 |
* | env: Convert CONFIG_ENV_IS_IN... to a choice | Simon Glass | 2017-08-15 | 7 | -7/+0 |
* | x86: acpi: Fix build error with certain configuration | Bin Meng | 2017-08-08 | 1 | -0/+1 |
* | x86: Remove dead ISA related codes | Bin Meng | 2017-08-08 | 1 | -66/+8 |
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2017-08-01 | 20 | -91/+135 |
|\ |
|
| * | x86: Switch all boards to use DM SCSI | Bin Meng | 2017-08-01 | 6 | -0/+6 |
| * | x86: Convert MMC to driver model | Simon Glass | 2017-08-01 | 4 | -43/+1 |
| * | x86: ivybridge: remove unused uma_memory_size | xypron.glpk@gmx.de | 2017-08-01 | 1 | -5/+0 |
| * | x86: Convert INTEL_ICH6_GPIO to Kconfig | Bin Meng | 2017-08-01 | 4 | -0/+4 |
| * | x86: kconfig: Move USB to platform Kconfig | Bin Meng | 2017-08-01 | 8 | -0/+17 |
| * | x86: qemu: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+4 |
| * | x86: quark: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+9 |
| * | x86: tangier: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+7 |
| * | x86: queensbay: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+11 |