coreboot for the Switch
Find a file
Eric W. Biederman d96aab9e06 - Delayed commit of code for the ASUS A7M motherboard
- VIA 686 cleanups from the A7M code (it now works in a different pci slot).
- Update of assembly printing routines to use the debug levels:
  TTYS0_TX_CHAR now becomes CONSOLE_<LEVEL>_TX_CHAR.
  It's more verbose but now the controls are the same as with the C code.
- Break off of loglevel.h from printk.h.  loglevel.h is safe for both
  the assembly routines and the C code to include.
- Next round of commits for the supermicro p4dc6
- SMP setup updates (Rons board is broken)
  I now allow the other SMP processors to report their existence.
  I really need to add a minimum time to run but that hasn't happened yet.
- SMP per motherboard table of apicids, as the assumption that they
  would always be 0 & 1 with only two cpus fails.
- RDRAM setup updates.  The code isn't done but it now works on more
  than one board at a time.
- More cacheram work.  Minor bug fixes and some macros to use it from C.
- Entry point changes so we no longer have to jump over our gdt.
- Added/Audited the cpufixup for the i786
- IDE intialization for the 82801 ich2 chip.
2001-11-13 03:43:37 +00:00
Documentation - Delayed commit of code for the ASUS A7M motherboard 2001-11-13 03:43:37 +00:00
HOWTO Known-good ASUS CUA howto 2001-10-31 04:38:49 +00:00
romimages - Delayed commit of code for the ASUS A7M motherboard 2001-11-13 03:43:37 +00:00
src - Delayed commit of code for the ASUS A7M motherboard 2001-11-13 03:43:37 +00:00
util Changed 2001-11-08 02:06:37 +00:00
.cvsignore 1) Build with automake 2000-03-05 21:29:00 +00:00
AUTHORS It was time to update the authors ... 2000-08-12 04:28:32 +00:00
ChangeLog 2000-03-06 Jeff Garzik <jgarzik@mandrakesoft.com> 2000-03-06 06:10:41 +00:00
NEWS 1) Build with automake 2000-03-05 21:29:00 +00:00
README Update the README so it agrees with reality. 2001-08-31 22:25:35 +00:00

This is FreeBIOS. At this point it's really linuxbios, FreeBIOS is mostly gone. 

To see how to build a target, you should look into the HOWTO directory. 

We should, but do not, have a HOWTO for each target. Sorry, Ron's fault.
But the SIS 630 is a good place to start. 

To make this you need a newer GAS. Our version that works is

GNU assembler version 2.9.5 (i386-redhat-linux) using BFD version
2.9.5.0.22

This comes with redhat 6.2  or later. Almost everybody has this now.