aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-03cmd: Convert CMD_BOOTMENUTom Rini12-14/+13
2016-12-03board: ti: am57xx: add FIT image TEE processingAndrew F. Davis1-0/+7
2016-12-03board: ti: dra7xx: add FIT image TEE processingAndrew F. Davis1-0/+7
2016-12-03arm: omap5: Add OPTEE node to fdtAndrew F. Davis1-1/+34
2016-12-03arm: omap5: Add TEE loading supportHarinarayan Bhatta3-0/+144
2016-12-03arm: omap5: Add function to make an SMC call on cpu1Harinarayan Bhatta3-0/+125
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis2-0/+2
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis3-1/+66
2016-12-03davinci: omapl138_lcdk: add DT support for EMMC bootFabien Parent1-1/+5
2016-12-03davinci: omapl138_lcdk: improve readability of boot commandFabien Parent1-1/+18
2016-12-03davinci: omapl138_lcdk: add NAND SPL boot supportFabien Parent3-28/+30
2016-12-03davinci: omapl138_lck: remove obsolete defineFabien Parent1-1/+0
2016-12-03davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_ALEFabien Parent2-2/+1
2016-12-03davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLEFabien Parent2-2/+1
2016-12-03davinci: omapl138_lcdk: use correct define for 16 bit NAND chipsFabien Parent2-2/+1
2016-12-03NAND: davinci: add support for NAND chips with 16 bits busFabien Parent1-0/+3
2016-12-03davinci: omapl138_lcdk: add u-boot sector for mmc/sd bootFabien Parent1-0/+1
2016-12-03davinci: da850evm: fix empty boot method list in the SPLFabien Parent1-0/+3
2016-12-03davinci: omapl138_lcdk: configure ddr2Fabien Parent2-0/+42
2016-12-03davinci: omapl138_lcdk: configure pll0Fabien Parent1-0/+1
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to KconfigFabien Parent6-5/+7
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to KconfigFabien Parent6-5/+7
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon11-17/+15
2016-12-03usb: xhci: Remove assumption of DWC instance based on DRA7 SoC typeNishanth Menon1-2/+2
2016-12-03ARM: K2G: DDR3: Fix up priv ID for MPUNishanth Menon1-4/+19
2016-12-03ARM: AMx3xx: Make FIT boot as default boot on HS devicesLokesh Vutla2-0/+14
2016-12-03ARM: AM57xx: Make FIT boot as default boot on HS devicesLokesh Vutla1-0/+8
2016-12-03ARM: DRA7: Make FIT boot as default boot on HS devicesLokesh Vutla1-0/+7
2016-12-03ti_armv7_common: env: Add support for loading FIT imagesLokesh Vutla5-1/+30
2016-12-03ti_armv7_common: env: Consolidate support for loading images from mmcLokesh Vutla5-63/+27
2016-12-03configs: am43x: hs: Modify SPL load address to fix UART boot issueMadan Srinivas1-1/+1
2016-12-02r2dplus: fixup CONFIG_SYS_TEXT_BASE to account arch/sh changesVladimir Zapolskiy1-1/+1
2016-12-02sh: generate position independent code for all platformsVladimir Zapolskiy2-1/+2
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy8-135/+9
2016-12-02sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy1-12/+11
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy4-18/+18
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy23-230/+18
2016-12-02sh: define CONFIG_DISPLAY_BOARDINFO to print board informationVladimir Zapolskiy21-0/+27
2016-12-02sh: remove undefined DEBUG preprocessor token from board config filesVladimir Zapolskiy14-15/+0
2016-12-02sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy1-16/+16
2016-12-02sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2-6/+1
2016-12-02sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy19-19/+19
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy10-253/+7
2016-12-02common: sh: add necessary define bits to board_fVladimir Zapolskiy1-6/+9
2016-12-02r2dplus: select rtl8139 driver in defconfigVladimir Zapolskiy1-0/+2
2016-12-02r2dplus: use P1 area space for text base and PCI system memoryVladimir Zapolskiy1-5/+5
2016-12-02sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy3-12/+0
2016-12-02pci: sh7751: map PCI memory space into SDRAMVladimir Zapolskiy1-6/+4
2016-12-02pci: sh7751: fix up PCI I/O space addressVladimir Zapolskiy1-1/+1
2016-12-02sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy3-39/+36