summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* sizes.h - consolidate for all architecturesAlexey Brodkin2014-03-0410-10/+10
* nand_spl: simpc8313: move config.mk used only for nand_splMasahiro Yamada2014-03-041-5/+0
* zynq: Add OF ram initialization supportMichal Simek2014-03-041-1/+21
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-2634-52/+1575
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-268-21/+5
| * arm: make _end compiler-generatedAlbert ARIBAUD2014-02-269-13/+52
| * cm_t335: fix linker file to produce full ELFAlbert ARIBAUD2014-02-261-6/+10
| * Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-2415-13/+1415
| |\
| | * omap3: fix pinmux for mcx boardStefano Babic2014-02-211-2/+0
| | * ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator controlDave Gerlach2014-02-212-11/+11
| | * Add support for B&R KWB MotherboardHannes Petermaier2014-02-213-0/+447
| | * board: Add support for B&R T-Series MotherboardHannes Petermaier2014-02-215-0/+624
| | * am335x: Initial support for Silica Pengwyn boardLothar Felten2014-02-214-0/+333
| * | board: bcm28155_ap: Add board filesDarwin Rambo2014-02-222-0/+94
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-02-2517-125/+405
|\ \
| * | powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPLYing Zhang2014-02-244-72/+128
| * | powerpc/t2081qds: Add T2081 QDS board supportShengzhou Liu2014-02-2413-53/+277
* | | kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-251-1/+1
* | | x86: coreboot: delete unused coreboot/config.mkMasahiro Yamada2014-02-241-7/+0
* | | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-213-3/+3
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2014-02-211-0/+11
|\ \ \
| * | | am437x_epos_evm: add SPL API, QSPI, and serial flash supportSourav Poddar2014-02-181-0/+11
| |/ /
* | | axs101: fix dw gmac instantiation for updated dw gmac driverAlexey Brodkin2014-02-211-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-2033-1497/+81
|\ \ \ | | |/ | |/|
| * | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-2085-2507/+159
| |\ \
| * \ \ Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-199-90/+68
| |\ \ \
| | * | | i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sdEric Nelson2014-02-196-6/+6
| | * | | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-02-1160-1647/+408
| | |\ \ \
| | * | | | mx6qsabreauto: Update imximage.cfgFabio Estevam2014-02-111-77/+59
| | * | | | hummingboard: Return from cpu_eth_init() directlyFabio Estevam2014-02-111-5/+1
| | * | | | nitrogen6x: README: Do not refer to MAINTAINERS fileFabio Estevam2014-01-261-1/+1
| | * | | | nitrogen6x: README: Only calling 'make' is enoughFabio Estevam2014-01-261-1/+1
| * | | | | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-02-193-10/+13
| |\ \ \ \ \
| | * | | | | zynq: Add support for U-BOOT SPLMichal Simek2014-02-192-0/+13
| | * | | | | zynq: Move bootmode to headersMichal Simek2014-02-191-6/+0
| | * | | | | zynq: Use board_eth_init if CMD_NET is not enabledMichal Simek2014-02-191-2/+0
| | * | | | | zynq: Do not explicitely enable icacheMichal Simek2014-02-191-2/+0
| * | | | | | Exynos5250: Remove lowlevelinitRajeshwari S Shinde2014-02-191-82/+0
| |/ / / / /
| * | | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-1920-1315/+0
| |\ \ \ \ \
| | * | | | | ARM: IXP: Remove dvl_host boardMarek Vasut2014-02-065-277/+0
| | * | | | | ARM: IXP: Remove actux4 boardMarek Vasut2014-02-063-170/+0
| | * | | | | ARM: IXP: Remove actux3 boardMarek Vasut2014-02-064-300/+0
| | * | | | | ARM: IXP: Remove actux2 boardMarek Vasut2014-02-064-272/+0
| | * | | | | ARM: IXP: Remove actux1 boardMarek Vasut2014-02-064-296/+0
| | | |/ / / | | |/| | |
* | | | | | blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
* | | | | | venice2: move device tree to fix build errorMasahiro Yamada2014-02-201-84/+0
| |_|_|/ / |/| | | |
* | | | | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-193-2/+4
* | | | | dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-1930-2376/+0
* | | | | board: sandburst: delete FORCEBUILDMasahiro Yamada2014-02-192-10/+2
* | | | | kbuild: use scripts/Makefile.cleanMasahiro Yamada2014-02-191-0/+2
OpenPOWER on IntegriCloud