| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x86: Add an 'mtrr' command to list and adjust MTRRs | Simon Glass | 2015-01-13 | 2 | -0/+139 |
* | x86: ivybridge: Update microcode early in boot | Simon Glass | 2015-01-13 | 5 | -13/+40 |
* | 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: Commit the current MTRRs before relocation | Simon Glass | 2015-01-13 | 1 | -0/+8 |
* | 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 | 6 | -101/+187 |
* | x86: ivybridge: Drop support for ROM caching | Simon Glass | 2015-01-13 | 1 | -25/+0 |
* | x86: Tidy up VESA mode numbers | Simon Glass | 2015-01-13 | 1 | -4/+7 |
* | x86: Use cache, don't clear the display in video BIOS | Simon Glass | 2015-01-13 | 1 | -3/+2 |
* | x86: ivybridge: Only run the Video BIOS when video is enabled | Simon Glass | 2015-01-13 | 1 | -1/+8 |
* | x86: Drop RAMTOP Kconfig | Simon Glass | 2015-01-13 | 2 | -12/+0 |
* | x86: Correct XIP_ROM_SIZE | Simon Glass | 2015-01-13 | 1 | -1/+1 |
* | x86: crownbay: Add pci devices in the dts file | Bin Meng | 2015-01-13 | 1 | -0/+81 |
* | x86: Use ePAPR defined properties for x86-uart | Bin Meng | 2015-01-13 | 1 | -3/+2 |
* | x86: Simplify the fsp hob access functions | Bin Meng | 2015-01-12 | 5 | -100/+101 |
* | pci: Make pci apis usable before relocation | Bin Meng | 2015-01-12 | 3 | -6/+5 |
* | 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 board dts files | Bin Meng | 2015-01-12 | 3 | -24/+7 |
* | x86: Rename coreboot.dsti to serial.dtsi | Bin Meng | 2015-01-12 | 3 | -2/+2 |
* | x86: Remove alex.dts in arch/x86/dts | Bin Meng | 2015-01-12 | 2 | -25/+0 |
* | x86: Clean up the FSP support codes | Bin Meng | 2014-12-18 | 13 | -290/+279 |
* | x86: Rename coreboot-serial to x86-serial | Bin Meng | 2014-12-18 | 1 | -1/+1 |
* | x86: crownbay: Add SDHCI support | Bin Meng | 2014-12-18 | 2 | -1/+48 |
* | x86: crownbay: Add SPI flash support | Bin Meng | 2014-12-18 | 2 | -1/+40 |
* | 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 | 2 | -0/+92 |
* | x86: Enable the queensbay cpu directory build | Bin Meng | 2014-12-18 | 1 | -0/+1 |
* | x86: ich6-gpio: Add Intel Tunnel Creek GPIO support | Bin Meng | 2014-12-18 | 2 | -2/+15 |
* | x86: Convert microcode format to device-tree-only | Simon Glass | 2014-12-18 | 2 | -7/+11 |
* | x86: Add basic support to queensbay platform and crownbay board | Bin Meng | 2014-12-18 | 6 | -0/+326 |
* | x86: Integrate Tunnel Creek processor microcode | Bin Meng | 2014-12-18 | 1 | -0/+368 |
* | x86: Correct problems in the microcode loading | Simon Glass | 2014-12-18 | 1 | -10/+15 |
* | x86: ivybridge: Update the microcode | Simon Glass | 2014-12-18 | 6 | -1374/+1504 |
* | x86: Move microcode updates into a separate directory | Simon Glass | 2014-12-18 | 3 | -2/+2 |
* | x86: move arch-specific asmlinkage to <asm/linkage.h> | Masahiro Yamada | 2014-12-15 | 5 | -1/+11 |
* | x86: Add a simple command to show FSP HOB information | Bin Meng | 2014-12-13 | 2 | -0/+68 |
* | x86: Support Intel FSP initialization path in start.S | Bin Meng | 2014-12-13 | 3 | -0/+20 |
* | x86: Add post failure codes for bist and car | Bin Meng | 2014-12-13 | 2 | -0/+3 |
* | x86: queensbay: Adapt FSP support codes | Bin Meng | 2014-12-13 | 3 | -18/+28 |
* | x86: Initial import from Intel FSP release for Queensbay platform | Bin Meng | 2014-12-13 | 12 | -0/+1522 |
* | x86: Add a simple superio driver for SMSC LPC47M | Bin Meng | 2014-12-13 | 1 | -0/+90 |
* | x86: Add Intel Crown Bay board dts file | Bin Meng | 2014-12-13 | 2 | -1/+55 |
* | x86: ich6-gpio: Move setup_pch_gpios() to board support codes | Bin Meng | 2014-12-13 | 3 | -0/+7 |
* | x86: Clean up asm-offsets | Bin Meng | 2014-12-13 | 2 | -2/+3 |
* | x86: Make ROM_SIZE configurable in Kconfig | Bin Meng | 2014-12-13 | 1 | -1/+77 |
* | Replace <compiler.h> with <linux/compiler.h> | Masahiro Yamada | 2014-12-08 | 5 | -6/+7 |
* | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck | 2014-12-08 | 1 | -0/+12 |