coreboot.git
20 years ago- Moved 2 of the test cases into tests for failure
Eric Biederman [Fri, 4 Jul 2003 15:14:04 +0000 (15:14 +0000)]
- Moved 2 of the test cases into tests for failure
- Reworked the transformation into ssa form and now I catch all unitialized
  variable uses.
- Several more test cases
- Bumped the version to 0.34
- Verified that -O2 the scc_transform now works.

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

20 years ago- Minor fixes for handling structure constants and array values that are not sdecls
Eric Biederman [Fri, 4 Jul 2003 00:27:33 +0000 (00:27 +0000)]
- Minor fixes for handling structure constants and array values that are not sdecls

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

20 years ago- Allow for a larger rhs on phi variables
Eric Biederman [Thu, 3 Jul 2003 03:59:38 +0000 (03:59 +0000)]
- Allow for a larger rhs on phi variables

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

20 years ago- Massive set of cleanups/fixes for romcc. Lots of corner cases now work
Eric Biederman [Tue, 1 Jul 2003 10:05:30 +0000 (10:05 +0000)]
- Massive set of cleanups/fixes for romcc.  Lots of corner cases now work
  properly.  And a few long standing bugs have been rooted out and removed.

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

20 years ago- Code to enable and disable use of the sse and mmx registers
Eric Biederman [Tue, 1 Jul 2003 06:51:27 +0000 (06:51 +0000)]
- Code to enable and disable use of the sse and mmx registers

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

20 years agoall: now depends on linuxbios.rom
Ronald G. Minnich [Mon, 30 Jun 2003 17:29:31 +0000 (17:29 +0000)]
all: now depends on linuxbios.rom
payload.block is going away

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

20 years agoplaceholder crap for sio
Ronald G. Minnich [Mon, 30 Jun 2003 17:23:35 +0000 (17:23 +0000)]
placeholder crap for sio

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

20 years agonow builds with *0* tweaks.
Ronald G. Minnich [Mon, 30 Jun 2003 17:07:13 +0000 (17:07 +0000)]
now builds with *0* tweaks.

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

20 years agoTAGS are back!
Ronald G. Minnich [Mon, 30 Jun 2003 17:04:35 +0000 (17:04 +0000)]
TAGS are back!

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

20 years ago- Update romcc so that it more successfully spills registers to the xmm registers
Eric Biederman [Sat, 28 Jun 2003 06:49:45 +0000 (06:49 +0000)]
- Update romcc so that it more successfully spills registers to the xmm registers
- Add several more test cases.
- Bump the version number to .32

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

20 years agoOK, now builds fallback for arima/hdama!
Ronald G. Minnich [Thu, 26 Jun 2003 04:05:37 +0000 (04:05 +0000)]
OK, now builds fallback for arima/hdama!

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

20 years agoSimple printing of options. Will make this better.
Greg Watson [Wed, 25 Jun 2003 15:27:41 +0000 (15:27 +0000)]
Simple printing of options. Will make this better.

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

20 years ago- Set the default compiler back to gcc ooops
Eric Biederman [Wed, 25 Jun 2003 11:34:59 +0000 (11:34 +0000)]
- Set the default compiler back to gcc ooops

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

20 years ago- Error on function prototypes
Eric Biederman [Wed, 25 Jun 2003 10:38:10 +0000 (10:38 +0000)]
- Error on function prototypes
- Fix a last couple of structure related bugs

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

20 years agomore fixes but it appears that options are not picking up the right values.
Ronald G. Minnich [Wed, 25 Jun 2003 03:20:22 +0000 (03:20 +0000)]
more fixes but it appears that options are not picking up the right values.

I set USE_FALLBACK_IMAGE to 1 in the top-level Config, but when it is tested
in arima/hdama/Config.lb, it is acting as though it is zero.

Also added a print command so it is easier to trace 'if' behavior.

Usage:
print "string"

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

20 years agoneeded rules for DRIVER
Ronald G. Minnich [Tue, 24 Jun 2003 22:51:16 +0000 (22:51 +0000)]
needed rules for DRIVER
more fixes to various Config.lb

one last problem and we're there

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

20 years agoJust two undefined's left.
Ronald G. Minnich [Tue, 24 Jun 2003 22:17:51 +0000 (22:17 +0000)]
Just two undefined's left.

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

20 years agoupdate to thing to make them work ... still not there though.
Ronald G. Minnich [Tue, 24 Jun 2003 19:51:38 +0000 (19:51 +0000)]
update to thing to make them work ... still not there though.

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

20 years agoFixes to various config files.
Ronald G. Minnich [Tue, 24 Jun 2003 19:44:00 +0000 (19:44 +0000)]
Fixes to various config files.

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

