mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Add some chipset doc links
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
6a8a280364
commit
930f3fe11f
2 changed files with 17 additions and 0 deletions
|
@ -41,6 +41,14 @@
|
|||
* alarm and a watchdog timer and related control registers. In the
|
||||
* PPC platform there is also a nvram lock function.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Chipset docs:
|
||||
* http://www.st.com/stonline/products/literature/ds/2410/m48t02.pdf
|
||||
* http://www.st.com/stonline/products/literature/ds/2411/m48t08.pdf
|
||||
* http://www.st.com/stonline/products/literature/od/7001/m48t59y.pdf
|
||||
*/
|
||||
|
||||
struct m48t59_t {
|
||||
/* Model parameters */
|
||||
uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue