summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-2/+46
|\
| * dm: arm: spl: Make driver model linker lists availableSimon Glass2014-11-21-0/+7
| * dm: arm: spl: Allow simple malloc() in SPLSimon Glass2014-11-21-1/+1
| * dm: at91: Add driver model support for the serial driverSimon Glass2014-11-21-0/+15
| * dm: at91: Add platform data for GPIO on at91sam9260-based boardsSimon Glass2014-11-21-1/+17
| * dm: at91: Add driver model support for atmel GPIO driverSimon Glass2014-11-21-0/+6
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-24-175/+6391
|\ \
| * | x86: Rename chromebook-x86 to corebootSimon Glass2014-11-21-1/+1
| * | x86: ivybridge: Implement SDRAM initSimon Glass2014-11-21-5/+1861
| * | x86: ivybridge: Add LAPIC supportSimon Glass2014-11-21-0/+163
| * | x86: Make show_boot_progress() commonSimon Glass2014-11-21-24/+24
| * | x86: chromebook_link: Enable GPIO supportSimon Glass2014-11-21-0/+3
| * | x86: ivybridge: Add support for early GPIO initSimon Glass2014-11-21-6/+158
| * | x86: ivybridge: Add early init for PCH devicesSimon Glass2014-11-21-1/+524
| * | x86: dts: Add microcode updates for ivybridge CPUSimon Glass2014-11-21-0/+1382
| * | x86: ivybridge: Perform Intel microcode update on bootSimon Glass2014-11-21-0/+177
| * | x86: ivybridge: Check BIST value on bootSimon Glass2014-11-21-0/+16
| * | x86: ivybridge: Perform initial CPU setupSimon Glass2014-11-21-0/+274
| * | x86: Add msr read/write functions that use a structureSimon Glass2014-11-21-0/+19
| * | x86: Add clr/setbits functionsSimon Glass2014-11-21-0/+49
| * | x86: Tidy up coreboot header usageSimon Glass2014-11-21-6/+6
| * | x86: ivybridge: Add early LPC init so that serial worksSimon Glass2014-11-21-0/+110
| * | x86: pci: Allow configuration before relocationSimon Glass2014-11-21-0/+63
| * | x86: ivybridge: Enable PCI in early initSimon Glass2014-11-21-0/+67
| * | x86: Support use of PCI before relocationSimon Glass2014-11-21-0/+31
| * | x86: Refactor PCI to permit alternate initSimon Glass2014-11-21-15/+46
| * | x86: chromebook_link: Implement CAR support (cache as RAM)Simon Glass2014-11-21-3/+311
| * | x86: Emit post codes in startup code for ChromebooksSimon Glass2014-11-21-1/+38
| * | x86: Build a .rom file which can be flashed to an x86 machineSimon Glass2014-11-21-0/+13
| * | x86: Add chromebook_link boardSimon Glass2014-11-21-0/+298
| * | x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-21-11/+21
| * | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-21-6/+6
| * | x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-21-15/+24
| * | x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21-29/+0
| * | x86: Add processor functions to halt and get stack pointerSimon Glass2014-11-21-0/+19
| * | x86: Fix a warning with gcc 4.4.4Simon Glass2014-11-21-0/+1
| * | x86: Save TSC frequency in the global dataBin Meng2014-11-21-0/+5
| * | x86: Add quick TSC calibration via PITBin Meng2014-11-21-0/+159
| * | x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-21-7/+108
| * | x86: Do CPU identification in the early phaseBin Meng2014-11-21-47/+398
| * | x86: Save the BIST value on resetSimon Glass2014-11-21-4/+13
| * | x86: Fix up some missing prototypesSimon Glass2014-11-21-8/+14
| * | x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-21-7/+6
| * | x86: Use the standard dram_init() functionSimon Glass2014-11-21-9/+6
| * | x86: Tidy up global descriptor table setupSimon Glass2014-11-21-3/+16
| * | x86: Invalidate TLB as early as possibleSimon Glass2014-11-21-0/+3
| * | x86: Remove board_init16() call which is not usedSimon Glass2014-11-21-9/+1
| * | x86: Remove REALMODE_BASE which is no longer usedSimon Glass2014-11-21-1/+0
| |/
* | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-10/+11
* | tegra: do not descend into empty directoriesMasahiro Yamada2014-11-23-54/+0