20 years agofixed paths for GENERATED
Ronald G. Minnich [Tue, 24 Jun 2003 19:37:05 +0000 (19:37 +0000)]
fixed paths for GENERATED

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

20 years agoupdate .lb
Ronald G. Minnich [Tue, 24 Jun 2003 18:39:11 +0000 (18:39 +0000)]
update .lb

we need to get rid of yappsrt.pyc

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

20 years agoifs now have elses
Greg Watson [Tue, 24 Jun 2003 17:37:02 +0000 (17:37 +0000)]
ifs now have elses

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

20 years agoif statement for options
Greg Watson [Tue, 24 Jun 2003 17:26:45 +0000 (17:26 +0000)]
if statement for options

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

20 years agoFor new config.g
Greg Watson [Tue, 24 Jun 2003 16:07:07 +0000 (16:07 +0000)]
For new config.g

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

20 years ago- A few more fixes to get pointers to structures working correctly.
Eric Biederman [Tue, 24 Jun 2003 14:27:37 +0000 (14:27 +0000)]
- A few more fixes to get pointers to structures working correctly.

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

20 years agoarima updates
Ronald G. Minnich [Tue, 24 Jun 2003 14:04:03 +0000 (14:04 +0000)]
arima updates

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

20 years ago- Fix handling of structures stored in memory
Eric Biederman [Tue, 24 Jun 2003 12:34:45 +0000 (12:34 +0000)]
- Fix handling of structures stored in memory

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

20 years agohdama mainboard and target.
Ronald G. Minnich [Tue, 24 Jun 2003 03:45:36 +0000 (03:45 +0000)]
hdama mainboard and target.

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

20 years agoadd a hint for users about why:
Ronald G. Minnich [Tue, 24 Jun 2003 03:39:34 +0000 (03:39 +0000)]
add a hint for users about why:
Config.lb:0: Error: Option USE_FALLBACK_IMAGE Undefined.
might happen (i.e. missing 'use' command)

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

20 years agooops, greg already did SMBUS, didn't notice.
Ronald G. Minnich [Tue, 24 Jun 2003 03:36:37 +0000 (03:36 +0000)]
oops, greg already did SMBUS, didn't notice.

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

20 years agoadded SMBUS stuff.
Ronald G. Minnich [Tue, 24 Jun 2003 03:30:48 +0000 (03:30 +0000)]
added SMBUS stuff.

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

20 years agoSimply typo in 'target' if directory does not exist
Ronald G. Minnich [Tue, 24 Jun 2003 03:12:14 +0000 (03:12 +0000)]
Simply typo in 'target' if directory does not exist

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

20 years agofix non-portable syntax.
Ronald G. Minnich [Tue, 24 Jun 2003 03:08:57 +0000 (03:08 +0000)]
fix non-portable syntax.

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

20 years agoSyntax fixes.
Greg Watson [Mon, 23 Jun 2003 23:52:15 +0000 (23:52 +0000)]
Syntax fixes.

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

20 years agoNew option stuff.
Greg Watson [Mon, 23 Jun 2003 16:54:12 +0000 (16:54 +0000)]
New option stuff.

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

20 years ago_RAMBASE used by linuxbios_c.ld
Greg Watson [Mon, 23 Jun 2003 05:00:08 +0000 (05:00 +0000)]
_RAMBASE used by linuxbios_c.ld

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

20 years agoSandpoint configuration file.
Greg Watson [Mon, 23 Jun 2003 01:02:54 +0000 (01:02 +0000)]
Sandpoint configuration file.

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

20 years agoGlobal options file
Greg Watson [Mon, 23 Jun 2003 01:01:17 +0000 (01:01 +0000)]
Global options file

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

20 years agotool for building roms, to eliminate icky shell scripts.
Ronald G. Minnich [Fri, 20 Jun 2003 16:46:48 +0000 (16:46 +0000)]
tool for building roms, to eliminate icky shell scripts.

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

20 years ago- Implement goto support
Eric Biederman [Fri, 20 Jun 2003 14:43:20 +0000 (14:43 +0000)]
- Implement goto support
- Register allocator bug fixes.
  * coalesce_live_ranges now also updates the interference graph of live instructions
  * resolve_tangle now avoids copies to phi
  * correct_tangles is now called in a loop so that all tangles get fixed
- Bug the version of romcc to 0.30

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

20 years ago- Update the romcc version.
Eric Biederman [Thu, 19 Jun 2003 15:14:52 +0000 (15:14 +0000)]
- Update the romcc version.
- Add an additional consistency check to romcc and fix the more obvious problems it has uncovered
  With this update there are no known silent failures in romcc.
- Update the memory initialization code to setup all 3 of the memory sizing registers properly
- In auto.c test our dynamic maximum amount of ram.

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

