summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Add chromebook_link boardSimon Glass2014-11-2118-0/+438
* x86: ifdtool: Allow creation of an empty ROMSimon Glass2014-11-211-1/+1
* x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-211-11/+21
* x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-211-6/+6
* x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-214-15/+24
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-213-34/+0
* x86: Add processor functions to halt and get stack pointerSimon Glass2014-11-211-0/+19
* x86: config: Move common x86 configs to a common fileSimon Glass2014-11-212-256/+260
* x86: Add ifdtool for working with Intel Flash Descriptor ROM imagesSimon Glass2014-11-213-0/+1129
* dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-212-1/+29
* dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-212-16/+20
* fdt: Add a function to decode a variable-sized u32 arraySimon Glass2014-11-212-0/+36
* Move early malloc() to before arch_cpu_init()Simon Glass2014-11-211-1/+1
* x86: Fix a warning with gcc 4.4.4Simon Glass2014-11-211-0/+1
* x86: Save TSC frequency in the global dataBin Meng2014-11-212-0/+5
* x86: Add quick TSC calibration via PITBin Meng2014-11-212-0/+159
* x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-211-7/+108
* x86: Do CPU identification in the early phaseBin Meng2014-11-213-47/+398
* x86: Save the BIST value on resetSimon Glass2014-11-214-4/+16
* x86: Fix up some missing prototypesSimon Glass2014-11-215-8/+14
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-214-8/+6
* x86: Use the standard dram_init() functionSimon Glass2014-11-213-14/+7
* x86: Tidy up global descriptor table setupSimon Glass2014-11-211-3/+16
* x86: Invalidate TLB as early as possibleSimon Glass2014-11-211-0/+3
* x86: Remove board_init16() call which is not usedSimon Glass2014-11-211-9/+1
* x86: Remove REALMODE_BASE which is no longer usedSimon Glass2014-11-211-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2014-11-192-0/+9
|\
| * ubi: enable error reporting in initializationAndrew Ruder2014-11-191-0/+8
| * mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher2014-11-191-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2014-11-1925-424/+350
|\ \
| * | blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang2014-11-1723-165/+83
| * | adi_i2c: convert to use general io accessors.Scott Jiang2014-11-171-68/+77
| * | blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang2014-11-1723-26/+25
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2014-11-193-0/+19
|\ \ \
| * | | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usageStefan Roese2014-11-191-0/+15
| * | | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic boardStefan Roese2014-11-191-0/+2
| * | | powerpc: mpc52xx: a4m072: Convert to generic boardStefan Roese2014-11-191-0/+2
| | |/ | |/|
* | | mpc83xx: Add gdsys hrcon boardDirk Eibach2014-11-1918-195/+2282
* | | board: iocon: Fix uninitialized accessDirk Eibach2014-11-191-1/+2
* | | board: iocon: Fix fpga index in print_fpga_info()Dirk Eibach2014-11-191-4/+4
* | | board: dlvision-10g: Compile fixDirk Eibach2014-11-191-4/+3
* | | common: Fix cmd_fpgad addressingDirk Eibach2014-11-191-8/+24
* | | mtd: Handle 29LV800BTDirk Eibach2014-11-192-0/+52
* | | board: dlvision: Reduce memory footprintDirk Eibach2014-11-191-1/+8
|/ /
* | ARM: atmel: add sama5d4 xplained ultra board supportBo Shen2014-11-179-0/+583
* | ARM: atmel: add sama5d4ek board supportBo Shen2014-11-1716-9/+868
* | net: macb: enable GMAC IP without GE feature supportBo Shen2014-11-171-1/+7
* | mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu2014-11-172-1/+78
* | arm, spl, at91: add spl support for the corvus boardHeiko Schocher2014-11-174-18/+151
* | arm, at91, spl: add spl support for the taurus boardHeiko Schocher2014-11-174-13/+127