coreboot.git
20 years agopatches from Yh Lu. Tested and working on HDAMA
Ronald G. Minnich [Mon, 4 Aug 2003 22:13:57 +0000 (22:13 +0000)]
patches from Yh Lu. Tested and working on HDAMA

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

20 years agoCommits for the new config static device design, to allow more than one static
Ronald G. Minnich [Mon, 4 Aug 2003 21:05:19 +0000 (21:05 +0000)]
Commits for the new config static device design, to allow more than one static
cpu of a certain type and to eliminate the
cpu p5
cpu p6
cpu k7

nonsense in the old config files.

Next step is to hook into Eric's pci device stuff.

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

20 years ago- Fix poor resource allocation estimate.
Eric Biederman [Mon, 4 Aug 2003 19:54:48 +0000 (19:54 +0000)]
- Fix poor resource allocation estimate.

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

20 years ago- Remove useless definitions
Eric Biederman [Fri, 1 Aug 2003 03:01:54 +0000 (03:01 +0000)]
- Remove useless definitions

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

20 years ago- Update cpufixup so we support more than 4GB of memory
Eric Biederman [Fri, 1 Aug 2003 03:01:28 +0000 (03:01 +0000)]
- Update cpufixup so we support more than 4GB of memory

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

20 years ago- Update raminit.c so it works properly for multiple cpus
Eric Biederman [Fri, 1 Aug 2003 02:52:35 +0000 (02:52 +0000)]
- Update raminit.c so it works properly for multiple cpus

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

20 years agofix for newconfig
Ronald G. Minnich [Thu, 31 Jul 2003 17:44:02 +0000 (17:44 +0000)]
fix for newconfig

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

20 years agomake solo target build again
Stefan Reinauer [Wed, 30 Jul 2003 11:22:50 +0000 (11:22 +0000)]
make solo target build again

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

20 years agoupdates from YhLu, plus fixes for PPC/K8 issues.
Ronald G. Minnich [Wed, 30 Jul 2003 03:05:20 +0000 (03:05 +0000)]
updates from YhLu, plus fixes for PPC/K8 issues.

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

20 years agoAdded support for naming instances of parts. This is to allow arbitrary
Greg Watson [Mon, 28 Jul 2003 21:35:14 +0000 (21:35 +0000)]
Added support for naming instances of parts. This is to allow arbitrary
device arrangement that can be statically configured during boot.

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

20 years agoadjust options
Greg Watson [Mon, 28 Jul 2003 21:23:02 +0000 (21:23 +0000)]
adjust options

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

20 years agoPPC 4XX support
Greg Watson [Mon, 28 Jul 2003 21:21:03 +0000 (21:21 +0000)]
PPC 4XX support

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

20 years agouse longs
Greg Watson [Mon, 28 Jul 2003 21:18:51 +0000 (21:18 +0000)]
use longs

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

20 years agoPVR support
Greg Watson [Mon, 28 Jul 2003 21:18:26 +0000 (21:18 +0000)]
PVR support

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

20 years agoadded new routines
Greg Watson [Mon, 28 Jul 2003 21:17:57 +0000 (21:17 +0000)]
added new routines

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

20 years agodeal with different reset vector addresses
Greg Watson [Mon, 28 Jul 2003 21:17:25 +0000 (21:17 +0000)]
deal with different reset vector addresses

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

20 years agomade timer more generic
Greg Watson [Mon, 28 Jul 2003 21:16:49 +0000 (21:16 +0000)]
made timer more generic

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

20 years agoadded ppc_ to function names
Greg Watson [Mon, 28 Jul 2003 21:16:21 +0000 (21:16 +0000)]
added ppc_ to function names

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

20 years agoCPU_OPT for cpu specific flags
Greg Watson [Mon, 28 Jul 2003 21:15:13 +0000 (21:15 +0000)]
CPU_OPT for cpu specific flags
_RESET to specify reset vector address (ppc4xx reset vector is at end of
  memory, rather than at beginning of ROM)
CONFIG_SYS_CLK_FREQ to specify frequency of system clock (needed for ppc4xx
 clock speed calculation)

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

