coreboot.git
20 years agoChanges for btext and etherboot and filo merge support
Yinghai Lu [Wed, 28 Apr 2004 05:37:36 +0000 (05:37 +0000)]
Changes for btext and etherboot and filo merge support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1540 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoFixed the device on bus 0 problem for IBM/E325. The structure mainboard_ibm_e325_cont...
Li-Ta Lo [Tue, 27 Apr 2004 17:00:40 +0000 (17:00 +0000)]
Fixed the device on bus 0 problem for IBM/E325. The structure mainboard_ibm_e325_control is
not actually defined in the mainboard.c. It was only declared in chip.h. Why gcc did not tell
me this mistake and why gcc does not complain about define a structure twice ?

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1539 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocheck in the current code for IBM/E325, can somebody help to fix it ?
Li-Ta Lo [Mon, 26 Apr 2004 17:51:20 +0000 (17:51 +0000)]
check in the current code for IBM/E325, can somebody help to fix it ?

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocomment out scsi controller init in s2880 mainboard
Ronald G. Minnich [Mon, 26 Apr 2004 17:43:30 +0000 (17:43 +0000)]
comment out scsi controller init in s2880 mainboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoindent files to reduce the noise in further diffs.
Stefan Reinauer [Sat, 24 Apr 2004 23:25:56 +0000 (23:25 +0000)]
indent files to reduce the noise in further diffs.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadd missing include files for btext console. add YhLu's fixes to ragexl code
Stefan Reinauer [Sat, 24 Apr 2004 23:10:51 +0000 (23:10 +0000)]
add missing include files for btext console. add YhLu's fixes to ragexl code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1535 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoMajor merge of YhLu's code from 2004/04/20: add s2875, various other updates,
Stefan Reinauer [Sat, 24 Apr 2004 23:01:33 +0000 (23:01 +0000)]
Major merge of YhLu's code from 2004/04/20: add s2875, various other updates,
cleanups. Drop "driver" code from mainboard directories and use them from the
driver directory instead

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoAdd btext console (from YhLu)
Stefan Reinauer [Sat, 24 Apr 2004 22:29:44 +0000 (22:29 +0000)]
Add btext console (from YhLu)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1533 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoDon't optimize link read pointers for UP systems (from YhLu)
Stefan Reinauer [Sat, 24 Apr 2004 22:26:19 +0000 (22:26 +0000)]
Don't optimize link read pointers for UP systems (from YhLu)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1532 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoCommit YhLu's SATA code
Stefan Reinauer [Sat, 24 Apr 2004 22:10:06 +0000 (22:10 +0000)]
Commit YhLu's SATA code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1531 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocommit YhLu's intel nic code
Stefan Reinauer [Sat, 24 Apr 2004 22:09:38 +0000 (22:09 +0000)]
commit YhLu's intel nic code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1530 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocommit YhLu's tg3 code
Stefan Reinauer [Sat, 24 Apr 2004 22:09:12 +0000 (22:09 +0000)]
commit YhLu's tg3 code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocommit adaptec driver
Stefan Reinauer [Sat, 24 Apr 2004 22:08:50 +0000 (22:08 +0000)]
commit adaptec driver

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocommit Yinghai's patches to targets/ (from: fb2_tyan_0420.change.diff)
fb2_tyan_0420.change.diff) [Sat, 24 Apr 2004 22:03:36 +0000 (22:03 +0000)]
commit Yinghai's patches to targets/ (from: fb2_tyan_0420.change.diff)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoconfigure board properly
Greg Watson [Fri, 23 Apr 2004 23:13:00 +0000 (23:13 +0000)]
configure board properly

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1526 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agouse fs stream
Greg Watson [Fri, 23 Apr 2004 23:10:46 +0000 (23:10 +0000)]
use fs stream

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agostart of epia-m port
Greg Watson [Thu, 22 Apr 2004 22:31:49 +0000 (22:31 +0000)]
start of epia-m port

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1524 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agowrong argument order
Greg Watson [Wed, 21 Apr 2004 22:54:09 +0000 (22:54 +0000)]
wrong argument order

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1523 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadded cache initialization code
Greg Watson [Wed, 21 Apr 2004 22:30:47 +0000 (22:30 +0000)]
added cache initialization code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1522 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agomoved to crt0.S.lb
Greg Watson [Wed, 21 Apr 2004 22:26:08 +0000 (22:26 +0000)]
moved to crt0.S.lb

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1521 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoi like ori better
Greg Watson [Wed, 21 Apr 2004 22:13:46 +0000 (22:13 +0000)]
i like ori better

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1520 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoinclude cache code
Greg Watson [Wed, 21 Apr 2004 22:10:43 +0000 (22:10 +0000)]
include cache code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1519 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoyhlu's pnp patch
Li-Ta Lo [Wed, 21 Apr 2004 16:57:05 +0000 (16:57 +0000)]
yhlu's pnp patch

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1518 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoupdated
Greg Watson [Sat, 17 Apr 2004 02:55:42 +0000 (02:55 +0000)]
updated

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1515 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoget file names right
Greg Watson [Sat, 17 Apr 2004 02:52:22 +0000 (02:52 +0000)]
get file names right

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1514 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoupdated
Greg Watson [Sat, 17 Apr 2004 02:49:43 +0000 (02:49 +0000)]
updated

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1513 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agostart of epia-m port
Greg Watson [Sat, 17 Apr 2004 02:36:47 +0000 (02:36 +0000)]
start of epia-m port

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1512 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agohand crafted mptable
Li-Ta Lo [Thu, 15 Apr 2004 17:33:54 +0000 (17:33 +0000)]
hand crafted mptable

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocode reformat
Li-Ta Lo [Thu, 15 Apr 2004 17:33:21 +0000 (17:33 +0000)]
code reformat

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoseperate checksum and code generating code.
Li-Ta Lo [Wed, 14 Apr 2004 22:24:50 +0000 (22:24 +0000)]
seperate checksum and code generating code.
use mmap instead of file io

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agohopefully correct IRQ table
Li-Ta Lo [Wed, 14 Apr 2004 20:54:37 +0000 (20:54 +0000)]
hopefully correct IRQ table

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremoved unused assignirq.c and aute generated irq_tables.c
Li-Ta Lo [Tue, 13 Apr 2004 23:19:27 +0000 (23:19 +0000)]
removed unused assignirq.c and aute generated irq_tables.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoback out incorrect commit on config.g
Li-Ta Lo [Tue, 13 Apr 2004 21:08:28 +0000 (21:08 +0000)]
back out incorrect commit on config.g

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1501 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoporting getpir to freebios2
Li-Ta Lo [Tue, 13 Apr 2004 21:06:45 +0000 (21:06 +0000)]
porting getpir to freebios2

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1500 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadd missing return at 205
Ronald G. Minnich [Tue, 13 Apr 2004 19:10:48 +0000 (19:10 +0000)]
add missing return at 205

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agouse blade3d driver from drivers/ directory
Stefan Reinauer [Tue, 13 Apr 2004 13:28:23 +0000 (13:28 +0000)]
use blade3d driver from drivers/ directory

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1492 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocommit trident blade 3d driver
Stefan Reinauer [Tue, 13 Apr 2004 10:46:15 +0000 (10:46 +0000)]
commit trident blade 3d driver

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1491 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agosubmit ati rage driver.
Stefan Reinauer [Tue, 13 Apr 2004 09:44:37 +0000 (09:44 +0000)]
submit ati rage driver.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agodata tye consistence
Li-Ta Lo [Sat, 27 Mar 2004 00:31:03 +0000 (00:31 +0000)]
data tye consistence

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremoved false alarm of erase/write, use verify '-v' if you are not sure about the...
Li-Ta Lo [Sat, 27 Mar 2004 00:18:15 +0000 (00:18 +0000)]
removed false alarm of erase/write, use verify '-v' if you are not sure about the integrity

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1486 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoYhLu fix on multi ht and s2885
Li-Ta Lo [Fri, 26 Mar 2004 21:34:04 +0000 (21:34 +0000)]
YhLu fix on multi ht and s2885

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1485 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremove tyan mainboard specific hypertranport.c
Li-Ta Lo [Fri, 26 Mar 2004 20:26:13 +0000 (20:26 +0000)]
remove tyan mainboard specific hypertranport.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agospeed up ecc clear by enable MTRR/Cache first.
Li-Ta Lo [Fri, 26 Mar 2004 18:34:48 +0000 (18:34 +0000)]
speed up ecc clear by enable MTRR/Cache first.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1483 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocleanup code to remove warnings
Greg Watson [Fri, 26 Mar 2004 02:32:45 +0000 (02:32 +0000)]
cleanup code to remove warnings

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremoved duplicate function
Greg Watson [Fri, 26 Mar 2004 02:31:25 +0000 (02:31 +0000)]
removed duplicate function

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1481 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agodisable pci device dump
Li-Ta Lo [Thu, 25 Mar 2004 18:17:36 +0000 (18:17 +0000)]
disable pci device dump

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agomake log message a little prettier
Li-Ta Lo [Thu, 25 Mar 2004 18:04:18 +0000 (18:04 +0000)]
make log message a little prettier

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1479 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoYhLu's patch for multi-ht-chain for S2885
Li-Ta Lo [Thu, 25 Mar 2004 17:50:06 +0000 (17:50 +0000)]
YhLu's patch for multi-ht-chain for S2885

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1478 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agosio-enable, because the init is not called. Without the init_keyboard,
Stefan Reinauer [Thu, 25 Mar 2004 17:35:13 +0000 (17:35 +0000)]
sio-enable, because the init is not called. Without the init_keyboard,
the keyboard will not work under kernel 2.6.3 or later.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremove traces of coherent_ht_mainboard
Stefan Reinauer [Thu, 25 Mar 2004 09:49:22 +0000 (09:49 +0000)]
remove traces of coherent_ht_mainboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadd target configuration files for Tyan s4882, update tyan s2880 and s2885
Stefan Reinauer [Thu, 25 Mar 2004 09:34:58 +0000 (09:34 +0000)]
add target configuration files for Tyan s4882, update tyan s2880 and s2885
config.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoMerging patches from Yinghai Lu (fb2_s4882_changes.diff.bz2):
Stefan Reinauer [Thu, 25 Mar 2004 09:31:10 +0000 (09:31 +0000)]
Merging patches from Yinghai Lu (fb2_s4882_changes.diff.bz2):
- new motherboard: Tyan s4882
- minor changes to 2880, s2881, s2885, s4880

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1474 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agobreaks PPC
Greg Watson [Thu, 25 Mar 2004 04:41:27 +0000 (04:41 +0000)]
breaks PPC

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agodrop obsolete CONNECTION_x_y macros. Use row information instead.
Stefan Reinauer [Wed, 24 Mar 2004 22:59:47 +0000 (22:59 +0000)]
drop obsolete CONNECTION_x_y macros. Use row information instead.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoFurther trimming freebios2 towards code reuse.
Stefan Reinauer [Wed, 24 Mar 2004 14:10:45 +0000 (14:10 +0000)]
Further trimming freebios2 towards code reuse.
Unified AMD K8 reset function that can be customized via mainboard Config.lb

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agosmall step to clean up mainboard directories. debug.c was basically identical
Stefan Reinauer [Wed, 24 Mar 2004 12:28:18 +0000 (12:28 +0000)]
small step to clean up mainboard directories. debug.c was basically identical
on all amd64 motherboards, so it moved to the amdk8 specific code.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoDoxidization, reformat
Li-Ta Lo [Tue, 23 Mar 2004 21:28:05 +0000 (21:28 +0000)]
Doxidization, reformat

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agotighten up option exporting
Greg Watson [Tue, 23 Mar 2004 17:41:15 +0000 (17:41 +0000)]
tighten up option exporting

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoThese changes tighten up rules for exporting options.
Greg Watson [Tue, 23 Mar 2004 17:37:02 +0000 (17:37 +0000)]
These changes tighten up rules for exporting options.

1. Exportable options ('export used') used to be exported if referred to in
   a 'uses' statement. These options will now only be exported if the
   option is set, or the default value is changed.

2. Options marked as 'export always' with no default value ('default none')
   used to generate defines with no values 'export k8:='. This behavior
   has changed so that the option will ONLY be exported if it has a value
   assigned using 'set' or 'default'. Otherwise it is an error.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoibm e325 work now
Li-Ta Lo [Mon, 22 Mar 2004 22:21:36 +0000 (22:21 +0000)]
ibm e325 work now

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1466 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixed minor typo
Li-Ta Lo [Mon, 22 Mar 2004 22:20:49 +0000 (22:20 +0000)]
fixed minor typo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agomore jedec standard consolidatation.
Li-Ta Lo [Mon, 22 Mar 2004 22:19:17 +0000 (22:19 +0000)]
more jedec standard consolidatation.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1464 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixed to follow linuxbios usage.
Ronald G. Minnich [Mon, 22 Mar 2004 21:44:51 +0000 (21:44 +0000)]
fixed to follow linuxbios usage.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1463 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoupdate configs (use etherboot for now, enable acpi)
Stefan Reinauer [Mon, 22 Mar 2004 16:14:40 +0000 (16:14 +0000)]
update configs (use etherboot for now, enable acpi)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1462 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoreturn to debug
Ronald G. Minnich [Mon, 22 Mar 2004 04:24:29 +0000 (04:24 +0000)]
return to debug

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoupdates for the E325
Ronald G. Minnich [Mon, 22 Mar 2004 04:23:57 +0000 (04:23 +0000)]
updates for the E325

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agormove unused #define and function declaretion
Li-Ta Lo [Sat, 20 Mar 2004 17:39:43 +0000 (17:39 +0000)]
rmove unused #define and function declaretion

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoI have no idea what i was trying to show off when I used the while loop rather
Li-Ta Lo [Sat, 20 Mar 2004 17:05:01 +0000 (17:05 +0000)]
I have no idea what i was trying to show off when I used the while loop rather
than for loop. Please forgive me, I was too young 4 years ago.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoconsolidate more jedec standard code
Li-Ta Lo [Sat, 20 Mar 2004 16:46:10 +0000 (16:46 +0000)]
consolidate more jedec standard code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremove duplicated code
Li-Ta Lo [Fri, 19 Mar 2004 22:10:07 +0000 (22:10 +0000)]
remove duplicated code

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1456 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoserial post returns!
Ronald G. Minnich [Fri, 19 Mar 2004 21:02:36 +0000 (21:02 +0000)]
serial post returns!

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofix up for serial post
Ronald G. Minnich [Fri, 19 Mar 2004 21:01:49 +0000 (21:01 +0000)]
fix up for serial post

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1454 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixed the memory reset lines.
Ronald G. Minnich [Fri, 19 Mar 2004 20:28:46 +0000 (20:28 +0000)]
fixed the memory reset lines.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1453 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoIncludes fix from Craig C Forney
David W. Hendricks [Fri, 19 Mar 2004 20:05:42 +0000 (20:05 +0000)]
Includes fix from Craig C Forney

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agosimply change for keyboard
Ronald G. Minnich [Fri, 19 Mar 2004 18:09:20 +0000 (18:09 +0000)]
simply change for keyboard

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agosome fixes
Ronald G. Minnich [Fri, 19 Mar 2004 18:00:40 +0000 (18:00 +0000)]
some fixes

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1450 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixes from Eric's last commits that broke things.
Ronald G. Minnich [Fri, 19 Mar 2004 16:36:46 +0000 (16:36 +0000)]
fixes from Eric's last commits that broke things.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1449 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofix typo that keeps solo from working
Stefan Reinauer [Fri, 19 Mar 2004 15:58:18 +0000 (15:58 +0000)]
fix typo that keeps solo from working

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1448 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixes for various wrong bits
Ronald G. Minnich [Fri, 19 Mar 2004 14:57:50 +0000 (14:57 +0000)]
fixes for various wrong bits

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years ago1.1.6 adaptions
Stefan Reinauer [Fri, 19 Mar 2004 12:32:09 +0000 (12:32 +0000)]
1.1.6 adaptions

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1446 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadapt to 1.1.6
Stefan Reinauer [Fri, 19 Mar 2004 12:15:19 +0000 (12:15 +0000)]
adapt to 1.1.6

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1445 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agomore compile fixes.
Stefan Reinauer [Fri, 19 Mar 2004 11:38:26 +0000 (11:38 +0000)]
more compile fixes.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agocompile fix
Stefan Reinauer [Fri, 19 Mar 2004 11:27:40 +0000 (11:27 +0000)]
compile fix

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agonumber of bits should be called log 2 rather than base 2
Li-Ta Lo [Fri, 19 Mar 2004 00:08:48 +0000 (00:08 +0000)]
number of bits should be called log 2 rather than base 2

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoAdd e325 stuff
Ronald G. Minnich [Thu, 18 Mar 2004 22:07:14 +0000 (22:07 +0000)]
Add e325 stuff

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1441 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoe325 support
Ronald G. Minnich [Thu, 18 Mar 2004 22:00:56 +0000 (22:00 +0000)]
e325 support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoAdded support for SST49LF0xxA parts.
David W. Hendricks [Thu, 18 Mar 2004 21:59:05 +0000 (21:59 +0000)]
Added support for SST49LF0xxA parts.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1439 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoAdded support for more SST 49lf0xxA parts
David W. Hendricks [Thu, 18 Mar 2004 21:55:22 +0000 (21:55 +0000)]
Added support for more SST 49lf0xxA parts

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoforgot a semicolon
Li-Ta Lo [Thu, 18 Mar 2004 20:35:33 +0000 (20:35 +0000)]
forgot a semicolon

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1437 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremoved unused code in pm49fl004, remove experimental delay in sst49lf040
Li-Ta Lo [Thu, 18 Mar 2004 20:31:54 +0000 (20:31 +0000)]
removed unused code in pm49fl004, remove experimental delay in sst49lf040

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1436 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixed stupid i++ evalution order bug
Li-Ta Lo [Thu, 18 Mar 2004 20:27:33 +0000 (20:27 +0000)]
fixed stupid i++ evalution order bug

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1435 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agofixed 32bit v.s. 64bit long int arithematics
Li-Ta Lo [Thu, 18 Mar 2004 19:40:07 +0000 (19:40 +0000)]
fixed 32bit v.s. 64bit long int arithematics

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1434 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremoved spd_dump.c, it has nothing to do with flashing flash parts.
Li-Ta Lo [Wed, 17 Mar 2004 23:03:37 +0000 (23:03 +0000)]
removed spd_dump.c, it has nothing to do with flashing flash parts.
use standard product ID exit method for w49f002u
move udelay stuff into its own file

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1433 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agotypo
Greg Watson [Wed, 17 Mar 2004 22:40:12 +0000 (22:40 +0000)]
typo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1432 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agouse IDE stream
Greg Watson [Wed, 17 Mar 2004 22:38:42 +0000 (22:38 +0000)]
use IDE stream

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agouse filo boot loader
Greg Watson [Wed, 17 Mar 2004 22:37:43 +0000 (22:37 +0000)]
use filo boot loader

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1430 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoadded spin-up delay
Greg Watson [Wed, 17 Mar 2004 22:35:52 +0000 (22:35 +0000)]
added spin-up delay

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1429 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agomove utility functions into new source files
Li-Ta Lo [Wed, 17 Mar 2004 22:22:08 +0000 (22:22 +0000)]
move utility functions into new source files

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremove debugging
Greg Watson [Wed, 17 Mar 2004 22:11:51 +0000 (22:11 +0000)]
remove debugging

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1427 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

20 years agoremove more debugging
Greg Watson [Wed, 17 Mar 2004 22:11:11 +0000 (22:11 +0000)]
remove more debugging

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1426 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1