20 years ago- Remove bogus #if CONFIG_SMP test
Eric Biederman [Thu, 19 Jun 2003 03:34:54 +0000 (03:34 +0000)]
- Remove bogus #if CONFIG_SMP  test

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

20 years ago- A new test case for romcc
Eric Biederman [Wed, 18 Jun 2003 11:03:18 +0000 (11:03 +0000)]
- A new test case for romcc
- Minor romcc fixes
- In smbus_wail_until_done a romcc glitch with || in romcc where it likes
  to run out of registers.  Use | to be explicit that I don't need the short
  circuiting behavior.
- Remove unused #defines from coherent_ht.c
- Update the test in auto.c to 512M
- Add definition of log2 to romcc_io.h
- Implement SPD memory sizing in raminit.c
- Reduce the number of memory devices back 2 to for the SOLO board.

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

20 years agoadded config and other test files.
Ronald G. Minnich [Tue, 17 Jun 2003 16:51:06 +0000 (16:51 +0000)]
added config and other test files.

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

20 years agonew config file testing the update stuff.
Ronald G. Minnich [Tue, 17 Jun 2003 16:48:07 +0000 (16:48 +0000)]
new config file testing the update stuff.

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

20 years ago- Minor mod to reset16.inc to work with newer binutils hopefully this works with...
Eric Biederman [Tue, 17 Jun 2003 08:42:17 +0000 (08:42 +0000)]
- Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones...
- Update apic.h to include the APIC_TASK_PRI register definition
- Update mptable.c to have a reasonable board OEM and productid
- Additional testfiles for romcc.
- Split out auto.c and early failover.c moving their generic bits elsewere
- Enable cache of the rom
- Fixes to amd8111_lpc.c so that we successfully setup virtual wire mode on the ioapic

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

20 years ago- Reduce the algorithmic complexity of parts of the register allocator
Eric Biederman [Mon, 16 Jun 2003 16:57:34 +0000 (16:57 +0000)]
- Reduce the algorithmic complexity of parts of the register allocator
  so the worst case runtime of romcc is much more predictable

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

20 years agonew config tool
Ronald G. Minnich [Sat, 14 Jun 2003 15:07:02 +0000 (15:07 +0000)]
new config tool

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

20 years agoMore FB2 stuff
Greg Watson [Fri, 13 Jun 2003 22:07:53 +0000 (22:07 +0000)]
More FB2 stuff

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

20 years agoFreebios2
Greg Watson [Fri, 13 Jun 2003 17:21:10 +0000 (17:21 +0000)]
Freebios2

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

20 years agoUpdated.
Greg Watson [Fri, 13 Jun 2003 17:16:36 +0000 (17:16 +0000)]
Updated.

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

20 years agoAdded tables.c
Greg Watson [Fri, 13 Jun 2003 17:09:26 +0000 (17:09 +0000)]
Added tables.c

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

20 years agoFixes.
Greg Watson [Fri, 13 Jun 2003 17:02:57 +0000 (17:02 +0000)]
Fixes.

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

20 years agoPPC cpu stuff
Greg Watson [Fri, 13 Jun 2003 16:54:40 +0000 (16:54 +0000)]
PPC cpu stuff

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

20 years agoIDE stuff
Greg Watson [Fri, 13 Jun 2003 16:25:21 +0000 (16:25 +0000)]
IDE stuff

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

20 years agoIDE stream driver
Greg Watson [Fri, 13 Jun 2003 16:17:17 +0000 (16:17 +0000)]
IDE stream driver

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

20 years ago- Modify the freebios tree so the pci config space api is mostly in sync between
Eric Biederman [Thu, 12 Jun 2003 19:23:51 +0000 (19:23 +0000)]
- Modify the freebios tree so the pci config space api is mostly in sync between
  code that runs without ram and code that runs with ram.

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

20 years ago- Changes to the pci config routines moving them closer to the non romcc API
Eric Biederman [Thu, 12 Jun 2003 17:55:54 +0000 (17:55 +0000)]
- Changes to the pci config routines moving them closer to the non romcc API
  The goal is to have the same interface with or without romcc.

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

20 years ago- Factoring of auto.c
Eric Biederman [Wed, 11 Jun 2003 21:55:00 +0000 (21:55 +0000)]
- Factoring of auto.c
- Implementation of fallback/normal support for the amd solo board
- Minor bugfix in romcc

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

20 years ago- Update romcc to version 0.27
Eric Biederman [Tue, 10 Jun 2003 21:25:29 +0000 (21:25 +0000)]
- Update romcc to version 0.27

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

20 years ago- Update romcc to version 0.27 and add more tests.
Eric Biederman [Tue, 10 Jun 2003 21:22:07 +0000 (21:22 +0000)]
- Update romcc to version 0.27 and add more tests.

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

