mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Mainstone re-org, by Armin Kuster.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3758 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d2c38b24d1
commit
7233b35557
4 changed files with 290 additions and 241 deletions
25
hw/mainstone.h
Normal file
25
hw/mainstone.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* PXA270-based Intel Mainstone platforms.
|
||||
*
|
||||
* Copyright (c) 2007 by Armin Kuster <akuster@kama-aina.net> or
|
||||
* <akuster@mvista.com>
|
||||
*
|
||||
* This code is licensed under the GNU GPL v2.
|
||||
*/
|
||||
|
||||
#ifndef __MAINSTONE_H__
|
||||
#define __MAINSTONE_H__
|
||||
|
||||
/* Device addresses */
|
||||
#define MST_FPGA_PHYS 0x08000000
|
||||
#define MST_ETH_PHYS 0x10000300
|
||||
#define MST_FLASH_0 0x00000000
|
||||
#define MST_FLASH_1 0x04000000
|
||||
|
||||
/* IRQ definitions */
|
||||
#define ETHERNET_IRQ 3
|
||||
|
||||
extern qemu_irq
|
||||
*mst_irq_init(struct pxa2xx_state_s *cpu, uint32_t base, int irq);
|
||||
|
||||
#endif /* __MAINSTONE_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue