Commit graph

919 commits

Author SHA1 Message Date
Stefan Reinauer
e9418b454f drop obsolete .cvsignore files..
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
2009-11-07 00:45:17 +00:00
Stefan Reinauer
f67f7f1c33 Some operating systems, such as Windows and Mac OS X use case insensitive
filesystems per default. On those systems checking out coreboot v1 would fail
because in src/arch/<ARCH> there's a file Config and a directory config.

I renamed the directory to init. The name is not good, but it's the same name
that is used for those files in v2.

Also change __FUNCTION__ to __func__ and print it via %s so that I could test
my changes by building the v1 Epia target on an OpenSUSE 11.1

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
2009-11-07 00:08:22 +00:00
Stefan Reinauer
83423cf8aa move coreboot-v1 to branches
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
2009-10-30 16:23:51 +00:00
Uwe Hermann
db1c893dae Add missing license headers to v1 AMD AMD-768 code.
This has been informally ACKed by Eric W. Biederman <ebiederm@xmission.com>
on the mailing list, thus committing now.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
2009-04-15 22:40:43 +00:00
Stefan Reinauer
5547fcd4c6 rename linuxbios to coreboot
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
2008-01-16 16:25:13 +00:00
Stefan Reinauer
ae3fa486ab cleanup empty files and directories 2006-04-06 10:34:47 +00:00
Ronald G. Minnich
2b34bc770d fix silly cast to work 64-bit 2004-07-07 21:07:00 +00:00
Ronald G. Minnich
e46ab705df new mainboard 2004-05-13 17:10:25 +00:00
Ronald G. Minnich
7552e4c613 fix for need for multiple superios with same type 2004-05-13 17:04:37 +00:00
Ronald G. Minnich
89604939c1 fixup irq routing 2004-04-19 22:59:32 +00:00
Ronald G. Minnich
20da5b8df8 forgot to commit 2004-04-19 22:33:40 +00:00
Ronald G. Minnich
11c8c6f387 missing file. 2004-04-16 16:34:44 +00:00
Ronald G. Minnich
02846565a9 move the vga step just a bit earlier. 2004-04-16 15:37:21 +00:00
Ronald G. Minnich
65648be911 fix the !@#$#!@$ EPIA-M serial 2004-04-16 14:24:41 +00:00
Ronald G. Minnich
5c25fa0ec0 for serial setup 2004-04-16 14:19:37 +00:00
Ronald G. Minnich
673a9e5063 syncing up for epia-m 2004-04-15 23:39:37 +00:00
Ronald G. Minnich
15e963a4ac fix 2004-04-13 19:54:19 +00:00
Ronald G. Minnich
0639ac7960 adds and mods for vga 2004-04-13 19:53:58 +00:00
Li-Ta Lo
0f1310ecb9 add comment in generated code 2004-04-13 19:17:27 +00:00
Ronald G. Minnich
16d50d53ca missing return in msys_doc.c:206 2004-04-13 19:07:45 +00:00
Li-Ta Lo
8e1a2b527a make the generated code easrier to understand 2004-04-13 17:13:15 +00:00
Li-Ta Lo
2ddaff8a80 make the generated code easrier to understand 2004-04-13 17:11:55 +00:00
Stefan Reinauer
0d4ad53574 fix path 2004-04-06 09:59:05 +00:00
Ronald G. Minnich
093e6f0c9f finish up support 2004-03-30 03:29:35 +00:00
Ronald G. Minnich
b643e782d0 more fixes for dave ashley 2004-03-09 00:07:12 +00:00
Ronald G. Minnich
5aad3ba0d0 from dave ashley.
ron
2004-03-08 16:28:57 +00:00
Ronald G. Minnich
1103ba3c2a STPC ELITE! 2004-03-08 15:22:30 +00:00
Ronald G. Minnich
e22ced4257 new mobo!
ron
2004-02-05 15:35:40 +00:00
Steven James
803eeae5d2 Initial checkin of polling USB stack 2004-01-30 00:08:45 +00:00
Stefan Reinauer
edefdfccab spit out devfn in the syntax (dev<<3)|fn instead of a single devfn value
to make things more readable.
2004-01-20 12:48:25 +00:00
Ronald G. Minnich
5d10522b90 stupid typo 2004-01-06 17:01:17 +00:00
Ronald G. Minnich
b8fd58b1e7 fix volatile 2003-11-05 16:36:57 +00:00
Ronald G. Minnich
6d569e09e2 fix for elfboot. 2003-10-20 19:25:22 +00:00
Tom Zimmerman
2d10d6bb26 This was a missing file that was needed for the build. 2003-10-03 16:56:53 +00:00
Tom Zimmerman
25f2e09781 This was a missing file that is needed for the build. 2003-10-03 16:55:38 +00:00
Tom Zimmerman
ec2d28a287 Made changes to allow one cpu to be plugged into a SMP board. 2003-10-03 15:48:45 +00:00
Tom Zimmerman
8cdc0de093 Made changes that allow for one cpu to be plugged into a SMP board. 2003-10-03 15:46:08 +00:00
Tom Zimmerman
e996d0bb05 Added PCI bus parity checking. An error will cause a NMI.
Changed the x5dpr mptable to handle a pci card with a bridge on board.
2003-10-03 15:43:26 +00:00
Tom Zimmerman
f208fe1e7d Added PCI bus parity error checking on data and addresses. Errors cause a NMI. 2003-10-03 15:40:07 +00:00
Tom Zimmerman
9648966b58 Added changes to the ram initialization based on Intel's Documentation.
Added PCI bus parity checking on data and address lines.  Errors will cause a NMI.
2003-10-03 15:36:27 +00:00
Tom Zimmerman
9083c87977 Added newer xeon microcode from Intel. 2003-10-03 15:30:54 +00:00
Ronald G. Minnich
ee9d9e75ac latest greatest vga support 2003-09-24 16:51:08 +00:00
Andrew Ip
4401103644 movl to wrong register bug, thanks Ian Smith for this 2003-09-24 09:20:48 +00:00
Ronald G. Minnich
be71a4a7a1 for vga support 2003-09-22 16:11:03 +00:00
Stefan Reinauer
57209958e4 update status 2003-09-18 15:28:22 +00:00
Stefan Reinauer
026cec227c fix config files. 2003-09-16 22:20:08 +00:00
Ronald G. Minnich
05b129a19f changes from NIKI 2003-09-12 22:41:53 +00:00
Ronald G. Minnich
5b2d475518 pu-dls for asus 2003-09-10 14:23:42 +00:00
Ronald G. Minnich
8955627c92 vga support for 8601 2003-09-08 20:27:41 +00:00
Ronald G. Minnich
e39b70bc2b fixes from SONE 2003-09-08 20:10:45 +00:00