6ae2ac3739add support for AMD Serenade mainboard, why we have phantom devices here?
Li-Ta Lo
2004-06-15 23:37:34 +00:00
9b1a2ff96fcode reformat, is the pirq table correct?
Li-Ta Lo
2004-06-15 03:00:35 +00:00
0b607b39basimplify pirq handling. Only apply consistency fixes on the copied version of the pirq table.
Stefan Reinauer
2004-06-07 10:25:42 +00:00
ab8ff84402Add extra phase before memory init. Rename sdram_init to memory_init NOTE: need to test sandpoint and ep boards!
Greg Watson
2004-06-05 14:54:46 +00:00
8ce104f487memory and pci up!
Greg Watson
2004-06-05 14:36:23 +00:00
515f6b68a0disable noop usb drivers. remove warnings
Stefan Reinauer
2004-06-03 07:57:12 +00:00
2c83b27c91brush up language, unify terms, correct some urls.
Stefan Reinauer
2004-06-02 11:25:31 +00:00
5a78bd03a6- Don't confuse return statements with conditional branches
Eric Biederman
2004-05-29 21:26:03 +00:00
bb20a72163This will never happen unless the code is buggy (in which case it's easy to reenable debugging output).
Stefan Reinauer
2004-05-28 15:10:04 +00:00
34e3a146a9console code cleanup. - drop srm console code (not supported anyways) - make internal uart8250 console functions static - split vsprintf.c into vsprintf.c and vtxprintf.c
Stefan Reinauer
2004-05-28 15:07:03 +00:00
319d6730e9add some debugging
Stefan Reinauer
2004-05-28 14:55:28 +00:00
d67e76568a- Added volatile to asm statements in auto.c and failover.c - Updated the romcc version in Config.lb - Fixed type sizes in romcc_io.h and io.h inl() returning a byte was nasty
Eric Biederman
2004-05-28 14:18:45 +00:00
9008960339- Upgrade to romcc version 0.63 This includes more test cases Lots of small bug fixes A built in C preprocessor Initial support for not inlining everything __attribute__((noinline)) works Better command line options and help Constants arrays can be read at compile time Asm statements that are not volatile will now be removed when their outputs go unused Loads and stores that are not volatile will be removed when their values go unused The number of FIXMES in the code is finally starting to go down.
Eric Biederman
2004-05-28 14:11:54 +00:00
7664d1cb87Default and maximum loglevels were too high, fixed.
David W. Hendricks
2004-05-27 21:17:13 +00:00
6f52a90ad3Fixed a silly typo :)
David W. Hendricks
2004-05-27 21:10:47 +00:00
d5994ce9c1fix build. :( sorry, forgot to commit this one.
Stefan Reinauer
2004-05-27 13:54:38 +00:00
76712933a0gcc uses slightly different syntax
Stefan Reinauer
2004-05-27 11:13:24 +00:00
4bfb1f6ce0cosmetics
Stefan Reinauer
2004-05-27 11:09:14 +00:00
018dc9d48eSample configuration for Iwill DK8S2
David W. Hendricks
2004-05-26 21:40:24 +00:00
bb8602b6eaGPIO2 and GPIO3 support for HF part.
David W. Hendricks
2004-05-26 19:18:21 +00:00
994048f241Sample config for Iwill DK8S2 dual Opteron mainboard
David W. Hendricks
2004-05-26 17:29:59 +00:00
58133c29feEarly work on IWill DK8S2 motherboard. Tweaking in progress.
David W. Hendricks
2004-05-26 17:21:02 +00:00
36a74b0c18cleanup
Stefan Reinauer
2004-05-26 15:54:41 +00:00
38ffff0d72move arch/<arch>/config to arch/<arch>/init
Stefan Reinauer
2004-05-26 15:43:27 +00:00
e891783e5findent (left in tree since last indent action)
Stefan Reinauer
2004-05-26 15:27:43 +00:00
9220f91f9cminor reformat
Li-Ta Lo
2004-05-24 19:48:13 +00:00
9da7ff91f5added AGP support for AMD K8
Li-Ta Lo
2004-05-24 19:04:47 +00:00
7b095aa1d9minor reformat
Li-Ta Lo
2004-05-24 17:35:52 +00:00
c8ccf8ac0aDefinition fixed by Ollie
David W. Hendricks
2004-05-24 17:14:21 +00:00
2e6d1c9fe0refactored k8_cpufixup, added IORR support for AGP aperture
Li-Ta Lo
2004-05-14 17:28:47 +00:00
d34b943d36refactored mcf3_set_resources
Li-Ta Lo
2004-05-14 17:23:26 +00:00
54f05f6c5cuse #define macro for pci class ids
Li-Ta Lo
2004-05-14 17:20:29 +00:00
13318d9feacode reformat, remove BY YHL comment
Li-Ta Lo
2004-05-13 20:41:49 +00:00
b7ae8cf8a3don't enable VGA/ISA here, it is done in device.c:allocate_vga_resource
Li-Ta Lo
2004-05-13 20:40:12 +00:00
6a8745ae57code reformat
Li-Ta Lo
2004-05-13 20:39:07 +00:00
5002af6a18seperate font file from btext_console.c
Li-Ta Lo
2004-05-13 20:37:02 +00:00
97027fbedeadd comment and new config file
Ronald G. Minnich
2004-05-13 20:08:45 +00:00
9e17d4f2e2back out immature amd8111_enable stuff
Li-Ta Lo
2004-05-13 16:49:53 +00:00
fd3f2d7945remove unused l2 cache configure, if we really need it some time in the furutre, it should be in cpu specific fixup code
Li-Ta Lo
2004-05-12 16:34:46 +00:00
a60bf67b32fixed minor bug in APG bridge code. Use AGP_APERTURE_SIZE instead of IOMMU_APERTURE_SIZE
Li-Ta Lo
2004-05-10 19:33:27 +00:00
9f0d0f9669rename walk_static_devices
Li-Ta Lo
2004-05-10 16:05:16 +00:00
75337f7500code reformat, fixed a bug in set/unset logical operation
Li-Ta Lo
2004-05-07 21:56:48 +00:00
89666e4893change walk_static_devices() to scan_static_bus()
Li-Ta Lo
2004-05-07 21:54:23 +00:00
fb4c50f695code reformat, doxidization
Li-Ta Lo
2004-05-07 21:52:47 +00:00
3bb314725areplace up,across,down with ltd0,ldt1, ldt2 Although it is not used currently, misuse of terminolog is still a misuse.
Li-Ta Lo
2004-05-06 21:39:39 +00:00
9782f7538ccode refromat, doxidization
Li-Ta Lo
2004-05-05 21:15:42 +00:00
7ccff4ea0cDisable AMD8111 USB2 and remove hard code addr in amd8111 IDE
Yinghai Lu
2004-05-05 18:03:42 +00:00
52f851dd1dput extern keyword in front of declaration, make the compiler do it job
Li-Ta Lo
2004-04-30 23:11:23 +00:00
d16753be86chaged chip_device_path::enable to chip_device_path::enabled, again, I am the only one who can't speak English.
Li-Ta Lo
2004-04-29 20:30:02 +00:00
69c5a905edchanged dev->enable to dev->enabled. Sorry, I am the only one who can't speak English in the project.
Li-Ta Lo
2004-04-29 20:08:54 +00:00
fcdd571aeecorrected irq and mp table according to new bus enumeration
Li-Ta Lo
2004-04-28 18:49:24 +00:00
500497fc34indent
Stefan Reinauer
2004-04-28 08:08:06 +00:00
97c4947ec9Changes for btext and etherboot and filo merge support
Yinghai Lu
2004-04-28 05:37:36 +00:00
48d11d557fFixed the device on bus 0 problem for IBM/E325. The structure mainboard_ibm_e325_control is not actually defined in the mainboard.c. It was only declared in chip.h. Why gcc did not tell me this mistake and why gcc does not complain about define a structure twice ?
Li-Ta Lo
2004-04-27 17:00:40 +00:00
5782d273ebcheck in the current code for IBM/E325, can somebody help to fix it ?
Li-Ta Lo
2004-04-26 17:51:20 +00:00
1e1a34fdd1comment out scsi controller init in s2880 mainboard
Ronald G. Minnich
2004-04-26 17:43:30 +00:00
b6ce3ec68cindent files to reduce the noise in further diffs.
Stefan Reinauer
2004-04-24 23:25:56 +00:00
234454d900add missing include files for btext console. add YhLu's fixes to ragexl code
Stefan Reinauer
2004-04-24 23:10:51 +00:00
2ab88d1179Major merge of YhLu's code from 2004/04/20: add s2875, various other updates, cleanups. Drop "driver" code from mainboard directories and use them from the driver directory instead
Stefan Reinauer
2004-04-24 23:01:33 +00:00
f05dcb8d7aAdd btext console (from YhLu)
Stefan Reinauer
2004-04-24 22:29:44 +00:00
8581ac215dDon't optimize link read pointers for UP systems (from YhLu)
Stefan Reinauer
2004-04-24 22:26:19 +00:00
7e20f402e8Commit YhLu's SATA code
Stefan Reinauer
2004-04-24 22:10:06 +00:00
6500af4172commit YhLu's intel nic code
Stefan Reinauer
2004-04-24 22:09:38 +00:00
09e7b45b99commit YhLu's tg3 code
Stefan Reinauer
2004-04-24 22:09:12 +00:00
f898d889b6commit adaptec driver
Stefan Reinauer
2004-04-24 22:08:50 +00:00