summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla2016-03-14-1/+2
* ARM: keystone2: use detected ddr3a sizeVitaly Andrianov2016-03-14-3/+19
* ARM: keystone2: use SPD info to configure K2HK and K2E DDR3Vitaly Andrianov2016-03-14-260/+529
* ARM: keystone2: K2G: Add support for different arm/device speedsLokesh Vutla2016-03-14-8/+57
* ARM: keystone2: Allow for board specific speed definitionsLokesh Vutla2016-03-14-13/+13
* ARM: keystone2: K2G: power-off DSP during bootSuman Anna2016-03-14-2/+5
* ARM: keystone2: Use macro for DSP GEM power domainSuman Anna2016-03-14-1/+2
* include/crc.h: Remove unreferenced cyg_xxx() prototypesStefan Roese2016-03-14-26/+0
* lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-14-7/+7
* lib/crc16.c: Coding-style cleanupStefan Roese2016-03-14-41/+40
* common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-14-5/+17
* common: image-fit: Use a common function to get addressYork Sun2016-03-14-23/+19
* arm: Add support for LEGO MINDSTORMS EV3David Lechner2016-03-14-0/+518
* configs: k2g_evm: Add TI power processor supportNishanth Menon2016-03-14-0/+23
* ARM: dts: k2g: Add support for PMMCNishanth Menon2016-03-14-0/+7
* remoteproc: Add support for TI power processorNishanth Menon2016-03-14-0/+191
* ARM: keystone2: psc: introduce function to hold and release module in reset.Nishanth Menon2016-03-14-0/+108
* ARM: keystone2: psc-defs: use adequate () for macrosNishanth Menon2016-03-14-3/+3
* ARM: keystone2: psc: redo doc in kernel-doc formatNishanth Menon2016-03-14-44/+52
* ARM: keystone2: Get rid of unused clock filesNishanth Menon2016-03-14-299/+0
* board: ti: AM57xx: Add detection logic for AM57xx-evmKipisz, Steven2016-03-14-1/+78
* ARM: OMAP4/5: Add generic board detection hookKipisz, Steven2016-03-14-0/+13
* ti: AM437x: Use generic EEPROM detection logicNishanth Menon2016-03-14-89/+39
* ti: AM335x: Use generic EEPROM detection logicNishanth Menon2016-03-14-120/+60
* ARM: omap-common: Add standard access for board description EEPROMLokesh Vutla2016-03-14-1/+408
* ARM: OMAP4/5: Centralize gpi2c_initKipisz, Steven2016-03-14-2/+3
* ARM: OMAP4/5: Centralize early clock initializationKipisz, Steven2016-03-14-6/+22
* spl: Support loading a FIT from MMCSimon Glass2016-03-14-18/+57
* spl: Add a way to specify a list of device trees to includeSimon Glass2016-03-14-1/+19
* spl: Add an option to load a FIT containing U-BootSimon Glass2016-03-14-1/+225
* spl: Add a way for boards to select which device tree to loadSimon Glass2016-03-14-0/+13
* mkimage: Bring data into the FIT before processingSimon Glass2016-03-14-0/+97
* mkimage: Support placing data outside the FITSimon Glass2016-03-14-2/+142
* mkimage: Support adding device tree files to a FITSimon Glass2016-03-14-10/+146
* mkimage: Support automatic creating of a FIT without a .itsSimon Glass2016-03-14-6/+235
* image: Add functions to obtain short namesSimon Glass2016-03-14-4/+49
* tools: Add a function to obtain the size of a fileSimon Glass2016-03-14-2/+36
* mkimage: Allow a FIT to include an image of any typeSimon Glass2016-03-14-5/+29
* tools: Include fdt_sw.o in libfdt for mkimageSimon Glass2016-03-14-1/+1
* sunxi: Display the board model on start-upSimon Glass2016-03-14-0/+1
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-14-27/+23
* fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROLSimon Glass2016-03-14-0/+1
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-708/+1679
* Move CONFIG_OF_LIBFDT to KconfigSimon Glass2016-03-14-257/+699
* freescale: Remove CONFIG_DM from header filesSimon Glass2016-03-14-8/+92
* Correct defconfig orderingSimon Glass2016-03-14-113/+89
* libfdt: Add a function to write a property placeholderSimon Glass2016-03-14-2/+30
* mkimage: Make 'params' staticSimon Glass2016-03-14-1/+1
* mkimage: Show an error message when usage() is calledSimon Glass2016-03-14-8/+9
* mkimage: Move usage() up to the topSimon Glass2016-03-14-39/+42