Read-only mirror of https://review.coreboot.org/coreboot.git. Synced every hour. We don't handle Pull Requests. https://coreboot.org
  • C 93.8%
  • ASL 2.2%
  • Makefile 1.1%
  • C++ 0.5%
  • Pawn 0.5%
  • Other 1.8%
Find a file
Ronald G. Minnich c8ce9649ad Make sure to link stage 2 at 0x1000. We are now getting pretty far:
Phase 1: done
Phase 2: early setup ...
Phase 2: done
Phase 3: Enumerating buses...
dev_root missing 'ops' initialization
Allocating resources...
dev_root missing ops initialization
Enabling resources...
done.
Phase 6: Initializing devices...
Phase 6:Devices initialized

Now to fix up the device stuff. Once this is done, a linux kernel load
is next (i.e. elfboot)

NOTE: 0x1000 needs to become a config variable, usable in CODE and
Makefiles. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@85 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-23 09:33:33 +00:00
arch Make sure to link stage 2 at 0x1000. We are now getting pretty far: 2007-02-23 09:33:33 +00:00
console * drop objdir/srcdir 2007-02-23 09:20:15 +00:00
devices Mods to device stuff. Rename passes to phases so that people can 2007-02-22 21:42:32 +00:00
doc Documentation changes that will reflect changes to come in the code. 2007-02-07 02:07:26 +00:00
include * drop typedef device_t 2007-02-22 21:18:02 +00:00
lib This is the stage2.c function for the device tree creation. 2007-02-22 21:46:56 +00:00
mainboard We don't (yet) have an entry point field for LARs. I am not sure we ever 2007-02-23 07:23:24 +00:00
util * drop objdir/srcdir 2007-02-23 09:20:15 +00:00
COPYING filling in 2006-10-06 19:19:14 +00:00
Kconfig Remove unused dummy options, some cosmetic fixes (trivial). 2007-01-30 11:26:16 +00:00
Makefile * drop objdir/srcdir 2007-02-23 09:20:15 +00:00