switch-coreboot/lib
Ronald G. Minnich 5de5570bac This change will support stage2 running LAR files. The initial example
is running the VSA in the geode lx northbridge.

It builds but is not tested.

lar.h: make LAR functions SHARED
lar.c: make process_file non-static (i.e. global)
vsmsetup.c: modify to use LAR functions.
stage1.c: new function, init_archive, which is SHARED and will set up
the initial archive struct.

Note that some work remains. The use of unsigned longs and unsigned
shorts should be changed to u32/u16 as Carl-Daniel has pointed out,
Because this change requires changes elsewhere I am not including them
in this patch. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@561 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-01-26 03:40:00 +00:00
..
clog2.c Coding style fixes, from running 'indent' (trivial). 2007-03-09 02:32:40 +00:00
compute_ip_checksum.c Massive file rename and moving orgy: 2007-05-05 21:36:52 +00:00
console.c Add hlt() back into the die() function and update the comments. 2008-01-09 18:27:49 +00:00
delay.c Fix various license headers. 2007-05-20 20:35:59 +00:00
elfboot.c The current parameter situation of post_code() is rather mixed between 2008-01-07 16:34:34 +00:00
Kconfig Various Kconfig file fixes (trivial). 2007-06-29 13:28:33 +00:00
lar.c This change will support stage2 running LAR files. The initial example 2008-01-26 03:40:00 +00:00
lzma.c - fix build of ulzma 2007-07-12 20:03:02 +00:00
lzmadecode.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
lzmadecode.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00
Makefile * move post_code() to a seperate file 2007-07-23 16:49:00 +00:00
mem.c Massive file rename and moving orgy: 2007-05-05 21:36:52 +00:00
nrv2b.c - fix build of ulzma 2007-07-12 20:03:02 +00:00
ram.c Merge hlt() into cpu.h where it belongs. Add some documentation. 2007-07-12 13:01:42 +00:00
stage2.c The current parameter situation of post_code() is rather mixed between 2008-01-07 16:34:34 +00:00
string.c Move the code from strings.h to a C file. We should really avoid 2007-11-24 22:17:26 +00:00
tables.c Fix various license headers. 2007-05-20 20:35:59 +00:00
uart8250.c Massive file rename and moving orgy: 2007-05-05 21:36:52 +00:00
vsprintf.c Fix various license headers. 2007-05-20 20:35:59 +00:00
vtxprintf.c fix somw printk calls and print warnings for those that still need to be fixed. 2007-07-21 19:22:40 +00:00