aboutsummaryrefslogtreecommitdiffstats
path: root/spl
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada1-12/+5
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada1-1/+1
2013-12-13.gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada1-4/+0
2013-12-13spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada1-5/+1
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada1-2/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-0/+1
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada1-1/+1
2013-11-17Makefile: refactor a littleMasahiro Yamada1-2/+1
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-36/+37
2013-11-17powerpc: move mpc8xxx entry under arch/powerpc/cpu/Masahiro Yamada1-12/+1
2013-11-01Makefile: convert makefiles to Kbuild style and delete grep switchMasahiro Yamada1-21/+4
2013-10-31ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/Masahiro Yamada1-4/+0
2013-10-31ARM: omap: move OMAP specific code under arch/arm/Masahiro Yamada1-4/+0
2013-10-31ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada1-5/+1
2013-10-31ARM: imx-common: convert makefiles to Kbuild styleMasahiro Yamada1-1/+3
2013-10-31Makefile: prepare for using Kbuild-style MakefileMasahiro Yamada1-2/+20
2013-09-20spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORTTom Rini1-1/+2
2013-09-04Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-08-28arm, spl: add watchdog library to SPLHeiko Schocher1-0/+1
2013-08-20TPL : introduce the TPL based on the SPLYing Zhang1-4/+16
2013-08-20powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang1-0/+3
2013-08-19SPL: Makefile: Build a separate autoconf.mk for SPLJoel Fernandes1-0/+1
2013-08-15ARM: OMAP: Add CONFIG_OMAP_COMMONLokesh Vutla1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-2/+1
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+8
2013-06-04exynos: update tzpc to make it common for exynos4 and exynos5Inderpal Singh1-0/+4
2013-05-16imx: spl: Merge libimx-common make rulesBenoît Thébaudeau1-5/+1
2013-05-05imx: iomux-v3: Add iomux-mx35.hBenoît Thébaudeau1-1/+1
2013-05-05arm: mx5: Add SPL support code to MX5Marek Vasut1-0/+4
2013-04-22imx: Move some i.MX common functions into the imx-common directoryStefan Roese1-0/+4
2013-03-24ti814x_evm: add ti814x evm board supportMatt Porter1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+0
2013-03-12Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD1-6/+2
2013-02-18spl: support for booting via usbethIlya Yanok1-0/+2
2013-02-02Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-5/+2
2013-01-22imximage.cfg: run files through C preprocessorTroy Kisky1-5/+2
2013-01-16Tegra30: Add generic Tegra30 build supportTom Warren1-1/+1
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang1-0/+21
2012-11-26spl: include resetvec and lib8xxxScott Wood1-0/+21
2012-11-10Merge git://git.denx.de/u-bootStefano Babic2-8/+10
2012-10-26SPL: Added SPL target for mx35 SOC to SPL MakefileStefano Babic1-0/+6
2012-10-26Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD1-6/+3
2012-10-25omapimage: Add support for byteswapped SPI imagesTom Rini1-6/+3
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut2-2/+7
2012-10-15Tegra20: Move some code files to common directories for upcoming Tegra30 patc...Tom Warren1-0/+2
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+3
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini1-0/+1
2012-09-18spl: remove forced linking of commands into SPLTyler Olmstead1-3/+1
2012-09-01spl: fix SPL build of private libgccAllen Martin1-0/+6
2012-09-01tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-commonAllen Martin1-0/+4
2012-08-17Makefile: fix HAVE_VENDOR_COMMON_LIBScott Wood1-1/+1
2012-08-10Makefile: cosmetic: optimize usage of LIBS-yDaniel Schwierzeck1-2/+1
2012-03-30Define CPUDIR for the .lds link scriptSimon Glass1-0/+1
2012-03-30Allow arch directory to contain .lds without requiring MakefileSimon Glass1-0/+3
2012-01-16ARM:AM33XX: Add SPL support for AM335X EVMChandan Nath1-7/+6
2011-11-15omap5: Add minimal support for omap5430.Sricharan1-0/+3
2011-11-15OneNAND: Add simple OneNAND SPLMarek Vasut1-0/+1
2011-11-03spl: add option for adding post memory test to the SPL frameworkHeiko Schocher1-0/+1
2011-11-03ORIGEN : use absolute paths and fix tool namingAngus Ainslie1-1/+1
2011-10-27SPL: Add DMA librarySimon Schwarz1-0/+1
2011-10-05SPL: Make path to start.S configurableMarek Vasut1-2/+8
2011-09-30spl: Add POWER library to new splSimon Schwarz1-0/+1
2011-09-30spl: add NAND Library to new SPLSimon Schwarz1-0/+1
2011-09-04ORIGEN: Add MMC SPL supportChander Kashyap1-0/+10
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-0/+6
2011-07-26spl: add support for omap-common librariesDaniel Schwierzeck1-0/+7
2011-07-26spl: Add support for common libraries and driversDaniel Schwierzeck1-0/+11
2011-07-26spl: add initial support for a generic SPL frameworkDaniel Schwierzeck2-0/+104