- 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
This commit is contained in:
parent
5bcc3e0242
commit
b07648f6b1
83 changed files with 5260 additions and 210 deletions
19
src/include/southbridge/amd/amd768.h
Normal file
19
src/include/southbridge/amd/amd768.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef AMD768_H
|
||||
#define AMD768_H
|
||||
|
||||
void amd768_disable_watchdog(void);
|
||||
void amd768_enable_ioapic(void);
|
||||
void amd768_enable_port92_reset(void);
|
||||
void amd768_mouse_sends_irq12(void);
|
||||
void amd768_enable_serial_irqs(int continuous, unsigned frames, unsigned startclocks);
|
||||
void amd768_cpu_reset_sends_init(void);
|
||||
#define DECODE_STPGNT_ADDR 0
|
||||
#define DECODE_STPGNT_DATA 1
|
||||
void amd768_decode_stop_grant(unsigned how);
|
||||
void amd768_set_pm_classcode(void);
|
||||
void amd768_usb_setup(void);
|
||||
void amd768_power_after_power_fail(int on);
|
||||
void amd768_posted_memory_write_enable(void);
|
||||
void amd768_hard_reset(void);
|
||||
void amd768_enable_ide(int enable_a, int enable_b);
|
||||
#endif /* AMD768_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue