summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-03davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLEFabien Parent
2016-12-03davinci: omapl138_lcdk: use correct define for 16 bit NAND chipsFabien Parent
2016-12-03NAND: davinci: add support for NAND chips with 16 bits busFabien Parent
2016-12-03davinci: omapl138_lcdk: add u-boot sector for mmc/sd bootFabien Parent
2016-12-03davinci: da850evm: fix empty boot method list in the SPLFabien Parent
2016-12-03davinci: omapl138_lcdk: configure ddr2Fabien Parent
2016-12-03davinci: omapl138_lcdk: configure pll0Fabien Parent
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to KconfigFabien Parent
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to KconfigFabien Parent
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon
2016-12-03usb: xhci: Remove assumption of DWC instance based on DRA7 SoC typeNishanth Menon
2016-12-03ARM: K2G: DDR3: Fix up priv ID for MPUNishanth Menon
2016-12-03ARM: AMx3xx: Make FIT boot as default boot on HS devicesLokesh Vutla
2016-12-03ARM: AM57xx: Make FIT boot as default boot on HS devicesLokesh Vutla
2016-12-03ARM: DRA7: Make FIT boot as default boot on HS devicesLokesh Vutla
2016-12-03ti_armv7_common: env: Add support for loading FIT imagesLokesh Vutla
2016-12-03ti_armv7_common: env: Consolidate support for loading images from mmcLokesh Vutla
2016-12-03configs: am43x: hs: Modify SPL load address to fix UART boot issueMadan Srinivas
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer
2016-12-02drivers: usb: musb: add ti musb host driver with driver model supportMugunthan V N
2016-12-02drivers: usb: musb: adopt musb backend driver to driver modelMugunthan V N
2016-12-02am33xx: board: probe misc drivers to register musb devicesMugunthan V N
2016-12-02drivers: usb: musb: add ti musb misc driver for wrapperMugunthan V N
2016-12-02am33xx: board: do not register usb devices when CONFIG_DM_USB is definedMugunthan V N
2016-12-02configs: am335x: usb: do not define CONFIG_DM_USB for splMugunthan V N
2016-12-02rtc: Add RTC chip pcf2127 supportMeng Yi
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-12-02cmd/fdt: fix uncallable systemsetup commandFabien Parent
2016-12-02drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N
2016-12-02drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N
2016-12-02drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N
2016-12-02drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N
2016-12-02drivers: usb: gadget: ether: access network_started using local variableMugunthan V N
2016-12-02dm: blk: Fix get_desc to return block device descriptorMichal Simek
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2016-12-02buildman: Rename do_build to config_onlySimon Glass
2016-12-02r2dplus: fixup CONFIG_SYS_TEXT_BASE to account arch/sh changesVladimir Zapolskiy
2016-12-02sh: generate position independent code for all platformsVladimir Zapolskiy
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy
2016-12-02sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy
2016-12-02sh: define CONFIG_DISPLAY_BOARDINFO to print board informationVladimir Zapolskiy
2016-12-02sh: remove undefined DEBUG preprocessor token from board config filesVladimir Zapolskiy
2016-12-02sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy
2016-12-02sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy
2016-12-02sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy
2016-12-02common: sh: add necessary define bits to board_fVladimir Zapolskiy