coreboot.git
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