| Commit message (Expand) | Author | Age | Lines |
* | x86: Enable multi-core init for Minnowboard MAX | Simon Glass | 2015-04-30 | -0/+20 |
* | x86: Add a CPU driver for baytrail | Simon Glass | 2015-04-30 | -6/+227 |
* | x86: Allow CPUs to be set up after relocation | Simon Glass | 2015-04-30 | -0/+54 |
* | x86: Add functions to set and clear bits on MSRs | Simon Glass | 2015-04-30 | -0/+28 |
* | x86: Add multi-processor init | Simon Glass | 2015-04-30 | -7/+934 |
* | x86: Provide access to the IDT | Simon Glass | 2015-04-29 | -0/+7 |
* | x86: Store the GDT pointer in global_data | Simon Glass | 2015-04-29 | -0/+2 |
* | x86: Add an mfence macro | Simon Glass | 2015-04-29 | -0/+5 |
* | x86: Add defines for fixed MTRRs | Simon Glass | 2015-04-29 | -0/+14 |
* | x86: Add atomic operations | Simon Glass | 2015-04-29 | -0/+115 |
* | x86: Add support for the Simple Firmware Interface (SFI) | Simon Glass | 2015-04-29 | -0/+311 |
* | x86: Disable -Werror | Simon Glass | 2015-04-29 | -1/+1 |
* | x86: Remove unwanted MMC debugging | Simon Glass | 2015-04-29 | -1/+0 |
* | x86: fsp: Use reset_cpu() | Simon Glass | 2015-04-29 | -7/+0 |
* | x86: quark: Use reset_cpu() | Simon Glass | 2015-04-29 | -1/+1 |
* | x86: ivybridge: Use reset_cpu() | Simon Glass | 2015-04-29 | -15/+6 |
* | x86: Implement reset_cpu() correctly for modern CPUs | Simon Glass | 2015-04-29 | -13/+28 |
* | x86: link: Add PCH driver to support SPI Flash | Simon Glass | 2015-04-29 | -1/+12 |
* | x86: minnowmax: use the correct NOR in the configuration | Gabriel Huau | 2015-04-29 | -1/+1 |
* | x86: Correct the typo in write_tables() | Bin Meng | 2015-04-29 | -1/+1 |
* | x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig | Bin Meng | 2015-04-29 | -6/+0 |
* | x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics | Bin Meng | 2015-04-29 | -4/+4 |
* | x86: Kconfig: Move platform options forward | Bin Meng | 2015-04-29 | -10/+9 |
* | x86: Kconfig: Divide the target selection to vendor/model | Bin Meng | 2015-04-29 | -79/+13 |
* | x86: quark: Turn on legacy segments decode | Bin Meng | 2015-04-29 | -0/+19 |
* | x86: Check PIRQ routing table sanity in the F segment | Bin Meng | 2015-04-29 | -5/+13 |
* | x86: minnowmax: add GPIO banks in the device tree | Gabriel Huau | 2015-04-29 | -0/+42 |
* | x86: baytrail: fix the GPIOBASE address | Gabriel Huau | 2015-04-29 | -1/+1 |
* | x86: queensbay: Implement PIRQ routing | Bin Meng | 2015-04-29 | -4/+440 |
* | x86: Support platform PIRQ routing | Bin Meng | 2015-04-29 | -0/+300 |
* | x86: Write configuration tables in last_stage_init() | Bin Meng | 2015-04-29 | -0/+90 |
* | x86: Add a function to assign IRQ numbers to PCI device | Bin Meng | 2015-04-29 | -0/+35 |
* | x86: Install a default e820 table in the __weak install_e820_map() | Bin Meng | 2015-04-29 | -7/+22 |
* | x86: Clean up arch/x86/include/asm/e820.h | Bin Meng | 2015-04-29 | -131/+2 |
* | x86: Add alias for SPI node in the board dts | Bin Meng | 2015-04-29 | -2/+11 |
* | x86: Set serial port IRQ for SMSC LPC47M | Bin Meng | 2015-04-29 | -0/+3 |
* | x86: queensbay: Avoid using PCH prefix | Bin Meng | 2015-04-29 | -4/+3 |
* | x86: Remove the old VGA driver | Bin Meng | 2015-04-29 | -206/+0 |
* | sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig | Simon Glass | 2015-04-18 | -0/+3 |
* | Kconfig: Move CONFIG_BOOTSTAGE to Kconfig | Simon Glass | 2015-04-18 | -1/+10 |
* | dm: select CONFIG_DM* options | Masahiro Yamada | 2015-04-18 | -12/+0 |
* | x86: chromebook_link: dts: Add PCH and LPC devices | Simon Glass | 2015-04-18 | -33/+52 |
* | dm: x86: Add a uclass for an Low Pin Count (LPC) device | Simon Glass | 2015-04-18 | -0/+29 |
* | dm: x86: Add a uclass for a Platform Controller Hub | Simon Glass | 2015-04-18 | -9/+29 |
* | dm: x86: spi: Convert ICH SPI driver to driver model | Simon Glass | 2015-04-18 | -20/+25 |
* | dm: x86: pci: Convert chromebook_link to use driver model for pci | Simon Glass | 2015-04-18 | -67/+59 |
* | dm: x86: pci: Convert coreboot to use driver model for pci | Simon Glass | 2015-04-18 | -47/+23 |
* | dm: x86: pci: Add a PCI driver for driver model | Simon Glass | 2015-04-18 | -0/+50 |
* | x86: Split up arch_cpu_init() | Simon Glass | 2015-04-16 | -0/+8 |
* | x86: Add a x86_ prefix to the x86-specific PCI functions | Simon Glass | 2015-04-16 | -187/+191 |