summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-02sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy1-5/+3
2016-12-02sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy1-37/+2
2016-12-02sh3: remove unused cache.c file from being builtVladimir Zapolskiy2-97/+1
2016-12-02sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy1-1/+1
2016-12-02sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy1-1/+1
2016-12-02compiler.h: use u-boot endian macros on OpenBSDJonathan Gray1-14/+4
2016-12-02ARM: am57xx_evm: enable DFU supportSekhar Nori3-0/+14
2016-12-02ARM: ti: consolidate dfu environment variablesSekhar Nori5-148/+82
2016-12-02cmd: scsi: Make private functions staticMichal Simek1-2/+2
2016-12-02scsi: Separate SCSI private block description initializationMichal Simek1-6/+22
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek3-6/+13
2016-12-02scsi: Make private functions staticMichal Simek1-6/+10
2016-12-02scsi: Remove completely unused functionsMichal Simek2-38/+0
2016-12-02scsi: Simplify scsi_read/scsi_write()Michal Simek1-16/+11
2016-12-02scsi: Move pccb buffer initalization directly to scsi_detect_devMichal Simek1-6/+6
2016-12-02scsi: Take lun from device block descriptionMichal Simek1-6/+5
2016-12-02scsi: Extract device detection algorithmMichal Simek1-61/+82
2016-12-02scsi: Extract block device initializationMichal Simek1-20/+25
2016-12-02common: miiphyutil: Work and report phy address in hex in mdio cmdMichal Simek3-5/+5
2016-12-02ARM: zynq: Enable SD1 and qspi for picozed boardSiva Durga Prasad Paladugu1-0/+12
2016-12-02ARM: zynq(mp): remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT definesMasahiro Yamada2-2/+0
2016-12-02ARM64: zynqmp: List secondary software boot modesMichal Simek3-0/+15
2016-12-02ARM64: zynqmp: Use DTS name for different psu_init_gpl* files in SPLMichal Simek1-1/+1
2016-12-02ARM64: zynqmp: Force certain bootmode for SPLMichal Simek1-1/+1
2016-12-01Merge git://www.denx.de/git/u-boot-marvellTom Rini5-5/+62
2016-12-01tools/kwbimage: add DEBUG optionChris Packham2-1/+10
2016-12-01tools/kwbimage: add BAUDRATE optionChris Packham2-1/+44
2016-12-01arm: mvebu: move SYS_MVEBU_PLL_CLOCK to KconfigChris Packham2-3/+6
2016-12-01mvebu: db-88f6820-amc: Enable FIT supportChris Packham1-0/+2
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2-2/+5
2016-12-01mmc: Tinification of the mmc codeMarek Vasut5-2/+83
2016-12-01mmc: Fix warning if debug() is not usedMarek Vasut1-1/+1
2016-12-01mmc: add bkops-enable commandTomas Melin4-0/+81
2016-12-01mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim1-1/+1
2016-11-30ts4600: Disable CONFIG_DISPLAY_CPUINFOTom Rini1-0/+1
2016-11-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini17-65/+584
2016-11-30travis.yml: Split Freescale ARM job up moreTom Rini1-2/+5
2016-11-30MIPS: Fix map_physmem for cached mappingsPaul Burton1-1/+1
2016-11-30MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton1-1/+1
2016-11-30mips: Let cache.h be included from assembly sourceMarek Vasut1-0/+2
2016-11-30common/board_f: enable initr_trap for MIPSDaniel Schwierzeck1-2/+2
2016-11-30MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck5-0/+344
2016-11-30MIPS: reserve space for exception vectorsDaniel Schwierzeck2-0/+20
2016-11-30MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck2-0/+66
2016-11-30MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck2-0/+18
2016-11-30MIPS: factor out code for initial stack and global dataDaniel Schwierzeck1-26/+30
2016-11-30MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck2-24/+51
2016-11-30MIPS: fix ROM exception vectorsDaniel Schwierzeck1-10/+19