summaryrefslogtreecommitdiff
path: root/spl
Commit message (Expand)AuthorAgeLines
* kbuild: fix a bug in regeneration of linker scriptsMasahiro Yamada2014-04-11-3/+3
* kbuild: Rename UIMAGE to MKIMAGEMarek Vasut2014-03-28-1/+1
* kbuild: rename OBJTREE to objtreeMasahiro Yamada2014-03-12-4/+4
* kbuild: rename SRCTREE to srctreeMasahiro Yamada2014-03-12-2/+2
* kbuild: rename TOPDIR to stctreeMasahiro Yamada2014-03-12-5/+5
* kbuild: improve Kbuild speedMasahiro Yamada2014-03-07-8/+7
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-07-1/+1
* kbuild: consolidate PLATFORM_LIBSMasahiro Yamada2014-03-04-1/+1
* kbuild: refactor more IMX image rulesMasahiro Yamada2014-02-25-3/+0
* kbuild: use shorten logs for IMX imagesMasahiro Yamada2014-02-25-2/+2
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-25-1/+5
* kbuild: use shorten logs for mkimage rulesMasahiro Yamada2014-02-25-6/+9
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-25-2/+17
* kbuild: Add $(Q) when descending into subdirectoriesMasahiro Yamada2014-02-25-2/+2
* kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-25-1/+1
* kbuild: fix SPL link bug when USE_PRIVATE_LIBGCC is "yes"Masahiro Yamada2014-02-24-1/+2
* kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada2014-02-19-57/+56
* kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada2014-02-19-0/+16
* kbuild: move include directives of board configuration filesMasahiro Yamada2014-02-19-0/+8
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-12/+15
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-25/+24
* Makefile: move some flags to spl/MakefileMasahiro Yamada2014-02-19-0/+14
* kbuild: Use Kbuild.includeMasahiro Yamada2014-02-19-2/+2
* board: samsung: refactor host programsMasahiro Yamada2014-02-19-2/+2
* tools: convert makefiles to kbuild styleMasahiro Yamada2014-02-19-1/+3
* common: spl: Add spl sata boot supportDan Murphy2014-02-19-0/+1
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-24-0/+2
* powerpc:mpc85xx: Add ifc nand boot support for TPL/SPLPo Liu2014-01-21-0/+1
* arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD2014-01-14-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-10-1/+6
|\
| * SPL: EXYNOS: Prepare for variable size SPL supportRajeshwari Birje2013-12-30-1/+6
* | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-16-12/+5
* | drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada2013-12-13-1/+1
* | .gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada2013-12-13-4/+0
* | spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada2013-12-13-5/+1
* | Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-13-2/+2
|/
* Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2013-11-25-0/+1
* Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada2013-11-17-1/+1
* Makefile: refactor a littleMasahiro Yamada2013-11-17-2/+1
* Makefile: rename all libraries to built-in.oMasahiro Yamada2013-11-17-36/+37
* powerpc: move mpc8xxx entry under arch/powerpc/cpu/Masahiro Yamada2013-11-17-12/+1
* Makefile: convert makefiles to Kbuild style and delete grep switchMasahiro Yamada2013-11-01-21/+4
* ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/Masahiro Yamada2013-10-31-4/+0
* ARM: omap: move OMAP specific code under arch/arm/Masahiro Yamada2013-10-31-4/+0
* ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada2013-10-31-5/+1
* ARM: imx-common: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-1/+3
* Makefile: prepare for using Kbuild-style MakefileMasahiro Yamada2013-10-31-2/+20
* spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORTTom Rini2013-09-20-1/+2
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-04-0/+1
|\
| * arm, spl: add watchdog library to SPLHeiko Schocher2013-08-28-0/+1