mirror of
https://github.com/drasko/codezero.git
synced 2026-03-11 14:53:16 +01:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
@@ -52,4 +52,8 @@
|
||||
#define IRQ_KEYBOARD0 (SIC_IRQ_KEYBOARD + SIC_CHIP_OFFSET)
|
||||
#define IRQ_MOUSE0 (SIC_IRQ_MOUSE + SIC_CHIP_OFFSET)
|
||||
|
||||
/* Range of IRQ numbers used by this platform */
|
||||
#define IRQ_RANGE_START 0
|
||||
#define IRQ_RANGE_END 63
|
||||
|
||||
#endif /* __PLATFORM_IRQ_H__ */
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#define PLATFORM_UART2_BASE 0x101F3000 /* Console port (UART2) */
|
||||
#define PLATFORM_UART3_BASE 0x10009000 /* Console port (UART3) */
|
||||
#define PLATFORM_CLCD0_BASE 0x10120000 /* Color LCD */
|
||||
|
||||
#define PLATFORM_SYSREGS_SIZE 0x01000000 /* Portion allocated for sysregs */
|
||||
/*
|
||||
* Device offsets in virtual memory. They offset to some virtual
|
||||
* device base address. Each page on this virtual base is consecutively
|
||||
|
||||
Reference in New Issue
Block a user