summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeLines
* x86: Kconfig: Divide the target selection to vendor/modelBin Meng2015-04-29-79/+13
* x86: quark: Turn on legacy segments decodeBin Meng2015-04-29-0/+19
* x86: Check PIRQ routing table sanity in the F segmentBin Meng2015-04-29-5/+13
* x86: minnowmax: add GPIO banks in the device treeGabriel Huau2015-04-29-0/+42
* x86: baytrail: fix the GPIOBASE addressGabriel Huau2015-04-29-1/+1
* x86: queensbay: Implement PIRQ routingBin Meng2015-04-29-4/+440
* x86: Support platform PIRQ routingBin Meng2015-04-29-0/+300
* x86: Write configuration tables in last_stage_init()Bin Meng2015-04-29-0/+90
* x86: Add a function to assign IRQ numbers to PCI deviceBin Meng2015-04-29-0/+35
* x86: Install a default e820 table in the __weak install_e820_map()Bin Meng2015-04-29-7/+22
* x86: Clean up arch/x86/include/asm/e820.hBin Meng2015-04-29-131/+2
* x86: Add alias for SPI node in the board dtsBin Meng2015-04-29-2/+11
* x86: Set serial port IRQ for SMSC LPC47MBin Meng2015-04-29-0/+3
* x86: queensbay: Avoid using PCH prefixBin Meng2015-04-29-4/+3
* x86: Remove the old VGA driverBin Meng2015-04-29-206/+0
* sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass2015-04-18-0/+3
* Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2015-04-18-1/+10
* dm: select CONFIG_DM* optionsMasahiro Yamada2015-04-18-12/+0
* x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass2015-04-18-33/+52
* dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2015-04-18-0/+29
* dm: x86: Add a uclass for a Platform Controller HubSimon Glass2015-04-18-9/+29
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-18-20/+25
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-18-67/+59
* dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2015-04-18-47/+23
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-18-0/+50
* x86: Split up arch_cpu_init()Simon Glass2015-04-16-0/+8
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-187/+191
* x86: Add support for panther (Asus Chromebox)Simon Glass2015-04-16-0/+81
* x86: Support machines with >4GB of RAMSimon Glass2015-04-16-2/+4
* malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada2015-03-28-3/+0
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-28-1/+0
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-28-3/+0
* x86: quark: Enable on-chip ethernet controllersBin Meng2015-03-24-0/+19
* arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIMETom Rini2015-03-24-1/+2
* x86: quark: MRC codes clean upBin Meng2015-03-24-1049/+955
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to KconfigSimon Glass2015-02-12-0/+6
* dm: x86: Move driver model CONFIGs to KconfigSimon Glass2015-02-12-0/+9
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-02-10-149/+10646
|\
| * x86: Use tab instead of space to indent in PCIE_ECAM_BASEBin Meng2015-02-06-1/+1
| * x86: Add SD/MMC support to quark/galileoBin Meng2015-02-06-0/+11
| * x86: Add SPI support to quark/galileoBin Meng2015-02-06-0/+30
| * x86: galileo: Add GPIO supportBin Meng2015-02-06-0/+14
| * x86: quark: Initialize non-standard BARsBin Meng2015-02-06-0/+78
| * x86: quark: Call MRC in dram_init()Bin Meng2015-02-06-2/+122
| * x86: quark: Enable the Memory Reference Code buildBin Meng2015-02-06-0/+1
| * x86: quark: Add System Memory Controller supportBin Meng2015-02-06-0/+3210
| * x86: quark: Add utility codes needed for MRCBin Meng2015-02-06-0/+2068
| * x86: quark: Add Memory Reference Code (MRC) main routinesBin Meng2015-02-06-0/+391
| * x86: quark: Bypass TSC calibrationBin Meng2015-02-06-0/+5