| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | x86: coreboot: kconfig: Imply drivers that are useful | Bin Meng | 2017-08-01 | 1 | -0/+10 |
| * | x86: broadwell: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+6 |
| * | x86: ivybridge: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -0/+5 |
| * | x86: baytrail: kconfig: Imply platform specific drivers | Bin Meng | 2017-08-01 | 1 | -1/+10 |
| * | x86: kconfig: Imply ENABLE_MRC_CACHE in the platform Kconfig | Bin Meng | 2017-08-01 | 4 | -0/+4 |
| * | x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig | Bin Meng | 2017-08-01 | 6 | -13/+20 |
| * | x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig | Bin Meng | 2017-08-01 | 4 | -10/+2 |
| * | x86: kconfig: Let board select BOARD_EARLY_INIT_F | Bin Meng | 2017-08-01 | 2 | -10/+0 |
| * | x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig | Bin Meng | 2017-08-01 | 3 | -0/+3 |
| * | x86: Make table address selectable | Andy Shevchenko | 2017-08-01 | 2 | -7/+15 |
| * | x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot | Bin Meng | 2017-08-01 | 1 | -1/+1 |
| * | x86: Use default stack boundary alignment | Bin Meng | 2017-08-01 | 1 | -2/+1 |
* | | ahci: Support non-PCI controllers | Simon Glass | 2017-08-01 | 1 | -1/+1 |
|/ |
|
* | x86: acpi: Don't touch hardware on HW reduced platforms | Andy Shevchenko | 2017-07-30 | 1 | -0/+4 |
* | x86: acpi: Export acpi_fill_mcfg() with __weak attribute | Andy Shevchenko | 2017-07-30 | 2 | -3/+6 |
* | x86: acpi: Deduplicate acpi_fill_madt() implementation | Andy Shevchenko | 2017-07-30 | 3 | -58/+29 |
* | x86: acpi: Name fields in FADT in accordance with specification | Andy Shevchenko | 2017-07-30 | 1 | -3/+2 |
* | x86: acpi: Fill OEM revision | Andy Shevchenko | 2017-07-30 | 1 | -0/+2 |
* | x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts | Stefan Roese | 2017-07-30 | 1 | -0/+3 |
* | x86: dfi-bt700: Add xHCI USB support | Stefan Roese | 2017-07-30 | 1 | -0/+12 |
* | x86: Add Intel Edison board files | Andy Shevchenko | 2017-07-30 | 3 | -0/+94 |
* | x86: Add Intel Tangier support | Felipe Balbi | 2017-07-30 | 8 | -0/+301 |
* | x86: Add dma-mapping.h to architectural code | Andy Shevchenko | 2017-07-30 | 1 | -0/+41 |
* | x86: minnowmax: Enable USB xHCI support | Bin Meng | 2017-07-28 | 1 | -0/+3 |
* | Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig | Simon Glass | 2017-07-25 | 1 | -0/+1 |
* | x86: Move link to use driver model for SCSI | Simon Glass | 2017-07-11 | 1 | -1/+21 |
* | Revert "x86: Convert MMC to driver model" | Bin Meng | 2017-06-27 | 4 | -1/+43 |
* | x86: Don't include asm/u-boot.h in common | Simon Glass | 2017-06-05 | 1 | -1/+3 |
* | x86: Make u-boot-x86.h a private header | Simon Glass | 2017-06-05 | 1 | -0/+1 |
* | x86: fsp: Remove the call to set up internal uart in fsp_init() | Bin Meng | 2017-06-05 | 1 | -4/+0 |
* | x86: baytrail: Fix boot hang with a debug build | Bin Meng | 2017-06-05 | 2 | -0/+9 |
* | x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer | Bin Meng | 2017-06-05 | 8 | -22/+33 |