20 years agocorrected cpu path, added clock.o
Greg Watson [Mon, 28 Jul 2003 21:11:26 +0000 (21:11 +0000)]
corrected cpu path, added clock.o

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

20 years agocpus have vendors now
Greg Watson [Mon, 28 Jul 2003 21:10:46 +0000 (21:10 +0000)]
cpus have vendors now

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

20 years agomoved extern to chip.h
Greg Watson [Mon, 28 Jul 2003 21:06:51 +0000 (21:06 +0000)]
moved extern to chip.h

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

20 years agoFix for RAMBASE.
Ronald G. Minnich [Mon, 28 Jul 2003 04:34:15 +0000 (04:34 +0000)]
Fix for RAMBASE.

remove unused make.base.lb

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

20 years agochange it so linuxbios.rom is the final target.
Ronald G. Minnich [Fri, 25 Jul 2003 21:43:12 +0000 (21:43 +0000)]
change it so linuxbios.rom is the final target.

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

20 years agoFix for ROM_SIZE to ROM_SECTION_SIZE
Ronald G. Minnich [Fri, 25 Jul 2003 21:42:02 +0000 (21:42 +0000)]
Fix for ROM_SIZE to ROM_SECTION_SIZE

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

20 years agoone last fix.
Ronald G. Minnich [Fri, 25 Jul 2003 17:31:53 +0000 (17:31 +0000)]
one last fix.

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

20 years agoadded a bit of error checking!
Greg Watson [Fri, 25 Jul 2003 17:29:13 +0000 (17:29 +0000)]
added a bit of error checking!

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

20 years agofix bugs ron added with new options
Ronald G. Minnich [Fri, 25 Jul 2003 17:28:43 +0000 (17:28 +0000)]
fix bugs ron added with new options

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

20 years agoMods for YhLu to enable calls for mainboard init.
Ronald G. Minnich [Fri, 25 Jul 2003 04:32:42 +0000 (04:32 +0000)]
Mods for YhLu to enable calls for mainboard init.

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

20 years agoYhLu's changes to resolve several memory and other problems.
Ronald G. Minnich [Fri, 25 Jul 2003 03:05:54 +0000 (03:05 +0000)]
YhLu's changes to resolve several memory and other problems.

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

20 years agoCorrections for Config.lb for new tool.
Ronald G. Minnich [Fri, 25 Jul 2003 02:55:26 +0000 (02:55 +0000)]
Corrections for Config.lb for new tool.

Bump up debugging messages and reduce the size of memory test until that is
running correctly.

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

20 years agocorrections for new config tool.
Ronald G. Minnich [Fri, 25 Jul 2003 02:54:26 +0000 (02:54 +0000)]
corrections for new config tool.

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

20 years agocpu should be vendor/device too...
Greg Watson [Thu, 24 Jul 2003 21:19:19 +0000 (21:19 +0000)]
cpu should be vendor/device too...

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

20 years agomissing options
Greg Watson [Thu, 24 Jul 2003 21:11:23 +0000 (21:11 +0000)]
missing options

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

20 years agomoved cpu code to cpu/ppc/mpc74xx
Greg Watson [Thu, 24 Jul 2003 21:05:02 +0000 (21:05 +0000)]
moved cpu code to cpu/ppc/mpc74xx

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

20 years ago*** empty log message ***
Greg Watson [Thu, 24 Jul 2003 21:03:45 +0000 (21:03 +0000)]
*** empty log message ***

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

20 years agoadded uses checking at top level
Greg Watson [Thu, 24 Jul 2003 15:14:39 +0000 (15:14 +0000)]
added uses checking at top level

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

20 years ago#if was reversed
Greg Watson [Thu, 24 Jul 2003 14:20:01 +0000 (14:20 +0000)]
#if was reversed

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

20 years agoslight changes to static initialization
Greg Watson [Thu, 24 Jul 2003 14:15:35 +0000 (14:15 +0000)]
slight changes to static initialization

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

