Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Ronald G Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@47 f3766cd6-281f-0410-b1cd-43a5c92072e9
Fixed some minor cosmetic issues (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@46 f3766cd6-281f-0410-b1cd-43a5c92072e9
Hopefully x86 QEMU is neutral enough to be the default choice.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@43 f3766cd6-281f-0410-b1cd-43a5c92072e9
Also, add a license statement in the README.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@41 f3766cd6-281f-0410-b1cd-43a5c92072e9
Signed-off-by: Ronald G. Minnich <rminnich@lanl.gov>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@40 f3766cd6-281f-0410-b1cd-43a5c92072e9
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-By: Stefan Reinauer <stepan@coresystems.de> and others.
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@39 f3766cd6-281f-0410-b1cd-43a5c92072e9
It might still need to be modified for our file layout,
and mrproper doesn't work yet (that's a toplevel Makefile
issue I believe), but a plain "make clean" does its thing
at least.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@38 f3766cd6-281f-0410-b1cd-43a5c92072e9
Add include guards to the one implementation we have so far;
use this header instead of <stdint.h> where it broke the build;
use u8 etc. types where it broke the build.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@37 f3766cd6-281f-0410-b1cd-43a5c92072e9
Use designated initialiser; this makes sure it will use the correct
struct member, too (it didn't before). Also change the name string
to use the canonical format.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Ronald G. Minnich
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@36 f3766cd6-281f-0410-b1cd-43a5c92072e9
Whitespace problems _can_ be harmful. Oh how we all love "make".
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@35 f3766cd6-281f-0410-b1cd-43a5c92072e9
Whitespace problems _can_ be harmful. Oh how we all love "make".
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@33 f3766cd6-281f-0410-b1cd-43a5c92072e9
The check-lxdialog.sh script currently fails if there is no working
lib<whatever>curses.so in any of the places where Linux distributions
usually install those; instead of trying lots more paths and possible
shared library names, use "-lcurses" instead -- the user will hopefully
understand why it failed if the build doesn't work with that.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@32 f3766cd6-281f-0410-b1cd-43a5c92072e9
and see if the -O lb produces structs that are in the least sensible?
signed-off-by: Ronald G. minnich
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@30 f3766cd6-281f-0410-b1cd-43a5c92072e9
by seegher. Also, it is readable.
Add arch/stdint.h to mainboard.c
signed-off-by: Ronald G. Minnich
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@27 f3766cd6-281f-0410-b1cd-43a5c92072e9
which is full of errors.
Signed-off-by: Ronald G. Minnich
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@26 f3766cd6-281f-0410-b1cd-43a5c92072e9
Also remove braindamaged CHIP_NAME macro and usage of same. It was
always a mistake.
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@17 f3766cd6-281f-0410-b1cd-43a5c92072e9
[rminnich@q src]$ make xconfig
make[1]: Nothing to be done for `__build'.
CHECK qt
HOSTCC scripts/kconfig/conf.o
/bin/sh: scripts/basic/fixdep: No such file or directory
make[1]: *** [scripts/kconfig/conf.o] Error 1
make: *** [xconfig] Error 2
git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@4 f3766cd6-281f-0410-b1cd-43a5c92072e9