summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-07configs: rk3328: add support for usb and config ehci and ohci driverMeng Dongyang2-0/+11
2017-06-07rockchip: pinctrl: rk3328: do not set io routingKever Yang2-34/+43
2017-06-07rockchip: pinctrl: move rk3328 grf reg definition in header fileKever Yang2-155/+164
2017-06-07rockchip: rk3036: clean mask definition for grf regKever Yang2-95/+82
2017-06-07rockchip: clock: rk3036: some fix according TRMKever Yang2-12/+12
2017-06-07rockchip: rk3036: clean mask definition for cru regKever Yang2-80/+69
2017-06-07rockchip: rk3368: Add PX5 Evaluation boardAndy Yan10-0/+457
2017-06-07rockchip: rk3368: Add initial support for RK3368 based GeekBoxAndreas Färber10-0/+421
2017-06-07rockchip: rk3368: add Sheep boardAndy Yan10-0/+453
2017-06-07rockchip: rk3368: Add sysreset driverAndy Yan2-0/+63
2017-06-07rockchip: rk3368: Add core start-up code for RK3368Andreas Färber10-0/+1693
2017-06-07rockchip: rk3368: Add pinctrl driverAndy Yan4-0/+600
2017-06-07rockchip: rk3368: Add clock driverAndy Yan3-0/+416
2017-06-07regulator: pwm: Fix handling of missing init voltageMark Kettenis1-4/+4
2017-06-07power: rk808: fix ldo register offsetHeiko Stübner1-2/+2
2017-06-07rockchip: board: puma_rk3399: build FIT image via u-boot.itbPhilipp Tomsich2-3/+3
2017-06-07rockchip: defconfig: puma-rk3399: enable RK3399 efuse driverPhilipp Tomsich1-0/+2
2017-06-07rockchip: board: puma_rk3399: derive ethaddr from cpuidKlaus Goger1-2/+40
2017-06-07rockchip: board: puma_rk3399: add support for serial# and cpuid# via efusesPhilipp Tomsich2-0/+84
2017-06-07rockchip: efuse: add (misc) driver for RK3399 non-secure efuse blockPhilipp Tomsich3-0/+175
2017-06-07rockchip: rk8xx: allocate priv structure for driverKever Yang1-0/+1
2017-06-07rockchip; rk3399: disable SRAM security regionKever Yang1-3/+5
2017-06-07defconfig: firefly-rk3399: fix pinctrl config optionHeiko Stübner1-1/+1
2017-06-06Merge git://git.denx.de/u-boot-ubiTom Rini1-1/+1
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu1-1/+1
2017-06-05Merge git://git.denx.de/u-boot-usbTom Rini3-1/+171
2017-06-05Prepare v2017.07-rc1v2017.07-rc1Tom Rini1-2/+2
2017-06-05armv7m: Fix larger buildsPhil Edworthy1-1/+3
2017-06-05arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy2-2/+10
2017-06-05arm64: hikey: Fix instructions in readmeMichal Simek1-4/+4
2017-06-05drivers: ram: stm32: fix compilation issuePatrice Chotard1-1/+1
2017-06-05arm64: Add NOLOAD attribute NOLOAD to .bss sectionsMichal Simek1-3/+3
2017-06-05ARMv8: Add support for poweroff via PSCIMichal Simek1-0/+17
2017-06-05cmd/ethsw: Disable implicit enum conversion warningTom Rini1-0/+2
2017-06-05malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou1-1/+1
2017-06-05arm: Always keep the dtb section on objcopyPantelis Antoniou1-2/+4
2017-06-05board: ti: am571-idx: Add vcores supportKeerthy1-0/+50
2017-06-05scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directoryTom Rini1-7/+5
2017-06-05ARM: ti: Update layout for MMC and eMMC (env and dfu)Jean-Jacques Hiblot4-10/+13
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini1-72/+24
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass2-2/+10
2017-06-05bootstage: Support SPLSimon Glass5-5/+57
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass2-8/+8
2017-06-05bootstage: Tidy up error return valuesSimon Glass2-12/+14
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass3-0/+6
2017-06-05bootstage: Init as early as possibleSimon Glass2-3/+2
2017-06-05bootstage: Support relocating boostage dataSimon Glass4-0/+52
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass1-2/+2
2017-06-05bootstage: Show records with a zero timeSimon Glass1-7/+4
2017-06-05bootstage: Use rec_count as the array indexSimon Glass2-49/+96