summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy2016-12-021-12/+11
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-024-18/+18
* sh: add common dram_init() function for all boardsVladimir Zapolskiy2016-12-0223-230/+18
* sh: define CONFIG_DISPLAY_BOARDINFO to print board informationVladimir Zapolskiy2016-12-0221-0/+27
* sh: remove undefined DEBUG preprocessor token from board config filesVladimir Zapolskiy2016-12-0214-15/+0
* sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy2016-12-021-16/+16
* sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2016-12-022-6/+1
* sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy2016-12-0219-19/+19
* sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2016-12-0210-253/+7
* common: sh: add necessary define bits to board_fVladimir Zapolskiy2016-12-021-6/+9
* r2dplus: select rtl8139 driver in defconfigVladimir Zapolskiy2016-12-021-0/+2
* r2dplus: use P1 area space for text base and PCI system memoryVladimir Zapolskiy2016-12-021-5/+5
* sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy2016-12-023-12/+0
* pci: sh7751: map PCI memory space into SDRAMVladimir Zapolskiy2016-12-021-6/+4
* pci: sh7751: fix up PCI I/O space addressVladimir Zapolskiy2016-12-021-1/+1
* sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2016-12-023-39/+36
* sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy2016-12-021-5/+3
* sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy2016-12-021-37/+2
* sh3: remove unused cache.c file from being builtVladimir Zapolskiy2016-12-022-97/+1
* sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy2016-12-021-1/+1
* sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy2016-12-021-1/+1
* compiler.h: use u-boot endian macros on OpenBSDJonathan Gray2016-12-021-14/+4
* ARM: am57xx_evm: enable DFU supportSekhar Nori2016-12-023-0/+14
* ARM: ti: consolidate dfu environment variablesSekhar Nori2016-12-025-148/+82
* cmd: scsi: Make private functions staticMichal Simek2016-12-021-2/+2
* scsi: Separate SCSI private block description initializationMichal Simek2016-12-021-6/+22
* scsi: Change scsi_scan() to be able to return valueMichal Simek2016-12-023-6/+13
* scsi: Make private functions staticMichal Simek2016-12-021-6/+10
* scsi: Remove completely unused functionsMichal Simek2016-12-022-38/+0
* scsi: Simplify scsi_read/scsi_write()Michal Simek2016-12-021-16/+11
* scsi: Move pccb buffer initalization directly to scsi_detect_devMichal Simek2016-12-021-6/+6
* scsi: Take lun from device block descriptionMichal Simek2016-12-021-6/+5
* scsi: Extract device detection algorithmMichal Simek2016-12-021-61/+82
* scsi: Extract block device initializationMichal Simek2016-12-021-20/+25
* common: miiphyutil: Work and report phy address in hex in mdio cmdMichal Simek2016-12-023-5/+5
* ARM: zynq: Enable SD1 and qspi for picozed boardSiva Durga Prasad Paladugu2016-12-021-0/+12
* ARM: zynq(mp): remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT definesMasahiro Yamada2016-12-022-2/+0
* ARM64: zynqmp: List secondary software boot modesMichal Simek2016-12-023-0/+15
* ARM64: zynqmp: Use DTS name for different psu_init_gpl* files in SPLMichal Simek2016-12-021-1/+1
* ARM64: zynqmp: Force certain bootmode for SPLMichal Simek2016-12-021-1/+1
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-12-015-5/+62
|\
| * tools/kwbimage: add DEBUG optionChris Packham2016-12-012-1/+10
| * tools/kwbimage: add BAUDRATE optionChris Packham2016-12-012-1/+44
| * arm: mvebu: move SYS_MVEBU_PLL_CLOCK to KconfigChris Packham2016-12-012-3/+6
| * mvebu: db-88f6820-amc: Enable FIT supportChris Packham2016-12-011-0/+2
* | SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-012-2/+5
* | mmc: Tinification of the mmc codeMarek Vasut2016-12-015-2/+83
* | mmc: Fix warning if debug() is not usedMarek Vasut2016-12-011-1/+1
* | mmc: add bkops-enable commandTomas Melin2016-12-014-0/+81
* | mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim2016-12-011-1/+1
|/