| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Add SD/MMC support to quark/galileo | Bin Meng | 2015-02-06 | 1 | -0/+11 |
* | x86: Add SPI support to quark/galileo | Bin Meng | 2015-02-06 | 1 | -0/+17 |
* | x86: quark: Initialize non-standard BARs | Bin Meng | 2015-02-06 | 1 | -0/+46 |
* | x86: quark: Call MRC in dram_init() | Bin Meng | 2015-02-06 | 1 | -2/+97 |
* | x86: quark: Enable the Memory Reference Code build | Bin Meng | 2015-02-06 | 1 | -0/+1 |
* | x86: quark: Add System Memory Controller support | Bin Meng | 2015-02-06 | 2 | -0/+3210 |
* | x86: quark: Add utility codes needed for MRC | Bin Meng | 2015-02-06 | 4 | -0/+2068 |
* | x86: quark: Add Memory Reference Code (MRC) main routines | Bin Meng | 2015-02-06 | 1 | -0/+204 |
* | x86: quark: Bypass TSC calibration | Bin Meng | 2015-02-06 | 1 | -0/+5 |
* | x86: Enable the Intel quark/galileo build | Bin Meng | 2015-02-06 | 1 | -0/+1 |
* | x86: Add basic Intel Quark processor support | Bin Meng | 2015-02-06 | 5 | -0/+282 |
* | x86: quark: Add Cache-As-RAM initialization | Bin Meng | 2015-02-06 | 1 | -0/+105 |
* | x86: quark: Add routines to access message bus registers | Bin Meng | 2015-02-06 | 1 | -0/+77 |
* | x86: Add support for Intel Minnowboard Max | Simon Glass | 2015-02-06 | 7 | -0/+337 |
* | x86: Allow FSP Kconfig settings for all x86 | Simon Glass | 2015-02-06 | 1 | -38/+0 |
* | x86: mmc: Move common FSP functions into a common file | Simon Glass | 2015-02-06 | 3 | -72/+3 |
* | x86: Make CAR and DRAM FSP code common | Simon Glass | 2015-02-05 | 3 | -206/+1 |
* | x86: Move common FSP code into a common location | Simon Glass | 2015-02-05 | 6 | -413/+5 |
* | x86: video: Allow video ROM execution to fall back to the other method | Simon Glass | 2015-02-05 | 1 | -1/+2 |
* | x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 | Simon Glass | 2015-02-05 | 1 | -1/+1 |
* | x86: ivybridge: Drop the Kconfig MRC cache information | Simon Glass | 2015-01-24 | 1 | -28/+0 |
* | x86: config: Enable hook for saving MRC configuration | Simon Glass | 2015-01-24 | 1 | -0/+5 |
* | x86: Implement a cache for Memory Reference Code parameters | Simon Glass | 2015-01-24 | 3 | -0/+410 |
* | x86: Use ipchecksum from net/ | Simon Glass | 2015-01-24 | 3 | -60/+4 |
* | x86: Fix various code format issues in start16.S | Bin Meng | 2015-01-23 | 1 | -10/+10 |
* | x86: Test mtrr support flag before accessing mtrr msr | Bin Meng | 2015-01-23 | 1 | -0/+12 |
* | x86: Save mtrr support flag in global data | Bin Meng | 2015-01-23 | 1 | -0/+7 |
* | x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c | Bin Meng | 2015-01-23 | 1 | -0/+2 |
* | x86: coreboot: Configure pci memory regions | Bin Meng | 2015-01-13 | 1 | -2/+28 |
* | x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig | Bin Meng | 2015-01-13 | 1 | -0/+15 |
* | x86: coreboot: Set up timer base correctly | Bin Meng | 2015-01-13 | 1 | -13/+20 |
* | x86: fsp: Drop get_hob_type() and get_hob_length() | Bin Meng | 2015-01-13 | 2 | -7/+7 |
* | x86: ivybridge: Update microcode early in boot | Simon Glass | 2015-01-13 | 3 | -10/+34 |
* | x86: Disable CAR before relocation on platforms that need it | Simon Glass | 2015-01-13 | 1 | -0/+8 |
* | x86: ivybridge: Add a way to turn off the CAR | Simon Glass | 2015-01-13 | 1 | -0/+46 |
* | x86: ivybridge: Request MTRRs for DRAM regions | Simon Glass | 2015-01-13 | 1 | -0/+10 |
* | x86: ivybridge: Set up an MTRR for the video frame buffer | Simon Glass | 2015-01-13 | 1 | -0/+7 |
* | x86: Add support for MTRRs | Simon Glass | 2015-01-13 | 4 | -18/+98 |
* | x86: ivybridge: Drop support for ROM caching | Simon Glass | 2015-01-13 | 1 | -25/+0 |
* | x86: ivybridge: Only run the Video BIOS when video is enabled | Simon Glass | 2015-01-13 | 1 | -1/+8 |
* | x86: Simplify the fsp hob access functions | Bin Meng | 2015-01-12 | 2 | -62/+72 |
* | pci: Make pci apis usable before relocation | Bin Meng | 2015-01-12 | 1 | -4/+4 |
* | x86: Support pci bus scan in the early phase | Bin Meng | 2015-01-12 | 1 | -0/+1 |
* | x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c | Bin Meng | 2015-01-12 | 1 | -0/+2 |
* | x86: Clean up the FSP support codes | Bin Meng | 2014-12-18 | 3 | -144/+129 |
* | x86: crownbay: Add SDHCI support | Bin Meng | 2014-12-18 | 2 | -1/+48 |
* | x86: crownbay: Add SPI flash support | Bin Meng | 2014-12-18 | 1 | -1/+25 |
* | x86: Use consistent name XXX_ADDR for binary blob flash address | Bin Meng | 2014-12-18 | 4 | -5/+5 |
* | x86: Add queensbay and crownbay Kconfig files | Bin Meng | 2014-12-18 | 1 | -0/+79 |
* | x86: Enable the queensbay cpu directory build | Bin Meng | 2014-12-18 | 1 | -0/+1 |