coreboot.git
19 years ago- Update abuild.sh so it will rebuild successfull builds
Eric Biederman [Thu, 4 Nov 2004 11:04:33 +0000 (11:04 +0000)]
- Update abuild.sh so it will rebuild successfull builds
- Move pci_set_method out of hardwaremain.c
- Re-add debugging name field but only include the CONFIG_CHIP_NAME is
  enabled.  All instances are now wrapped in CHIP_NAME
- Many minor cleanups so most ports build.

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

19 years ago*** empty log message ***
Yinghai Lu [Wed, 3 Nov 2004 00:47:40 +0000 (00:47 +0000)]
*** empty log message ***

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

19 years agoThis hurts more than it helps. byebye
Stefan Reinauer [Wed, 3 Nov 2004 00:10:15 +0000 (00:10 +0000)]
This hurts more than it helps. byebye

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

19 years agoget qemu-i386 target building again
Stefan Reinauer [Tue, 2 Nov 2004 20:33:12 +0000 (20:33 +0000)]
get qemu-i386 target building again

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

19 years agoupdate to new structure
Stefan Reinauer [Tue, 2 Nov 2004 20:29:30 +0000 (20:29 +0000)]
update to new structure

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

19 years ago*** empty log message ***
Yinghai Lu [Tue, 2 Nov 2004 18:05:22 +0000 (18:05 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
Yinghai Lu [Tue, 2 Nov 2004 17:46:43 +0000 (17:46 +0000)]
*** empty log message ***

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

19 years agoTyan update for ROM_IMAGE_SIZE > 64K
Yinghai Lu [Tue, 2 Nov 2004 02:34:28 +0000 (02:34 +0000)]
Tyan update for ROM_IMAGE_SIZE > 64K

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

19 years agofix solo
Stefan Reinauer [Sun, 31 Oct 2004 23:03:10 +0000 (23:03 +0000)]
fix solo

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

19 years ago- Update console.c to have non-inline versions of functions
Eric Biederman [Sat, 30 Oct 2004 22:59:35 +0000 (22:59 +0000)]
- Update console.c to have non-inline versions of functions
- Add exception.c
  Sorry for not including these ealier.

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

19 years ago- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman [Sat, 30 Oct 2004 08:05:41 +0000 (08:05 +0000)]
- To reduce confuse rename the parts of linuxbios bios that run from
  ram linuxbios_ram instead of linuxbios_c and linuxbios_payload...
- Reordered the linker sections so the LinuxBIOS fallback image can take more the 64KiB on x86
- ROM_IMAGE_SIZE now will work when it is specified as larger than 64KiB.
- Tweaked the reset16.inc and reset16.lds to move the sanity check to see if everything will work.
- Start using romcc's built in preprocessor (This will simplify header compiler checks)
- Add helper functions for examining all of the resources
- Remove debug strings from chip.h
- Add llshell to src/arch/i386/llshell (Sometime later I can try it...)
- Add the ability to catch exceptions on x86
- Add gdb_stub support to x86
- Removed old cpu options
- Added an option so we can detect movnti support
- Remove some duplicate definitions from pci_ids.h
- Remove the 64bit resource code in amdk8/northbridge.c in preparation for making it generic
- Minor romcc bug fixes

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

19 years agoChanges to allow Via/Epia code to be compiled after recent code changes.
Mark Wilkinson [Fri, 29 Oct 2004 16:16:43 +0000 (16:16 +0000)]
Changes to allow Via/Epia code to be compiled after recent code changes.

New Files :-
src/cpu/via/model_centaur/Config.lb
src/cpu/via/model_centaur/model_centaur_init.c

Updated Files :-
src/arch/i386/include/arch/smp/mpspec.h
- make write_smp_table a define for non smp systems
src/cpu/x86/lapic/lapic_cpu_init.c
- change possible typo
src/mainboard/via/epia/Config.lb
src/mainboard/via/epia/Options.lb

src/mainboard/via/epia/auto.c
src/mainboard/via/epia/chip.h
src/mainboard/via/epia/failover.c
- updated after recent code changes
src/northbridge/via/vt8601/chip.h
src/northbridge/via/vt8601/northbridge.c
src/northbridge/via/vt8601/raminit.c
- corrections after recent code changes to allow compiling
src/southbridge/via/vt8231/chip.h
src/southbridge/via/vt8231/vt8231.c
- initial pass to allow compiling after recent code changes.

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

19 years ago*** empty log message ***
Yinghai Lu [Thu, 28 Oct 2004 18:44:38 +0000 (18:44 +0000)]
*** empty log message ***

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

19 years ago- Look for all 8 possible cpus
Eric Biederman [Wed, 27 Oct 2004 18:54:13 +0000 (18:54 +0000)]
- Look for all 8 possible cpus

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

19 years agosome more porting to the merge
Stefan Reinauer [Wed, 27 Oct 2004 17:27:10 +0000 (17:27 +0000)]
some more porting to the merge

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

19 years agosizeram removal/conversion.
Eric Biederman [Wed, 27 Oct 2004 08:53:57 +0000 (08:53 +0000)]
sizeram removal/conversion.
- mem.h and sizeram.h and all includes killed because the are no longer needed.
- linuxbios_table.c updated to directly look at the device tree for occupied memory areas.
- first very incomplete stab a converting the ppc code to work with the dynamic device tree
- Ignore resources before we have read them from devices, (if the device is disabled ignore it's resources).
- First stab at Pentium-M support
- add part/init_timer.h making init_timer conditional until there is a better way of handling it.
- Converted all of the x86 sizeram to northbridge set_resources functions.

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

19 years agospare 4s for restart
Yinghai Lu [Wed, 27 Oct 2004 02:12:22 +0000 (02:12 +0000)]
spare 4s for restart

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

19 years ago- kill the broken and duplicate 855pm directory. Hopefully I have kept
Eric Biederman [Wed, 27 Oct 2004 01:58:26 +0000 (01:58 +0000)]
- kill the broken and duplicate 855pm directory.  Hopefully I have kept
 the least broken one.

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

19 years ago- Actually enable the Pentium-M cpus
Eric Biederman [Wed, 27 Oct 2004 01:18:47 +0000 (01:18 +0000)]
- Actually enable the Pentium-M cpus

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

19 years ago- Bug fixes to the P-III support
Eric Biederman [Wed, 27 Oct 2004 01:18:16 +0000 (01:18 +0000)]
- Bug fixes to the P-III support
- Initial Pentium-M support

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

19 years agoS2885 winbond Superio all resource set
Yinghai Lu [Wed, 27 Oct 2004 00:37:30 +0000 (00:37 +0000)]
S2885 winbond Superio all resource set

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

19 years agoops and tsc
Yinghai Lu [Mon, 25 Oct 2004 19:55:30 +0000 (19:55 +0000)]
ops and tsc

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

19 years agos2735 minor changes
Yinghai Lu [Mon, 25 Oct 2004 19:49:50 +0000 (19:49 +0000)]
s2735 minor changes

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

19 years agoadded file
Ronald G. Minnich [Mon, 25 Oct 2004 16:01:30 +0000 (16:01 +0000)]
added file

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

19 years agofrom Mark Wilkinson, some fixes.
Ronald G. Minnich [Mon, 25 Oct 2004 14:57:24 +0000 (14:57 +0000)]
from  Mark Wilkinson, some fixes.

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

19 years ago- For now use port 0x80 based delays in for the e7501 memory initialization.
Eric Biederman [Sat, 23 Oct 2004 03:00:02 +0000 (03:00 +0000)]
- For now use port 0x80 based delays in for the e7501 memory initialization.

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

19 years ago- With Xeon cpus it seems best to use the tsc calibrated with timer2 as
Eric Biederman [Sat, 23 Oct 2004 02:47:13 +0000 (02:47 +0000)]
- With Xeon cpus it seems best to use the tsc calibrated with timer2 as
  the time source.  The apic timer also has a variable time base.

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

19 years ago- Update e7501 northbridge.c to work in the new structure.
Eric Biederman [Sat, 23 Oct 2004 02:32:23 +0000 (02:32 +0000)]
- Update e7501 northbridge.c to work in the new structure.

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

19 years ago*** empty log message ***
Yinghai Lu [Sat, 23 Oct 2004 00:05:22 +0000 (00:05 +0000)]
*** empty log message ***

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

19 years agofor S2735 support
Yinghai Lu [Fri, 22 Oct 2004 21:33:08 +0000 (21:33 +0000)]
for S2735 support

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

19 years ago*** empty log message ***
Yinghai Lu [Fri, 22 Oct 2004 21:03:26 +0000 (21:03 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
Yinghai Lu [Fri, 22 Oct 2004 18:49:09 +0000 (18:49 +0000)]
*** empty log message ***

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

19 years agos2735 half update
Yinghai Lu [Fri, 22 Oct 2004 18:45:36 +0000 (18:45 +0000)]
s2735 half update

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

19 years ago- Better memory I/O space distinguishing in amd_mtrr.c
Eric Biederman [Fri, 22 Oct 2004 04:41:53 +0000 (04:41 +0000)]
- Better memory I/O space distinguishing in amd_mtrr.c
  This is way to much code duplication but for now things work.
- Fix the typo in amd8111_lpc.c
- Remove an unused macro, use continue instead of break in mtrr.c

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

19 years ago- kill typo so resources are not mixed up in amdk8/northbridge.c
Eric Biederman [Fri, 22 Oct 2004 02:33:51 +0000 (02:33 +0000)]
- kill typo so resources are not mixed up in amdk8/northbridge.c
- Enable resources on the lpc bus.  PCI now longer do this by
  default for their children unless they are bridges.

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

19 years agoshow error logfile
Stefan Reinauer [Thu, 21 Oct 2004 21:41:57 +0000 (21:41 +0000)]
show error logfile

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

19 years agoadapt config files
Stefan Reinauer [Thu, 21 Oct 2004 20:52:53 +0000 (20:52 +0000)]
adapt config files

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

19 years agoget solo building after last infrastructure changes
Stefan Reinauer [Thu, 21 Oct 2004 18:51:13 +0000 (18:51 +0000)]
get solo building after last infrastructure changes

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

19 years agoupdate failover handling of some amd64 boards
Stefan Reinauer [Thu, 21 Oct 2004 17:06:49 +0000 (17:06 +0000)]
update failover handling of some amd64 boards

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

19 years ago- Bump the LinuxBIOS major version
Eric Biederman [Thu, 21 Oct 2004 10:44:08 +0000 (10:44 +0000)]
- Bump the LinuxBIOS major version
- Rename chip_config chip_operations throughout the tree
- Fix Config.lb on most of the Opteron Ports
- Fix the amd 8000 chipset support for setting the subsystem vendor and device ids
- Add detection of devices that are on the motherboard (i.e. In Config.lb)
- Baby step in getting the resource limit handling correct, Ignore fixed resources
- Only call enable_childrens_resources on devices we know will have children
  For some busses like i2c it is non-sense and we don't want it.
- Set the resource limits for pnp devices resources.
- Improve the resource size detection for pnp devices.
- Added a configuration register to amd8111_ide.c so we can enable/disable individual ide channels
- Added a header file to hold the prototype of isa_dma_init
- Fixed most of the superio chips so the should work now, the via superio pci device is the exception.
- The code compiles and runs so it is time for me to go to bed.

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

19 years ago- Explicitly disable the fixed dram extensions bits.
Eric Biederman [Thu, 21 Oct 2004 02:53:25 +0000 (02:53 +0000)]
- Explicitly disable the fixed dram extensions bits.

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

19 years ago- We already know the cache is disabled so don't bother disabling it.
Eric Biederman [Thu, 21 Oct 2004 02:43:15 +0000 (02:43 +0000)]
- We already know the cache is disabled so don't bother disabling it.

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

19 years agobetter support enable_dev for amd8111
Yinghai Lu [Thu, 21 Oct 2004 01:52:21 +0000 (01:52 +0000)]
better support enable_dev for amd8111

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

19 years agoadd Option.lb
Yinghai Lu [Wed, 20 Oct 2004 17:54:01 +0000 (17:54 +0000)]
add Option.lb

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

19 years agoTyan update to work with new CPU Config
Yinghai Lu [Wed, 20 Oct 2004 05:07:16 +0000 (05:07 +0000)]
Tyan update to work with new CPU Config

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

19 years ago- Fix typo with reversing memory resources.
Eric Biederman [Tue, 19 Oct 2004 23:35:53 +0000 (23:35 +0000)]
- Fix typo with reversing memory resources.

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

19 years agochange struct chip* to struct device*
Li-Ta Lo [Tue, 19 Oct 2004 17:49:32 +0000 (17:49 +0000)]
change struct chip* to struct device*

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

19 years ago- add support for socket 754
Stefan Reinauer [Tue, 19 Oct 2004 10:30:32 +0000 (10:30 +0000)]
- add support for socket 754
- fix configuration creation for amd solo (doesn't compile yet)

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

19 years agoinitial checkin of automatic linuxbios image build test script
Stefan Reinauer [Tue, 19 Oct 2004 07:00:47 +0000 (07:00 +0000)]
initial checkin of automatic linuxbios image build test script

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

19 years ago- Fix bug with > 4GB of memory where PAE was left enabled.
Eric Biederman [Tue, 19 Oct 2004 05:07:18 +0000 (05:07 +0000)]
- Fix bug with > 4GB of memory where PAE was left enabled.
  Why didn't this show up until I had > 4GB on one cpu?

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

19 years ago- FIXED resources are also ASSIGNED resources
Eric Biederman [Mon, 18 Oct 2004 23:24:25 +0000 (23:24 +0000)]
- FIXED resources are also ASSIGNED resources

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

19 years ago- Set the parent's link properly in the bus field
Eric Biederman [Mon, 18 Oct 2004 21:21:06 +0000 (21:21 +0000)]
- Set the parent's link properly in the bus field

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

19 years ago- Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs this
Eric Biederman [Sat, 16 Oct 2004 19:58:35 +0000 (19:58 +0000)]
- Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs this
- Fix the hdama Config.lb to not longer use the link keywords oops,
  and instead to have it nest everything properly.
- Update config.g to not support the link keyword
- update config.g to not support northbridge/southbridge/cpu/pmc noise words
  we can just use chip now.
- Remove old link handling from the code
- Detect and handle duplicate paths so we generate one device with multiple links

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

19 years ago- Make all ports use config.h for if they have chip_config or chip_info structures.
Eric Biederman [Sat, 16 Oct 2004 09:13:23 +0000 (09:13 +0000)]
- Make all ports use config.h for if they have chip_config or chip_info structures.

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

19 years ago- Cleanup the bugfix in elfboot.c
Eric Biederman [Sat, 16 Oct 2004 08:45:29 +0000 (08:45 +0000)]
- Cleanup the bugfix in elfboot.c
- Add forgotten amd8111 chip.h

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

19 years ago- HDAMA boots!
Eric Biederman [Sat, 16 Oct 2004 08:38:58 +0000 (08:38 +0000)]
- HDAMA boots!
- Set the bootstrap processor flag in the mptable.
- Implement 64bit support in our print statements
- Fix the reporting of how many cpus we are waiting to stop.
  It is the 1 less than the actual number of cpus running.
- Actually enable cpu_initialization.
- Fix firstsiblingdevice in config.g
- Add IORESOURCE_FIXED to all of the resources set by config.g
- Fix the apic_cluster rule to add an apic_cluster path not an apic path.
- Add a div64.h to assist in the 64bit printf.

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

19 years ago- First stab at running linuxbios without the old static device tree.
Eric Biederman [Sat, 16 Oct 2004 06:20:29 +0000 (06:20 +0000)]
- First stab at running linuxbios without the old static device tree.
  Things are close but not quite there yet.

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

19 years ago- Fix config.g and the hdama config so everthing builds again.
Eric Biederman [Sat, 16 Oct 2004 02:48:37 +0000 (02:48 +0000)]
- Fix config.g and the hdama config so everthing builds again.

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

19 years agoadd back stuff from before
Ronald G. Minnich [Fri, 15 Oct 2004 20:47:41 +0000 (20:47 +0000)]
add back stuff from before

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

19 years agofixes for apic, i2c
Ronald G. Minnich [Fri, 15 Oct 2004 19:28:56 +0000 (19:28 +0000)]
fixes for apic, i2c

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

19 years agocloser
Ronald G. Minnich [Fri, 15 Oct 2004 19:17:43 +0000 (19:17 +0000)]
closer

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

19 years agothis now works right.
Ronald G. Minnich [Fri, 15 Oct 2004 15:09:30 +0000 (15:09 +0000)]
this now works right.

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

19 years agofixed function prototype for die()
Li-Ta Lo [Thu, 14 Oct 2004 23:05:08 +0000 (23:05 +0000)]
fixed function prototype for die()

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

19 years ago- Change broken usage of get_resource to find_resource.
Eric Biederman [Thu, 14 Oct 2004 23:02:00 +0000 (23:02 +0000)]
- Change broken usage of get_resource to find_resource.

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

19 years ago- Finish interrupted merge
Eric Biederman [Thu, 14 Oct 2004 22:52:15 +0000 (22:52 +0000)]
- Finish interrupted merge

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

19 years agooops.
Ronald G. Minnich [Thu, 14 Oct 2004 22:44:26 +0000 (22:44 +0000)]
oops.

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

19 years ago- Fix fat fingered merge
Eric Biederman [Thu, 14 Oct 2004 22:35:23 +0000 (22:35 +0000)]
- Fix fat fingered merge

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

19 years ago- Update so we no longer require console.inc
Eric Biederman [Thu, 14 Oct 2004 22:29:26 +0000 (22:29 +0000)]
- Update so we no longer require console.inc

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

19 years ago- Sync up northbridge/amd/amdk8
Eric Biederman [Thu, 14 Oct 2004 22:06:29 +0000 (22:06 +0000)]
- Sync up northbridge/amd/amdk8

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

19 years agomore or less more or less broken
Ronald G. Minnich [Thu, 14 Oct 2004 21:57:29 +0000 (21:57 +0000)]
more or less more or less broken

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

19 years ago- Update the header files in reset_test.c
Eric Biederman [Thu, 14 Oct 2004 21:55:53 +0000 (21:55 +0000)]
- Update the header files in reset_test.c

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

19 years ago- Add a generic device that does nothing
Eric Biederman [Thu, 14 Oct 2004 21:43:24 +0000 (21:43 +0000)]
- Add a generic device that does nothing

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

19 years agomore breakage, thanks to Ron
Ronald G. Minnich [Thu, 14 Oct 2004 21:40:58 +0000 (21:40 +0000)]
more breakage, thanks to Ron

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

19 years ago- Updates for 64bit resource support, handling missing devices and cpus in the config...
Eric Biederman [Thu, 14 Oct 2004 21:25:53 +0000 (21:25 +0000)]
- Updates for 64bit resource support, handling missing devices and cpus in the config file

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

19 years ago- Update the device header files
Eric Biederman [Thu, 14 Oct 2004 21:10:23 +0000 (21:10 +0000)]
- Update the device header files

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

19 years ago- First pass through with with device tree enhancement merge. Most of the mechanisms...
Eric Biederman [Thu, 14 Oct 2004 20:54:17 +0000 (20:54 +0000)]
- First pass through with with device tree enhancement merge.  Most of the mechanisms should
  be in place but don't expect anything to quite work yet.

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

19 years ago- Add arch/cpu.h
Eric Biederman [Thu, 14 Oct 2004 20:52:22 +0000 (20:52 +0000)]
- Add arch/cpu.h

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

19 years ago- remove old cpu header files
Eric Biederman [Thu, 14 Oct 2004 20:15:40 +0000 (20:15 +0000)]
- remove old cpu header files
- Update cpu.h for the new cpu initialization scheme

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

19 years ago- Renamed cpu header files
Eric Biederman [Thu, 14 Oct 2004 20:13:01 +0000 (20:13 +0000)]
- Renamed cpu header files

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

19 years ago- remove deprecated directories
Eric Biederman [Thu, 14 Oct 2004 19:39:27 +0000 (19:39 +0000)]
- remove deprecated directories

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

19 years ago- Add new cvs code to cvs
Eric Biederman [Thu, 14 Oct 2004 19:29:29 +0000 (19:29 +0000)]
- Add new cvs code to cvs

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

19 years ago- Add chip and a few other bug fixes
Eric Biederman [Thu, 14 Oct 2004 16:25:01 +0000 (16:25 +0000)]
- Add chip and a few other bug fixes

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

19 years agoepia-m support
Ronald G. Minnich [Wed, 6 Oct 2004 17:33:54 +0000 (17:33 +0000)]
epia-m support

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

19 years agof'ing thing still won't work.
Ronald G. Minnich [Wed, 6 Oct 2004 17:19:49 +0000 (17:19 +0000)]
f'ing thing still won't work.

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

19 years agomods for i855pm that don't seem too wrong. ha!
Ronald G. Minnich [Thu, 30 Sep 2004 22:50:13 +0000 (22:50 +0000)]
mods for i855pm that don't seem too wrong. ha!

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

19 years agodigital logic stuff, fixes for the smbus code in 82801dbm
Ronald G. Minnich [Thu, 30 Sep 2004 16:37:22 +0000 (16:37 +0000)]
digital logic stuff, fixes for the smbus code in 82801dbm

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

19 years agosupport for sst firmware hub
Ronald G. Minnich [Thu, 30 Sep 2004 16:37:01 +0000 (16:37 +0000)]
support for sst firmware hub

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

19 years agouse hex print in id1, id2
Ronald G. Minnich [Tue, 28 Sep 2004 20:32:17 +0000 (20:32 +0000)]
use hex print in id1, id2

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

19 years agoadd support for ICH4. more i955pm stuff.
Ronald G. Minnich [Tue, 28 Sep 2004 20:09:06 +0000 (20:09 +0000)]
add support for ICH4. more i955pm stuff.

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

19 years agoadd include to fix build
Stefan Reinauer [Thu, 9 Sep 2004 07:19:40 +0000 (07:19 +0000)]
add include to fix build

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

19 years agocode reformat
Li-Ta Lo [Tue, 7 Sep 2004 21:31:47 +0000 (21:31 +0000)]
code reformat

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

19 years agoseperate code generation
Li-Ta Lo [Tue, 7 Sep 2004 21:31:06 +0000 (21:31 +0000)]
seperate code generation

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

19 years agoremoved unused code, code reformat
Li-Ta Lo [Tue, 7 Sep 2004 21:20:53 +0000 (21:20 +0000)]
removed unused code, code reformat

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

19 years agorename variable from addr to dev
Li-Ta Lo [Tue, 7 Sep 2004 19:24:40 +0000 (19:24 +0000)]
rename variable from addr to dev

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

19 years agomore fixes.
Ronald G. Minnich [Mon, 30 Aug 2004 16:08:30 +0000 (16:08 +0000)]
more fixes.

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

19 years agobuild fix for epia-m so that nobody beats ron to it ;)
Stefan Reinauer [Fri, 27 Aug 2004 21:39:59 +0000 (21:39 +0000)]
build fix for epia-m so that nobody beats ron to it ;)

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

19 years agojust a few changes before we hit the big fun.
Ronald G. Minnich [Thu, 26 Aug 2004 16:13:40 +0000 (16:13 +0000)]
just a few changes before we hit the big fun.

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

19 years agomore updates for 855
Ronald G. Minnich [Wed, 25 Aug 2004 18:19:08 +0000 (18:19 +0000)]
more updates for 855

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

19 years agochanges for the dbm part. Still need to remove the sata file ...
Ronald G. Minnich [Wed, 25 Aug 2004 15:40:47 +0000 (15:40 +0000)]
changes for the dbm part. Still need to remove the sata file ...

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

19 years agocompiles.
Ronald G. Minnich [Tue, 24 Aug 2004 22:27:55 +0000 (22:27 +0000)]
compiles.

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