summaryrefslogtreecommitdiff
path: root/spl
AgeCommit message (Expand)Author
2014-02-19kbuild: refactor Makefile and spl/Makefile moreMasahiro Yamada
2014-02-19kbuild: generate {spl, tpl}-autoconf.mk only when it is necessaryMasahiro Yamada
2014-02-19kbuild: move include directives of board configuration filesMasahiro Yamada
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19Makefile: move some flags to spl/MakefileMasahiro Yamada
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada
2014-02-19board: samsung: refactor host programsMasahiro Yamada
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada
2014-02-19common: spl: Add spl sata boot supportDan Murphy
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-21powerpc:mpc85xx: Add ifc nand boot support for TPL/SPLPo Liu
2014-01-14arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-12-30SPL: EXYNOS: Prepare for variable size SPL supportRajeshwari Birje
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada
2013-12-13.gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada
2013-12-13spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada
2013-11-17Makefile: refactor a littleMasahiro Yamada
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada
2013-11-17powerpc: move mpc8xxx entry under arch/powerpc/cpu/Masahiro Yamada
2013-11-01Makefile: convert makefiles to Kbuild style and delete grep switchMasahiro Yamada
2013-10-31ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/Masahiro Yamada
2013-10-31ARM: omap: move OMAP specific code under arch/arm/Masahiro Yamada
2013-10-31ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada
2013-10-31ARM: imx-common: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-31Makefile: prepare for using Kbuild-style MakefileMasahiro Yamada
2013-09-20spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORTTom Rini
2013-09-04Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-08-28arm, spl: add watchdog library to SPLHeiko Schocher
2013-08-20TPL : introduce the TPL based on the SPLYing Zhang
2013-08-20powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang
2013-08-19SPL: Makefile: Build a separate autoconf.mk for SPLJoel Fernandes
2013-08-15ARM: OMAP: Add CONFIG_OMAP_COMMONLokesh Vutla
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-06-04exynos: update tzpc to make it common for exynos4 and exynos5Inderpal Singh
2013-05-16imx: spl: Merge libimx-common make rulesBenoît Thébaudeau
2013-05-05imx: iomux-v3: Add iomux-mx35.hBenoît Thébaudeau
2013-05-05arm: mx5: Add SPL support code to MX5Marek Vasut
2013-04-22imx: Move some i.MX common functions into the imx-common directoryStefan Roese
2013-03-24ti814x_evm: add ti814x evm board supportMatt Porter
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-12Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD
2013-02-18spl: support for booting via usbethIlya Yanok
2013-02-02Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD