aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton18-53/+95
2016-05-31MIPS: remove dead code from asm/u-boot-mips.hDaniel Schwierzeck1-18/+3
2016-05-31net: Add ag7xxx driver for Atheros MIPSMarek Vasut3-0/+990
2016-05-31MIPS: add tune for MIPS 34kcDaniel Schwierzeck2-0/+4
2016-05-31MIPS: provide a default u-boot-spl.ldsDaniel Schwierzeck2-2/+93
2016-05-31malta: Allow MIPS64 buildsPaul Burton4-12/+25
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton1-3/+3
2016-05-31net: pcnet: Make 64 bit safePaul Burton1-8/+10
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton1-9/+6
2016-05-31MIPS: Use CPHYSADDR to implement mips32 virt_to_physPaul Burton1-4/+1
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini64-510/+1272
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini8-8/+182
2016-05-27ARM: OMAP4+: Fix DPLL programming sequenceLokesh Vutla1-3/+5
2016-05-27tools: Add entry for generated tools/bin2header to tools/.gitignoreRobert P. J. Day1-0/+1
2016-05-27tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada1-1/+0
2016-05-27image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.Robert P. J. Day1-57/+12
2016-05-27arm64: rename __asm_flush_dcache_level to __asm_dcache_levelMasahiro Yamada1-6/+6
2016-05-27arm64: fix comment "flush & invalidate"Masahiro Yamada1-2/+2
2016-05-27arm64: optimize __asm_{flush, invalidate}_dcache_allMasahiro Yamada1-8/+2
2016-05-27board: am335x: Allow to choose serial device dynamicallyLokesh Vutla2-0/+15
2016-05-27ARM: dts: AM335x-ICEv2: Add minimal dts supportLokesh Vutla4-2/+435
2016-05-27config: env: Set AM335x-ICEv2 board specific envLokesh Vutla1-0/+9
2016-05-27board: AM335x-ICEv2: Add cpsw supportLokesh Vutla2-7/+85
2016-05-27ARM: AM33xx: Add support for Clock SynthesizerLokesh Vutla3-0/+149
2016-05-27board: AM335x-ICEv2: Add DDR dataLokesh Vutla2-1/+55
2016-05-27board: AM335x-ICEv2: Add pinmux supportLokesh Vutla1-0/+31
2016-05-27board: AM335x-ICEv2: Add epprom supportLokesh Vutla1-0/+5
2016-05-27configs: am335x_evm: Switch to env on FAT SD by defaultTom Rini1-19/+21
2016-05-27ARM: dts: AM335x-BBG: Add initial supportLokesh Vutla4-2/+62
2016-05-27ARM: dts: AM335x-evmsk: Add initial supportLokesh Vutla5-2/+762
2016-05-27ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt bindi...Mugunthan V N2-3/+2
2016-05-27ARM: AM335x: Enable FITLokesh Vutla3-52/+11
2016-05-27ARM: dts: am335x-bone: Enable uart and timerLokesh Vutla3-4/+6
2016-05-27board: am33xx: fit: add support for selecting dtb dynamicallyLokesh Vutla1-0/+14
2016-05-27ARM: AM43xx: configs: Update usb host boot defconfigLokesh Vutla1-0/+14
2016-05-27ARM: dts: AM437x-IDK Initial SupportLokesh Vutla4-2/+425
2016-05-27ARM: dts: AM43x-EPOS Initial SupportLokesh Vutla6-2/+825
2016-05-27ARM: AM43xx: Enable FITLokesh Vutla4-114/+15
2016-05-27board: AM43xx: fit: add support for selecting dtb dynamicallyLokesh Vutla1-0/+12
2016-05-27ARM: DRA7: configs: Remove obsolete configsLokesh Vutla3-89/+0
2016-05-27ARM: DRA7: Enable FITLokesh Vutla4-111/+15
2016-05-27board: dra7: fit: add support for selecting dtb dynamicallyLokesh Vutla1-0/+12
2016-05-27Remove unused BOOTFLAG definitionsChris Packham2-16/+0
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla1-14/+84
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla1-3/+1
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla1-5/+32
2016-05-27mtd: nand: am335x: spl: Fix copying of imageLokesh Vutla1-1/+14
2016-05-27spl: Support loading a FIT from SPILokesh Vutla1-5/+32
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla1-4/+32
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla3-14/+71