aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini16-52/+378
2016-07-14rockchip: sdram: Update the driver to support of-platdataSimon Glass1-1/+39
2016-07-14rockchip: sdram: Move all DT decoding to ofdata_to_platdata()Simon Glass2-38/+64
2016-07-14rockchip: syscon: Update to work with of-platdataSimon Glass1-0/+38
2016-07-14rockchip: Don't use spl_boot_device() with of-platdataSimon Glass1-0/+2
2016-07-14rockchip: Move the MMC setup check earlierSimon Glass1-11/+12
2016-07-14rockchip: Update the sdram-channel property to support of-platdataSimon Glass2-1/+8
2016-07-14sandbox: Add a test device that uses of-platdataSimon Glass2-0/+48
2016-07-14sandbox: Add a new sandbox_spl boardSimon Glass2-1/+30
2016-07-14sandbox: Add basic SPL implementationSimon Glass3-0/+75
2016-07-14sandbox: Don't include the main loop in SPLSimon Glass1-0/+2
2016-07-14sandbox: Don't use PCI in SPLSimon Glass2-1/+3
2016-07-14sandbox: Add some missing headers in cpu.cSimon Glass1-0/+2
2016-07-14sandbox: Correct header file order in cpu.cSimon Glass1-1/+1
2016-07-14sandbox: Support building an SPL imageSimon Glass1-0/+5
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass1-0/+51
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass1-2/+2
2016-07-14arm: Don't invalidate unaligned cache regionsSimon Glass1-21/+2
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass5-51/+24
2016-07-14ARM: OMAP5+: Enable errata i727Lokesh Vutla2-3/+3
2016-07-14stm32: Change USART port to USART6 for stm32f746 discovery boardToshifumi NISHINAGA2-0/+5
2016-07-14stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA4-1/+136
2016-07-14stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA4-1/+302
2016-07-14sandbox: Don't exit when bootm completesSimon Glass1-1/+1
2016-07-14linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada1-0/+4
2016-07-14arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada3-101/+0
2016-07-14types.h: move and redefine resource_size_tMasahiro Yamada1-1/+0
2016-07-14arm: am4x: add U-Boot FIT signing and SPL image post-processingMadan Srinivas1-0/+1
2016-07-14arm: omap5: add U-Boot FIT signing and SPL image post-processingAndreas Dannenberg1-0/+3
2016-07-14arm: omap-common: Update to generate secure U-Boot FIT blobAndreas Dannenberg1-14/+61
2016-07-14arm: omap-common: secure ROM signature verify APIAndreas Dannenberg2-0/+97
2016-07-14arm: omap-common: add secure rom call API for secure devicesAndreas Dannenberg3-0/+74
2016-07-14arm: omap-common: add secure smc entryDaniel Allred2-9/+42
2016-07-14arm: cache: add missing dummy functions for when dcache disabledDaniel Allred1-0/+8
2016-07-14arm64: add better and more generic spin-table supportMasahiro Yamada7-4/+134
2016-07-14Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini1-8/+0
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini18-13/+474
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass1-0/+5
2016-07-12x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister3-1/+295
2016-07-12x86: baytrail: acpi: Hide internal UART per GNVS settingBin Meng1-11/+8
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng4-0/+32
2016-07-12x86: quark: Introduce ACPI global NVSBin Meng3-0/+41
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng4-0/+81
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng1-1/+1
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng1-0/+11
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini8-11/+143
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass1-6/+0
2016-07-11dm: gpio: MPC85XX GPIO platform data supportHamish Martin1-0/+6
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass1-0/+1
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass1-0/+1