20 years agonew register format
Greg Watson [Thu, 24 Jul 2003 14:14:01 +0000 (14:14 +0000)]
new register format

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

20 years agoep405pc board
Greg Watson [Wed, 23 Jul 2003 22:20:55 +0000 (22:20 +0000)]
ep405pc board

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

20 years agoadded post-pci pass
Greg Watson [Wed, 23 Jul 2003 21:38:02 +0000 (21:38 +0000)]
added post-pci pass

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

20 years agoallow logging at spew level
Greg Watson [Wed, 23 Jul 2003 21:36:12 +0000 (21:36 +0000)]
allow logging at spew level

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

20 years agocode was broken
Greg Watson [Wed, 23 Jul 2003 21:34:46 +0000 (21:34 +0000)]
code was broken

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

20 years agonew static configuration
Greg Watson [Wed, 23 Jul 2003 21:33:03 +0000 (21:33 +0000)]
new static configuration

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

20 years agoget serial console right
Greg Watson [Wed, 23 Jul 2003 21:31:02 +0000 (21:31 +0000)]
get serial console right

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

20 years agobuild parser before configuring
Greg Watson [Wed, 23 Jul 2003 21:30:29 +0000 (21:30 +0000)]
build parser before configuring

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

20 years agostatic device names start with static_
Greg Watson [Wed, 23 Jul 2003 21:29:49 +0000 (21:29 +0000)]
static device names start with static_

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

20 years agoadd clean to Makefile
Greg Watson [Wed, 23 Jul 2003 18:52:17 +0000 (18:52 +0000)]
add clean to Makefile

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

20 years agoget CONFIGURE right
Greg Watson [Wed, 23 Jul 2003 18:51:01 +0000 (18:51 +0000)]
get CONFIGURE right

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

20 years agofixed defines
Greg Watson [Wed, 23 Jul 2003 18:50:06 +0000 (18:50 +0000)]
fixed defines

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

20 years agostatic devices
Greg Watson [Wed, 23 Jul 2003 18:20:17 +0000 (18:20 +0000)]
static devices

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

20 years ago*** empty log message ***
Greg Watson [Wed, 23 Jul 2003 18:14:20 +0000 (18:14 +0000)]
*** empty log message ***

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

20 years agonew register format
Greg Watson [Wed, 23 Jul 2003 18:13:19 +0000 (18:13 +0000)]
new register format

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

20 years agoFix the generation of .o from .S
Ronald G. Minnich [Wed, 23 Jul 2003 03:11:40 +0000 (03:11 +0000)]
Fix the generation of .o from .S

The object rules now have four members, this is getting KLUDGY!

[object, source, type (i.e. suffix), base]

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

20 years agogetting HDAMA to build.
Ronald G. Minnich [Wed, 23 Jul 2003 01:45:47 +0000 (01:45 +0000)]
getting HDAMA to build.

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

20 years agoupdates for hdama and other things.
Ronald G. Minnich [Wed, 23 Jul 2003 01:42:29 +0000 (01:42 +0000)]
updates for hdama and other things.

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

20 years agoupdated for new code.
Ronald G. Minnich [Wed, 23 Jul 2003 01:41:55 +0000 (01:41 +0000)]
updated for new code.

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

20 years agoThis config.lb now works with the new config tool and builds a working image
Ronald G. Minnich [Wed, 23 Jul 2003 01:37:06 +0000 (01:37 +0000)]
This config.lb now works with the new config tool and builds a working image
which boots linux as a payload.

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

20 years ago- First pass at code for generic link width and size determination
Eric Biederman [Mon, 21 Jul 2003 23:30:29 +0000 (23:30 +0000)]
- First pass at code for generic link width and size determination

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

20 years ago- First pass at s2880 support.
Eric Biederman [Mon, 21 Jul 2003 20:13:45 +0000 (20:13 +0000)]
- First pass at s2880 support.
- SMP cleanups (remove SMP only use CONFIG_SMP)
- Minor tweaks to romcc to keep it from taking forever compiling
- failover fixes
- Get a good implementation of k8_cpufixup and sizeram for the opteron

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

