mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add support for DoC Millennium Plus
This commit is contained in:
parent
ef1b01fd03
commit
f1153faf75
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@
|
||||||
#define DOC_STACK_SEG 0x0400
|
#define DOC_STACK_SEG 0x0400
|
||||||
#define SPL_RAM_SEG 0x8000
|
#define SPL_RAM_SEG 0x8000
|
||||||
|
|
||||||
#define DOC_SPL_START_BLK 2 /* 0,1 for IPL */
|
#ifdef USE_DOC_MIL_PLUS
|
||||||
|
#define DOC_SPL_START_BLK 4 /* 0-3 for IPL (each of 1KB size) */
|
||||||
|
#else
|
||||||
|
#define DOC_SPL_START_BLK 2 /* 0,1 for IPL (each of 512B size) */
|
||||||
|
#endif
|
||||||
|
|
||||||
#define DOC_SPL_SIZE_IN_PAGE 126 /* 1 page = 512 bytes, total 63kB */
|
#define DOC_SPL_SIZE_IN_PAGE 126 /* 1 page = 512 bytes, total 63kB */
|
||||||
|
|
||||||
#define RET_LABEL(label) \
|
#define RET_LABEL(label) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue