- Oct 27, 2014
-
-
Guillaume GARDET authored
Update documentation according to the EXT SPL support patch set. Signed-off-by:
Guillaume GARDET <guillaume.gardet@free.fr> Cc: Tom Rini <trini@ti.com>
-
- Aug 06, 2014
-
-
Masahiro Yamada authored
Reflect the latest build system to doc/README.SPL. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
- Jul 30, 2014
-
-
Masahiro Yamada authored
We are about to switch to Kconfig in the next commit. But there are something to get done beforehand. In Kconfig, include/generated/autoconf.h defines boolean CONFIG macros as 1. CONFIG_SPL and CONFIG_TPL, if defined, must be set to 1. Otherwise, when switching to Kconfig, the build log would be sprinkled with warning messages like this: warning: "CONFIG_SPL" redefined [enabled by default] Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Mar 12, 2014
-
-
Masahiro Yamada authored
Prior to Kbuild, $(TOPDIR) or $(SRCTREE) was used for pointing to the top of source directory. (No difference between the two.) In Kbuild style, $(srctree) is used instead. This commit renames TOPDIR to srctree and delete the defition of TOPDIR. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
- Jan 21, 2014
-
-
Po Liu authored
Using the TPL method for nand boot by sram was already supported. Here add some code for mpc85xx ifc nand boot. - For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec. - Use a clear function name for nand spl boot. - Add CONFIG_SPL_DRIVERS_MISC_SUPPORT to compile the fsl_ifc.c in spl/Makefile; Signed-off-by:
Po Liu <Po.Liu@freescale.com> Acked-by:
Scott Wood <scottwood@freescale.com> Reviewed-by:
York Sun <yorksun@freescale.com>
-
- Aug 28, 2013
-
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com>
-
- Jul 03, 2013
-
-
Masahiro Yamada authored
Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
- Sep 27, 2012
-
-
Pavel Machek authored
Signed-off-by:
Pavel Machek <pavel@denx.de> Signed-off-by:
Tom Rini <trini@ti.com>
-
- Sep 02, 2012
-
-
Tom Rini authored
The instructions are generic, so move to the generic doc. Signed-off-by:
Tom Rini <trini@ti.com>
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@ti.com>
-
- Aug 09, 2012
-
-
Allen Martin authored
Add support for specifying a differnt CPU for main u-boot and SPL u-boot builds. This is done by adding an optional SPL CPU after the main CPU in boards.cfg as follows: normal_cpu:spl_cpu This this case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the SPL build. Signed-off-by:
Allen Martin <amartin@nvidia.com>
-
- Feb 12, 2012
-
-
Peter Meerwald authored
Signed-off-by:
Peter Meerwald <p.meerwald@bct-electronic.com>
-
- Dec 24, 2011
-
-
Christian Riesch authored
Signed-off-by:
Christian Riesch <christian.riesch@omicron.at> Cc: Heiko Schocher <hs@denx.de> Cc: Mike Frysinger <vapier@gentoo.org> Cc: Scott Wood <scottwood@freescale.com> Acked-by:
Mike Frysinger <vapier@gentoo.org>
-
- Nov 03, 2011
-
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Sandeep Paulraj <s-paulraj@ti.com> Cc: Scott Wood <scottwood@freescale.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Sandeep Paulraj <s-paulraj@ti.com> Cc: Sergei Shtylyov <sshtylyov@mvista.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Oct 27, 2011
-
-
Simon Schwarz authored
Adding a DMA library to the SPL. It is used if CONFIG_SPL_DMA_SUPPORT is defined. Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Sep 30, 2011
-
-
Simon Schwarz authored
Adds power library to the new spl Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Adds NAND library to SPL. Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Acked-by:
Scott Wood <scottwood@freescale.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Sep 11, 2011
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 26, 2011
-
-
Daniel Schwierzeck authored
Signed-off-by:
Aneesh V <aneesh@ti.com> Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
-