summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* sun6i: Add new board Merrii Hummingbird A31Chen-Yu Tsai2015-01-14-0/+28
* sunxi: Add sunxi_get_sid helper functionHans de Goede2015-01-14-13/+31
* sun6i: axp221: Add axp221_get_sid functionHans de Goede2015-01-14-0/+33
* sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede2015-01-14-36/+83
* sun6i: Update Colombus defconfig settingsHans de Goede2015-01-14-3/+10
* sun6i: Add new CSQ_CS908 boardHans de Goede2015-01-14-1/+22
* sun6i: dram: Do not try to initialize a second dram chan on A31sHans de Goede2015-01-14-7/+15
* sun6i: Add sunxi_get_ss_bonding_id() functionHans de Goede2015-01-14-2/+45
* sun6i: Make dram clk and zq value Kconfig optionsHans de Goede2015-01-14-7/+26
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-01-13-715/+1416
|\
| * x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.hBin Meng2015-01-13-1/+0
| * x86: Update README.x86 for coreboot supportBin Meng2015-01-13-2/+37
| * x86: coreboot: Configure pci memory regionsBin Meng2015-01-13-2/+28
| * x86: coreboot: Wrap cros_ec initializationBin Meng2015-01-13-0/+2
| * x86: Make chromebook_link the default board for corebootBin Meng2015-01-13-223/+228
| * x86: Remove include/configs/coreboot.hBin Meng2015-01-13-71/+1
| * x86: Move CONFIG_SYS_CAR_xxx to KconfigBin Meng2015-01-13-2/+22
| * x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng2015-01-13-5/+17
| * x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurableBin Meng2015-01-13-0/+13
| * x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selectedBin Meng2015-01-13-0/+2
| * x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to KconfigBin Meng2015-01-13-4/+11
| * x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng2015-01-13-2/+26
| * x86: coreboot: Set up timer base correctlyBin Meng2015-01-13-13/+20
| * x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng2015-01-13-44/+14
| * x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass2015-01-13-1/+156
| * x86: ivybridge: Update microcode early in bootSimon Glass2015-01-13-13/+40
| * x86: Disable CAR before relocation on platforms that need itSimon Glass2015-01-13-0/+8
| * x86: ivybridge: Add a way to turn off the CARSimon Glass2015-01-13-0/+46
| * x86: Commit the current MTRRs before relocationSimon Glass2015-01-13-0/+8
| * x86: ivybridge: Request MTRRs for DRAM regionsSimon Glass2015-01-13-0/+10
| * x86: board_f: Adjust x86 boot order for performanceSimon Glass2015-01-13-3/+5
| * x86: ivybridge: Set up an MTRR for the video frame bufferSimon Glass2015-01-13-0/+7
| * x86: Add support for MTRRsSimon Glass2015-01-13-101/+187
| * x86: ivybridge: Drop support for ROM cachingSimon Glass2015-01-13-25/+0
| * x86: pci: Display vesa modes in hexSimon Glass2015-01-13-2/+2
| * x86: Tidy up VESA mode numbersSimon Glass2015-01-13-4/+7
| * x86: Use cache, don't clear the display in video BIOSSimon Glass2015-01-13-3/+2
| * x86: ivybridge: Only run the Video BIOS when video is enabledSimon Glass2015-01-13-1/+8
| * x86: video: Add debug option to time the BIOS copySimon Glass2015-01-13-0/+3
| * x86: pci: Don't return a vesa mode when there is not videoSimon Glass2015-01-13-1/+1
| * x86: video: Add a debug() to display the frame buffer addressSimon Glass2015-01-13-0/+1
| * x86: Correct ifdtool microcode calculationSimon Glass2015-01-13-2/+2
| * x86: Drop RAMTOP KconfigSimon Glass2015-01-13-12/+0
| * x86: Correct XIP_ROM_SIZESimon Glass2015-01-13-1/+1
| * x86: crownbay: Add pci devices in the dts fileBin Meng2015-01-13-0/+81
| * x86: Use ePAPR defined properties for x86-uartBin Meng2015-01-13-4/+9
| * serial: ns16550: Support ns16550 compatible pci uart devicesBin Meng2015-01-13-0/+31
| * fdt: Add several apis to decode pci device nodeBin Meng2015-01-13-26/+257
| * x86: Simplify the fsp hob access functionsBin Meng2015-01-12-100/+101
| * pci: Make pci apis usable before relocationBin Meng2015-01-12-14/+28