20 years agoadded payload
Greg Watson [Mon, 21 Jul 2003 17:28:35 +0000 (17:28 +0000)]
added payload

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

20 years agofix crt0 includes ordering
Greg Watson [Mon, 21 Jul 2003 16:51:40 +0000 (16:51 +0000)]
fix crt0 includes ordering

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

20 years agotypo fixed.
Ronald G. Minnich [Mon, 21 Jul 2003 16:22:17 +0000 (16:22 +0000)]
typo fixed.

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

20 years agonew chip stuff
Greg Watson [Mon, 21 Jul 2003 15:12:38 +0000 (15:12 +0000)]
new chip stuff

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

20 years agonew chip configure
Greg Watson [Mon, 21 Jul 2003 14:00:53 +0000 (14:00 +0000)]
new chip configure

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

20 years ago* update quartet target to latest SMP changes.
Stefan Reinauer [Mon, 21 Jul 2003 13:05:56 +0000 (13:05 +0000)]
* update quartet target to latest SMP changes.
* remove dead code from coherent_ht.c
* add ldtstop code for link speed changes

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

20 years agomore chip stuff
Greg Watson [Mon, 21 Jul 2003 04:20:08 +0000 (04:20 +0000)]
more chip stuff

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

20 years agomore chip stuff
Greg Watson [Mon, 21 Jul 2003 03:38:42 +0000 (03:38 +0000)]
more chip stuff

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

20 years agochip stuff
Greg Watson [Sun, 20 Jul 2003 23:28:01 +0000 (23:28 +0000)]
chip stuff

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

20 years ago- Major cleanup of the bootpath
Eric Biederman [Sat, 19 Jul 2003 04:28:22 +0000 (04:28 +0000)]
- Major cleanup of the bootpath
- Changes to allow more code to be compiled both ways
- Working SMP support

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

20 years agotidy up
Greg Watson [Sat, 19 Jul 2003 04:19:48 +0000 (04:19 +0000)]
tidy up

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

20 years agoa few changes
Greg Watson [Sat, 19 Jul 2003 04:07:07 +0000 (04:07 +0000)]
a few changes

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

20 years agonew config format
Greg Watson [Fri, 18 Jul 2003 17:17:52 +0000 (17:17 +0000)]
new config format

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

20 years agoAllow options in mainboard configuration file
Greg Watson [Fri, 18 Jul 2003 17:05:10 +0000 (17:05 +0000)]
Allow options in mainboard configuration file
Moved payload into romimage
More flexible romimage declaration

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

20 years agofix problems with options, more functionality
Greg Watson [Fri, 18 Jul 2003 01:06:15 +0000 (01:06 +0000)]
fix problems with options, more functionality

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

20 years agoadd AMD Quartet target
Stefan Reinauer [Thu, 17 Jul 2003 22:53:27 +0000 (22:53 +0000)]
add AMD Quartet target

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

20 years agomoved generate_row from coherent_ht.c to board specific auto.c files
Stefan Reinauer [Thu, 17 Jul 2003 22:51:30 +0000 (22:51 +0000)]
moved generate_row from coherent_ht.c to board specific auto.c files
due to different routing defaults of different boards.

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

20 years agoadded romimage support
Greg Watson [Thu, 17 Jul 2003 22:25:53 +0000 (22:25 +0000)]
added romimage support

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

20 years agonew config format
Greg Watson [Thu, 17 Jul 2003 22:11:58 +0000 (22:11 +0000)]
new config format

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

20 years agodont export sandpoint options
Greg Watson [Thu, 17 Jul 2003 22:10:11 +0000 (22:10 +0000)]
dont export sandpoint options

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

20 years agosick of typing python command
Greg Watson [Thu, 17 Jul 2003 17:50:11 +0000 (17:50 +0000)]
sick of typing python command

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

20 years agosandpoint options
Greg Watson [Thu, 17 Jul 2003 13:14:07 +0000 (13:14 +0000)]
sandpoint options

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

