aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-06arm: socfpga: pl310: Map SDRAM to 0x0Marek Vasut1-0/+14
2014-10-06arm: socfpga: nic301: Add NIC-301 GPV register fileMarek Vasut1-0/+195
2014-10-06arm: socfpga: scu: Add SCU register fileMarek Vasut1-0/+23
2014-10-06arm: socfpga: cache: Enable PL310 L2 cacheMarek Vasut1-0/+2
2014-10-06arm: socfpga: cache: Enable D-CacheMarek Vasut2-1/+2
2014-10-06arm: socfpga: cache: Define cacheline sizeMarek Vasut1-0/+2
2014-10-06arm: socfpga: sysmgr: Add FPGA bits into system managerMarek Vasut1-0/+39
2014-10-06arm: socfpga: reset: Add function to reset FPGA bridgesMarek Vasut2-0/+40
2014-10-06arm: socfpga: fpga: Add SoCFPGA FPGA programming interfacePavel Machek8-1/+504
2014-10-06arm: socfpga: board: Align checkboard() outputMarek Vasut1-1/+1
2014-10-06arm: socfpga: board: Correctly set ATAG positionPavel Machek1-0/+4
2014-10-06arm: socfpga: misc: Align print_cpuinfo() outputPavel Machek1-1/+1
2014-10-06arm: socfpga: misc: Add SD controller initPavel Machek1-0/+13
2014-10-06arm: socfpga: misc: Add proper ethernet initializationPavel Machek2-15/+52
2014-10-06arm: socfpga: reset: Add EMAC reset functionsMarek Vasut2-0/+20
2014-10-06arm: socfpga: timer: Pull the timer reload value from config fileMarek Vasut2-2/+2
2014-10-06arm: socfpga: mmc: Pick the clock from clock managerPavel Machek1-4/+11
2014-10-06arm: socfpga: clock: Sync with reference codeMarek Vasut2-16/+29
2014-10-06arm: socfpga: clock: Clean up bit definitionsMarek Vasut3-303/+323
2014-10-06arm: socfpga: clock: Trim down code duplicationMarek Vasut1-58/+38
2014-10-06arm: socfpga: clock: Add code to read clock configurationPavel Machek3-3/+267
2014-10-06arm: socfpga: clock: Add missing stubs into board fileMarek Vasut1-0/+3
2014-10-06arm: socfpga: clock: Drop nonsense inlining from clock manager codeMarek Vasut1-6/+6
2014-10-06arm: socfpga: clock: Implant order into bit definitionsMarek Vasut1-67/+99
2014-10-06arm: socfpga: sysmgr: Clean up system managerMarek Vasut2-34/+86
2014-10-06arm: socfpga: Add watchdog disable for socfpgaPavel Machek3-0/+30
2014-10-06arm: socfpga: Clean up base address fileMarek Vasut1-51/+51
2014-10-06arm: socfpga: Complete the list of base addressesPavel Machek1-0/+40
2014-10-06Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', '...Marek Vasut14-42/+317
2014-10-06arm: cache: Add support for write-allocate D-CacheMarek Vasut2-0/+3
2014-10-06tools: socfpga: Add socfpga preloader signing to mkimageCharles Manning6-0/+265
2014-10-06net: dwc: Make the cache handling less crypticMarek Vasut1-25/+23
2014-10-06net: dwc: Fix cache alignment issuesMarek Vasut1-2/+4
2014-10-06net: phy: Cleanup drivers/net/phy/micrel.cPavel Machek1-4/+3
2014-10-06net: Remove unused CONFIG_DW_SEARCH_PHY from configsPavel Machek2-2/+0
2014-10-06mmc: dw_mmc: Fix cache alignment issueMarek Vasut1-1/+1
2014-10-06mmc: dw_mmc: cleanupsPavel Machek1-12/+22
2014-10-06fpga: altera: Turn the switches into table lookupMarek Vasut1-111/+60
2014-10-06fpga: altera: Clean up enums in altera.hMarek Vasut1-27/+49
2014-10-06fpga: altera: Make altera_validate return normal valuesMarek Vasut1-9/+9
2014-10-06fpga: altera: Move altera_validate to the topMarek Vasut1-32/+26
2014-10-06fpga: altera: More indentation trimdownMarek Vasut1-118/+120
2014-10-06fpga: altera: Clean up altera_validate functionMarek Vasut1-22/+21
2014-10-06fpga: altera: Clean up the printing and debugMarek Vasut1-59/+58
2014-09-26Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini4-110/+89
2014-09-26spi: Add brackets and tidy defines in spi.hSimon Glass1-12/+12
2014-09-26dm: spi: Move cmd device code into its own functionSimon Glass1-21/+32
2014-09-26sandbox: config: Enable all SPI flash chipsSimon Glass1-1/+7
2014-09-26sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass1-76/+38
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini39-251/+1018