Commit graph

802 commits

Author SHA1 Message Date
Ronald G. Minnich
d8088aadc2 config warning; fix multi-string literal problem 2003-05-05 17:48:54 +00:00
Steven James
00541b5305 Fixup of stack handling and bounce buffers so returning will work 2003-05-03 20:03:24 +00:00
Ronald G. Minnich
58595b52b3 fixed typo with IRQ_SLOT_COUNT 2003-04-30 19:41:25 +00:00
Ronald G. Minnich
6b9ddebef3 bug fixes, etc. 2003-04-30 18:09:06 +00:00
Andrew Ip
9d9dac5134 Config 2003-04-27 15:05:23 +00:00
Andrew Ip
710b5a4d21 setup_ethernet.inc 2003-04-27 15:02:29 +00:00
Andrew Ip
85ad36939f e 2003-04-27 15:00:31 +00:00
Andrew Ip
58e6a3b60a initial checkin for epia-m 2003-04-27 07:38:53 +00:00
Andrew Ip
97540dc2fa initial check for vt1211 2003-04-27 07:32:45 +00:00
Andrew Ip
398b287d09 initial checkin for vt8235 2003-04-27 07:31:29 +00:00
Andrew Ip
f46a929825 fixed bug where only 64MB ram was detected 2003-04-27 07:26:03 +00:00
Andrew Ip
ab529a5833 initial checkin for vt8623 2003-04-27 07:24:09 +00:00
Greg Watson
d6761c74a1 Missing include. 2003-04-24 03:39:49 +00:00
Greg Watson
532565ed6a EPIC support. 2003-04-24 03:35:29 +00:00
Greg Watson
2209d14e5f Elfboot support. 2003-04-24 03:32:13 +00:00
Greg Watson
f0c291eef7 IRQ stuff. 2003-04-24 03:31:38 +00:00
Greg Watson
08d9a1daf3 Renamed main.c. 2003-04-24 03:27:19 +00:00
Greg Watson
0ce38d95fe Use elfboot. 2003-04-24 03:26:32 +00:00
Greg Watson
e46c9cd680 Renamed main.c to hardwaremain.c 2003-04-24 03:24:56 +00:00
Greg Watson
39eed08e01 Misc changes. 2003-04-24 03:22:51 +00:00
Greg Watson
787afd62f2 SMP stuff for PPC 2003-04-24 03:21:10 +00:00
Greg Watson
e600ebc698 EPIC support for PPC 2003-04-24 03:20:31 +00:00
Ronald G. Minnich
b079059d48 minor changes for assignirq etc.
assignirq defaults to 'off' (0)
2003-04-21 17:56:12 +00:00
Andrew Ip
ef49100647 updated status 2003-04-21 07:26:41 +00:00
Greg Watson
f832cde6c3 i'll get it working one day... 2003-04-19 14:55:09 +00:00
Greg Watson
b08c0e92db more ppc 2003-04-16 18:30:00 +00:00
Greg Watson
026e633211 more pcc 2003-04-15 19:44:35 +00:00
Greg Watson
3732abd09f more ppc 2003-04-15 19:42:43 +00:00
Greg Watson
d17a78e726 more ppc 2003-04-15 19:32:35 +00:00
Greg Watson
89f71da2cf more ppc 2003-04-15 19:17:56 +00:00
Greg Watson
777e522d45 more ppc 2003-04-15 19:03:14 +00:00
Greg Watson
690d5777c7 more ppc 2003-04-15 18:57:11 +00:00
Ronald G. Minnich
2041c328cd more ppc 2003-04-15 18:29:12 +00:00
Eric W. Biederman
ebf98ebdc0 include/rom/read_bytes.h
- Remove baremetal toolkit code
src/rom/rom_fill_inbuf.c
- Remove tag support
util/config/NLBConfig.py
- Remove crt0.o from OBJECTS-1
util/getpir/Makefile
- set LINUXBSIOSROOT to an always working path
2003-04-14 23:45:42 +00:00
Ronald G. Minnich
bf2d57b99a new mobo 2003-04-14 22:56:30 +00:00
Ronald G. Minnich
6510b2a77b PPC commit 2003-04-14 22:54:36 +00:00
Steven James
fe0b6bc0c5 Adding Tyan tiger-i7501 mainboard. 2003-04-12 14:10:38 +00:00
Eric W. Biederman
b07648f6b1 - intel.h removed false comment
- p4dpe sync with LNXI tree
  * Make switching to fallback mode more robust
    Added boot_countdown to count the number of times booting has failed.
  * Added boot index to allow fully forcing the boot device with cmos options
  * Added missing irqs to the mptable.