20 years ago- Update Config so we now have the proper number of cpus
Eric Biederman [Thu, 17 Jul 2003 06:34:30 +0000 (06:34 +0000)]
- Update Config so we now have the proper number of cpus
- Remove some debugging code from auto.c
- Update coeherent_ht.c so we get the proper broadcast routes.
- Fix the dram probing code.

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

20 years ago- Get the correct routing tables entries for the hdama's onboard nics
Eric Biederman [Thu, 17 Jul 2003 05:16:46 +0000 (05:16 +0000)]
- Get the correct routing tables entries for the hdama's onboard nics

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

20 years agoConfig.lb for this new part
Ronald G. Minnich [Thu, 17 Jul 2003 04:35:19 +0000 (04:35 +0000)]
Config.lb for this new part

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

20 years ago- Remove excess line from pci_device.c
Eric Biederman [Thu, 17 Jul 2003 04:10:42 +0000 (04:10 +0000)]
- Remove excess line from pci_device.c

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

20 years ago- Remove $Id: from crt0.S.lb
Eric Biederman [Thu, 17 Jul 2003 03:28:00 +0000 (03:28 +0000)]
- Remove $Id: from crt0.S.lb

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

20 years ago- Implement an enable method for pci devices.
Eric Biederman [Thu, 17 Jul 2003 03:26:03 +0000 (03:26 +0000)]
- Implement an enable method for pci devices.
- Add initial support for the amd8131
- Update the mptable to something possible
- hdama/Config add the amd8131 southbridge

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

20 years ago- pci_device.c fixes for generic pci bridges to zero the unused portion of bridge...
Eric Biederman [Thu, 17 Jul 2003 02:15:46 +0000 (02:15 +0000)]
- pci_device.c fixes for generic pci bridges to zero the unused portion of bridge resources
- coherent_ht.c remove dead idle loop.
- raminit.c Enable a 64MB mmio window just below 4GB

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

20 years agofix some glitches in cht code: always enable routing on node7, plus do masking right...
Stefan Reinauer [Wed, 16 Jul 2003 15:23:57 +0000 (15:23 +0000)]
fix some glitches in cht code: always enable routing on node7, plus do masking right when setting cpucnt/nodecnt

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

20 years ago- ldscripb.lb remove another $Id: line..
Eric Biederman [Wed, 16 Jul 2003 07:04:58 +0000 (07:04 +0000)]
- ldscripb.lb remove another $Id: line..
- romcc_io.h Add include guards.
- hdama/Config nothing really but I have been moving the setting back and forth between 1 and 2 cpus
- auto.c Changed the enabled debugging comments.  This almost works with 2 cpus
- coherent_ht.c First pass at getting this right.  It can now find 2 cpus and place them
  in some semblance of a working state.
- raminit.c Fix problems with 4GB of ram. Disable some of the debugging code.

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

20 years ago- Commit a binutils safe version of reset16.inc
Eric Biederman [Wed, 16 Jul 2003 01:58:18 +0000 (01:58 +0000)]
- Commit a binutils safe version of reset16.inc

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

20 years ago- Compile fixes
Eric Biederman [Mon, 14 Jul 2003 20:40:38 +0000 (20:40 +0000)]
- Compile fixes

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

20 years agonew config files
Greg Watson [Mon, 14 Jul 2003 19:02:29 +0000 (19:02 +0000)]
new config files

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

20 years agonew init format
Greg Watson [Mon, 14 Jul 2003 18:03:07 +0000 (18:03 +0000)]
new init format

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

20 years agonew config rules
Greg Watson [Mon, 14 Jul 2003 18:00:10 +0000 (18:00 +0000)]
new config rules

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

20 years agonew init stuff
Greg Watson [Mon, 14 Jul 2003 17:16:26 +0000 (17:16 +0000)]
new init stuff

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

20 years agoIDE support
Greg Watson [Mon, 14 Jul 2003 17:08:57 +0000 (17:08 +0000)]
IDE support

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

20 years ago*** empty log message ***
Greg Watson [Sun, 13 Jul 2003 23:30:23 +0000 (23:30 +0000)]
*** empty log message ***

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