20 years agoMoved from freebios
Greg Watson [Mon, 9 Jun 2003 22:08:08 +0000 (22:08 +0000)]
Moved from freebios

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

20 years agoMoved from freebios
Greg Watson [Mon, 9 Jun 2003 21:59:27 +0000 (21:59 +0000)]
Moved from freebios

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

20 years agoMoved from freebios
Greg Watson [Mon, 9 Jun 2003 21:29:23 +0000 (21:29 +0000)]
Moved from freebios

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

20 years agomore specs.
Ronald G. Minnich [Fri, 6 Jun 2003 14:35:36 +0000 (14:35 +0000)]
more specs.

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

21 years ago- Add pci_def.h so romcc compiled files can also get at the
Eric Biederman [Wed, 21 May 2003 16:14:51 +0000 (16:14 +0000)]
- Add pci_def.h so romcc compiled files can also get at the
  pci definitions

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

21 years ago- Cleanups on the romcc side including a pci interface that uses
Eric Biederman [Mon, 19 May 2003 19:16:21 +0000 (19:16 +0000)]
- Cleanups on the romcc side including a pci interface that uses
  fewer registers, and is easier to hardcode.

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

21 years agodescriptor for chips
Ronald G. Minnich [Fri, 16 May 2003 23:33:13 +0000 (23:33 +0000)]
descriptor for chips

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

21 years ago- Fix ? expressions previously they were reversed.
Eric Biederman [Fri, 16 May 2003 20:47:48 +0000 (20:47 +0000)]
- Fix ? expressions previously they were reversed.

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

21 years ago- Intermediate fix to allow register allocator failure
Eric Biederman [Tue, 13 May 2003 21:02:26 +0000 (21:02 +0000)]
- Intermediate fix to allow register allocator failure

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

21 years ago- Add a test to make certain romcc is properly allocating registers.
Eric Biederman [Tue, 13 May 2003 20:45:19 +0000 (20:45 +0000)]
- Add a test to make certain romcc is properly allocating registers.

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

21 years ago- Implement support for structures, typedefs, and __builtin_rdmsr, __builtin_wrmsr...
Eric Biederman [Fri, 9 May 2003 02:39:00 +0000 (02:39 +0000)]
- Implement support for structures, typedefs, and __builtin_rdmsr, __builtin_wrmsr in romcc

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

21 years ago- Update the test cases for romcc
Eric Biederman [Thu, 8 May 2003 00:31:34 +0000 (00:31 +0000)]
- Update the test cases for romcc

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

21 years ago- misc minor fixes
Eric Biederman [Sat, 26 Apr 2003 03:20:53 +0000 (03:20 +0000)]
- misc minor fixes

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

21 years ago- Minor bug fixes
Eric Biederman [Sat, 26 Apr 2003 02:14:06 +0000 (02:14 +0000)]
- Minor bug fixes

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

21 years ago- Almost implement failover booting on the solo.
Eric Biederman [Fri, 25 Apr 2003 03:02:13 +0000 (03:02 +0000)]
- Almost implement failover booting on the solo.
  I need a very early Hypertransport setup to get anything more going.

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

21 years ago- Commit a working pirq table for the AMD solo
Eric Biederman [Fri, 25 Apr 2003 02:02:25 +0000 (02:02 +0000)]
- Commit a working pirq table for the AMD solo

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

21 years ago- simple bug fixes
Eric Biederman [Thu, 24 Apr 2003 23:25:29 +0000 (23:25 +0000)]
- simple bug fixes

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

21 years ago- irq routing table generated by getpir
Eric Biederman [Thu, 24 Apr 2003 06:57:32 +0000 (06:57 +0000)]
- irq routing table generated by getpir

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

21 years ago- More attempts to leave irqs in a working state.
Eric Biederman [Thu, 24 Apr 2003 06:56:37 +0000 (06:56 +0000)]
- More attempts to leave irqs in a working state.

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

21 years ago- Small step forward Linux boots and almost works...
Eric Biederman [Thu, 24 Apr 2003 06:25:08 +0000 (06:25 +0000)]
- Small step forward Linux boots and almost works...

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

21 years ago- Initial checkin of the freebios2 tree
Eric Biederman [Tue, 22 Apr 2003 19:02:15 +0000 (19:02 +0000)]
- Initial checkin of the freebios2 tree

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

21 years ago- Checking latest version of romcc
Eric Biederman [Tue, 22 Apr 2003 18:44:01 +0000 (18:44 +0000)]
- Checking latest version of romcc

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

21 years ago- Start the 1.1.x series that will become LinuxBIOS-2.0
Eric Biederman [Tue, 15 Apr 2003 00:44:05 +0000 (00:44 +0000)]
- Start the 1.1.x series that will become LinuxBIOS-2.0

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