- p4dpr sync with LNXI tree
  * Make switching to fallback mode more robust
    Added boot_countdown to count the number of times booting has failed.
  * Added boot index to allow fully forcing the boot device with cmos options
- tyan/guiness repair and update the Config file
- northbridge/amd/amd76x/
  * Support for up to 4GB of ram.
  * Correct handling of strange dimm sizes
- northbridge/intel/E7500
  * Tunned settings for better memory performance
- northbridge/intel/E7501
  * Fixed calculations based on a 100Mhz to use a 133Mhz clock.
  * Replaced hard codes for the supermicro x5dpr
  * Misc bug fixes
- src/ram/spotcheck.inc
  * Removed someones temporary debugging code
- src/sdram/generci_zero_ecc_sdram.inc
  * Handle addresses > 2GB
- src/southbridge/amd/amd768/
  * Changed references to the amd766 to the amd768
  * misc fixes
  * Added a count to the failover code so we trigger fallback much less easily.
  * more attempts to disable the amd768 watchdog...
  * reset the board on a timeout reading from the smbus.
- src/southbridge/intel/82801
  * added a count of boot failers so we trigger fallback mode much leass easily.
- Added motherboards p4dpeg2, x5dpr, s2466, s2469
2003-04-12 02:24:28 +00:00
Steven James
5bcc3e0242 Support for udelay in baremetal 2003-04-10 20:51:31 +00:00
Eric W. Biederman
88d4672564 - Cleaner #defines in pirq_routing.h
- Remove duplicate include of c_start.S in arch/i386/lib/Config
- Infrastructure to handle cpu startup bugs
- irq routing table size check
- split up the i786 microcode updates into their own files
- Enable cpu ECC checking on the Athlons
- More pci_ids
- #defines for the location of the LinuxBIOS checksum
2003-04-09 00:01:11 +00:00
Ronald G. Minnich
59ef11de5e improvements for the real world. 2003-04-08 20:04:45 +00:00
Ronald G. Minnich
7f4c4ca875 simple test program for assign IRQs 2003-04-07 19:53:03 +00:00
Ronald G. Minnich
aa3f0a8485 fixes ... 2003-03-28 03:29:43 +00:00
Andrew Ip
38f6dc2cbb added support on enabling/disabling specific devices by Alexander Amelkin <spirit@reactor.ru> 2003-03-20 13:48:28 +00:00
Ronald G. Minnich
04a1fb2b01 fix bank error message, use rbank not bank. 2003-03-14 23:27:56 +00:00
Andrew Ip
43711841bd provided by Mark Wilkinson 2003-03-14 04:10:31 +00:00
Ronald G. Minnich
239c97b70b fixed for banks 0x56 and 0x57 2003-03-13 20:02:22 +00:00
Ronald G. Minnich
c1328a341d make fallback size a symbolic constant 2003-03-13 16:55:22 +00:00
Steven James
4b5164fdfa Status update for Clearwater 2003-03-02 11:51:44 +00:00
Steven James
30d3bae978 Quick fix to rom size, new mptable to get slot 1 working 2003-03-02 11:49:48 +00:00