summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: am335x_evm: detect Black Wireless using BWArobertcnelson@gmail.com2017-04-082-0/+9
* stm32f7: enable instruction & data cacheVikas Manocha2017-04-082-3/+3
* armv7m: add instruction & data cache supportVikas Manocha2017-04-084-4/+363
* Remove extra fdt_fixup_ethernet() callJoakim Tjernlund2017-04-081-1/+0
* board: STiH410-B2260: enable cachesPatrice Chotard2017-04-081-0/+8
* ti_armv7_common: env: Use args_mmc in FIT loading pathAndrew F. Davis2017-04-081-2/+1
* Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su2017-04-081-0/+4
* board: ti: am57xx: enable input on mmc clockSekhar Nori2017-04-081-2/+2
* ARM: keystone: Pass SPI MTD partition table via kernel command lineVignesh R2017-04-086-1/+37
* ARMv8: add GOT sections to the list of sections copiedPhilipp Tomsich2017-04-081-1/+1
* env_mmc: Allow SPL to use any MMC device to load/save the environmentJean-Jacques Hiblot2017-04-081-15/+0
* Remove various unused interrupt related codeTom Rini2017-04-0674-345/+5
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-04-0638-152/+343
|\
| * sunxi: Add OrangePi PC 2 initial supportAndre Przywara2017-04-054-0/+173
| * sunxi: introduce Allwinner H5 config optionAndre Przywara2017-04-052-0/+8
| * sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara2017-04-0512-22/+26
| * sunxi: DRAM: add Allwinner H5 supportAndre Przywara2017-04-052-16/+82
| * SPI: SPL: sunxi: fix 64-bit buildAndre Przywara2017-04-051-8/+8
| * sunxi: provide ARMv8 mem_map for every ARM64 boardAndre Przywara2017-04-051-1/+1
| * sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAMAndre Przywara2017-04-053-13/+21
| * sunxi: configs: merge sun9i and sun50i SPL memory definitionsAndre Przywara2017-04-051-5/+2
| * sunxi: simplify ACTLR.SMP bit set #ifdefAndre Przywara2017-04-053-4/+7
| * fsl: ls102x: remove redundant GENERIC_TIMER_CLKAndre Przywara2017-04-055-17/+2
| * ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara2017-04-0511-14/+12
| * sunxi: fix ACTLR.SMP assembly routineAndre Przywara2017-04-051-1/+2
* | dm: serial: Allow driver-model serial to be disabled for TPLSimon Glass2017-04-052-1/+21
* | dm: core: Allow driver model to be disabled for TPLSimon Glass2017-04-052-1/+15
* | Makefile: Provide an option to select SPL or TPLSimon Glass2017-04-052-0/+12
* | board_f: powerpc: Drop unused headersSimon Glass2017-04-051-15/+3
* | board_f: Make relocation functions genericSimon Glass2017-04-057-52/+42
* | board_f: Make init_helpers genericSimon Glass2017-04-055-20/+9
* | powerpc: Move setup_board_extra() into a PPC fileSimon Glass2017-04-054-25/+40
* | board_f: Move errno.h down to the bottomSimon Glass2017-04-051-1/+1
* | board_f: Drop unused headersSimon Glass2017-04-051-5/+0
* | Move dram_init_banksize() to a common headerSimon Glass2017-04-053-2/+17
* | board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-0564-76/+192
* | board_f: Drop CONFIG_SPL_BUILD checkSimon Glass2017-04-051-8/+0
* | board_f: Put video memory reservation in one functionSimon Glass2017-04-051-31/+5
* | board_f: Move the extra #ifdef condition into reserve_mmu()Simon Glass2017-04-051-4/+4
* | board_f: Use a single condition for reserve_logbuffer()Simon Glass2017-04-051-2/+5
* | xtensa: Place relocated U-Boot in the normal placeSimon Glass2017-04-051-6/+0
* | board_f: Drop return value from initdram()Simon Glass2017-04-05136-304/+631
* | board_f: Drop board_type parameter from initdram()Simon Glass2017-04-05140-155/+156
* | i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass2017-04-054-68/+0
* | i2c: Drop unused i2c_soft...() functionsSimon Glass2017-04-052-59/+0
* | board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-0510-8/+57
* | board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass2017-04-054-11/+11
* | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()Simon Glass2017-04-053-3/+7
* | board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass2017-04-055-5/+8
* | powerpc: freescale: Unify the two get_clocks() callsSimon Glass2017-04-051-4/+1