aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass6-2/+22
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass1-0/+11
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass5-8/+19
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass14-39/+58
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass3-9/+20
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass3-17/+9
2016-10-06serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot1-1/+1
2016-10-03Prepare v2016.11-rc1v2016.11-rc1Tom Rini1-2/+2
2016-10-03Merge git://git.denx.de/u-boot-rockchipTom Rini26-205/+421
2016-10-02ti_armv7_common: Disable Falcon Mode on HS devicesAndrew F. Davis1-5/+10
2016-10-02config: Remove usage of CONFIG_STORAGE_EMMCAndrew F. Davis4-8/+0
2016-10-02ti: omap-common: Allow AM33xx devices to be built securelyAndrew F. Davis1-1/+1
2016-10-02board: am33xx-hs: Allow post-processing of FIT image on AM33xxAndrew F. Davis1-0/+8
2016-10-02am33xx: config.mk: Fix option used to enable SPI SPL image typeAndrew F. Davis1-2/+2
2016-10-02doc: Update info on using AM33xx secure devices from TIAndrew F. Davis1-0/+32
2016-10-02am33xx: config.mk: Add support for additional secure boot image typesAndrew F. Davis1-2/+18
2016-10-02Kconfig: Separate AM33XX SOC config from target board configAndrew F. Davis26-89/+121
2016-10-02ARM: omap5: add fdt secure dram reservation fixupDaniel Allred1-2/+62
2016-10-02ti_omap5_common: mark region of DRAM protected on HS partsDaniel Allred1-0/+8
2016-10-02ARM: DRA7: Add secure emif setup callsDaniel Allred1-0/+15
2016-10-02arm: omap5: secure API for EMIF memory reservationsDaniel Allred3-0/+151
2016-10-02ti: omap5: Add Kconfig options for secure EMIF reservationsDaniel Allred1-0/+26
2016-10-01rockchip: add boot-mode support for rk3288, rk3036Jacob Chen7-20/+111
2016-10-01rockchip: move common function from board-file to rk3036-board.cJacob Chen4-132/+84
2016-10-01rockchip: rename board.c to rk3288-board.cJacob Chen2-1/+1
2016-10-01rockchip: move partitons define from 3036-kylin to 3036-commonJacob Chen2-24/+10
2016-10-01rockchip: miniarm: remove eMMC supportXu Ziyuan3-21/+6
2016-10-01config: evb-rk3399: enable pwm regulatorKever Yang1-0/+1
2016-10-01dts: evb-rk3399: add init voltage node for vdd-centerKever Yang1-0/+1
2016-10-01Kconfig: rockchip: enable DM_PWM and DM_REGULATORKever Yang1-0/+2
2016-10-01rockchip: evb_rk3399: init vdd_center regulatorKever Yang1-0/+6
2016-10-01power: regulator: add pwm regulatorKever Yang3-0/+170
2016-10-01rockchip: rkpwm: fix the register sequenceKever Yang1-1/+1
2016-10-01rockchip: rk3399: update PPLL and pmu_pclk frequencyKever Yang1-2/+2
2016-10-01rockchip: add usb mass storage feature support for rk3036jacob2.chen1-0/+4
2016-10-01Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 boardSandy Patterson2-0/+11
2016-10-01Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.Sandy Patterson1-0/+3
2016-10-01rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabledSandy Patterson1-1/+4
2016-10-01rockchip: rk3288: sdram: fix DDR address rangeXu Ziyuan1-3/+4
2016-10-01net, macb: fix misaligned cache operation warningHeiko Schocher1-9/+11
2016-10-01ti_armv7_keystone2: Update addr_mon variableLokesh Vutla5-9/+5
2016-10-01ARM: keystone2: Add support for parsing monitor headerLokesh Vutla1-4/+18
2016-10-01keystone2: k2g: add env script to load firmware initramfs as part of boot flowMurali Karicheri1-1/+5
2016-10-01board: k2g: Enable ECC byte laneLokesh Vutla1-2/+1
2016-10-01board: ks2: Enable ECC using detected DDR sizeLokesh Vutla1-0/+3
2016-10-01fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy4-5/+32
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy5-53/+50
2016-10-01fastboot: add support for writing MBRPetr Kulhavy5-6/+121
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy8-33/+53
2016-10-01bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel1-3/+1