summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-1211-12/+67
* dm: Add Kconfig for driver/demoSimon Glass2015-02-122-0/+28
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-124-20/+17
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-124-17/+12
* net: Use new checksum functionsSimon Glass2015-02-123-33/+6
* powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFOStefan Roese2015-02-121-0/+4
* powerpc: ppc4xx: Add defaults for DT based booting to really workStefan Roese2015-02-122-0/+9
* powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBEDStefan Roese2015-02-123-3/+3
* powerpc: Add linkage.h fileSimon Glass2015-02-121-0/+7
* dm: powerpc: ppc4xx: Move glacier to use driver model for serialSimon Glass2015-02-121-0/+14
* powerpc: Add serial driver for driver modelSimon Glass2015-02-122-0/+41
* ppc: amcc: Omit unneeded ns16550 CONFIG if using driver modelSimon Glass2015-02-122-0/+4
* powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boardsSimon Glass2015-02-125-2/+20
* powerpc: ppc4xx: Allow the end of u-boot.bin to be foundSimon Glass2015-02-121-2/+6
* powerpc: ppc4xx: Add a gpio.h header fileSimon Glass2015-02-121-0/+7
* powerpc: ppc4xx: Call board_init_f_mem() for generic boardSimon Glass2015-02-121-1/+17
* powerpc: ppc4xx: dts: Bring in canyonlands device tree filesSimon Glass2015-02-124-0/+1484
* powerpc: ppc4xx: canyonlands: Move to generic boardSimon Glass2015-02-122-0/+4
* powerpc: ppc4xx: Add ramboot config for glacierSimon Glass2015-02-124-0/+93
* powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to KconfigSimon Glass2015-02-125-3/+25
* powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mkSimon Glass2015-02-123-23/+18
* powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass2015-02-121-0/+1
* Introduce board_init_f_mem() to handle early memory layoutSimon Glass2015-02-121-0/+18
* malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede2015-02-121-1/+1
* i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak2015-02-121-2/+2
* gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin2015-02-121-1/+1
* gpio: at91: Fix getting address of private dataAxel Lin2015-02-121-5/+5
* dm: Prevent "demo hello" and "demo status" segfaultsPeter Tyser2015-02-121-1/+3
* RSA depends on DMChris Kuethe2015-02-121-0/+1
* sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PARTHans de Goede2015-02-111-0/+3
* Add linux/compiler-gcc5.h to fix builds with gcc5Hans de Goede2015-02-111-0/+65
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-02-10102-272/+11497
|\
| * x86: Use tab instead of space to indent in PCIE_ECAM_BASEBin Meng2015-02-061-1/+1
| * bootstage: Fix typos in the commentBin Meng2015-02-061-2/+2
| * x86: Add Intel Galileo instructions in README.x86Bin Meng2015-02-061-4/+20
| * x86: Add SD/MMC support to quark/galileoBin Meng2015-02-062-0/+18
| * x86: Add SPI support to quark/galileoBin Meng2015-02-063-1/+32
| * x86: pci: Add pci ids for Quark SoCBin Meng2015-02-061-0/+4
| * x86: galileo: Add GPIO supportBin Meng2015-02-061-0/+14
| * x86: quark: Initialize non-standard BARsBin Meng2015-02-062-0/+78
| * x86: quark: Call MRC in dram_init()Bin Meng2015-02-062-2/+122
| * dt-bindings: Add Intel Quark MRC bindingsBin Meng2015-02-061-0/+83
| * fdtdec: Add compatible id and string for Intel Quark MRCBin Meng2015-02-062-0/+2
| * x86: quark: Enable the Memory Reference Code buildBin Meng2015-02-061-0/+1
| * x86: quark: Add System Memory Controller supportBin Meng2015-02-062-0/+3210
| * x86: quark: Add utility codes needed for MRCBin Meng2015-02-064-0/+2068
| * x86: quark: Add Memory Reference Code (MRC) main routinesBin Meng2015-02-062-0/+391
| * x86: quark: Bypass TSC calibrationBin Meng2015-02-061-0/+5
| * x86: Allow overriding TSC_FREQ_IN_MHZBin Meng2015-02-061-20/+20
| * x86: Enable the Intel quark/galileo buildBin Meng2015-02-062-0/+18
OpenPOWER on IntegriCloud