9
0
Fork 0
barebox/arch/openrisc/cpu
Sascha Hauer 7fa10256c3 defaultenv: Allow multiple defaultenvironment overlays
We can compile barebox for multiple boards at once, but currently
they all share a single default environment. This patch adds a
defaultenv_append() which boards can call to customize the default
environment during runtime. Each board now generate default environment
snippets using bbenv-y and add them during runtime with defaultenv_append()

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-02-28 08:14:14 +01:00
..
Makefile Add OpenRISC arch 2012-01-02 12:50:56 +01:00
barebox.lds.S defaultenv: Allow multiple defaultenvironment overlays 2014-02-28 08:14:14 +01:00
cache.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
cpu.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
exceptions.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
start.S openrisc: initialize malloc pool before start_barebox() 2013-03-14 08:41:23 +01:00