mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Stellaris ethernet support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3728 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e57ec0168c
commit
eea589cc22
5 changed files with 371 additions and 4 deletions
|
@ -14,7 +14,9 @@
|
|||
#include "qemu-timer.h"
|
||||
#include "arm-misc.h"
|
||||
|
||||
#define GIC_NIRQ 64
|
||||
/* 32 internal lines (16 used for system exceptions) plus 64 external
|
||||
interrupt lines. */
|
||||
#define GIC_NIRQ 96
|
||||
#define NCPU 1
|
||||
#define NVIC 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue