Add some chipset doc links
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
		
							parent
							
								
									6a8a280364
								
							
						
					
					
						commit
						930f3fe11f
					
				@ -39,6 +39,15 @@ do { printf("APB: " fmt , ## __VA_ARGS__); } while (0)
 | 
				
			|||||||
#define APB_DPRINTF(fmt, ...)
 | 
					#define APB_DPRINTF(fmt, ...)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * Chipset docs:
 | 
				
			||||||
 | 
					 * PBM: "UltraSPARC IIi User's Manual",
 | 
				
			||||||
 | 
					 * http://www.sun.com/processors/manuals/805-0087.pdf
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * APB: "Advanced PCI Bridge (APB) User's Manual",
 | 
				
			||||||
 | 
					 * http://www.sun.com/processors/manuals/805-1251.pdf
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef target_phys_addr_t pci_addr_t;
 | 
					typedef target_phys_addr_t pci_addr_t;
 | 
				
			||||||
#include "pci_host.h"
 | 
					#include "pci_host.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -41,6 +41,14 @@
 | 
				
			|||||||
 * alarm and a watchdog timer and related control registers. In the
 | 
					 * alarm and a watchdog timer and related control registers. In the
 | 
				
			||||||
 * PPC platform there is also a nvram lock function.
 | 
					 * 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 {
 | 
					struct m48t59_t {
 | 
				
			||||||
    /* Model parameters */
 | 
					    /* Model parameters */
 | 
				
			||||||
    uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59
 | 
					    uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user