RPXsuper.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. #ifndef __CONFIG_H
  2. #define __CONFIG_H
  3. /*****************************************************************************
  4. *
  5. * These settings must match the way _your_ board is set up
  6. *
  7. *****************************************************************************/
  8. /* for the AY-Revision which does not use the HRCW */
  9. #define CONFIG_SYS_DEFAULT_IMMR 0x00010000
  10. /* What is the oscillator's (UX2) frequency in Hz? */
  11. #define CONFIG_8260_CLKIN (66 * 1000 * 1000)
  12. /* How is switch S2 set? We really only want the MODCK[1-3] bits, so
  13. * only the 3 least significant bits are important.
  14. */
  15. #define CONFIG_SYS_SBC_S2 0x04
  16. /* What should MODCK_H be? It is dependent on the oscillator
  17. * frequency, MODCK[1-3], and desired CPM and core frequencies.
  18. * Some example values (all frequencies are in MHz):
  19. *
  20. * MODCK_H MODCK[1-3] Osc CPM Core
  21. * 0x2 0x2 33 133 133
  22. * 0x2 0x4 33 133 200
  23. * 0x5 0x5 66 133 133
  24. * 0x5 0x7 66 133 200
  25. */
  26. #define CONFIG_SYS_SBC_MODCK_H 0x06
  27. #define CONFIG_SYS_SBC_BOOT_LOW 1 /* only for HRCW */
  28. #undef CONFIG_SYS_SBC_BOOT_LOW
  29. /* What should the base address of the main FLASH be and how big is
  30. * it (in MBytes)? This must contain TEXT_BASE from board/sbc8260/config.mk
  31. * The main FLASH is whichever is connected to *CS0. U-Boot expects
  32. * this to be the SIMM.
  33. */
  34. #define CONFIG_SYS_FLASH0_BASE 0x80000000
  35. #define CONFIG_SYS_FLASH0_SIZE 16
  36. /* What should the base address of the secondary FLASH be and how big
  37. * is it (in Mbytes)? The secondary FLASH is whichever is connected
  38. * to *CS6. U-Boot expects this to be the on board FLASH. If you don't
  39. * want it enabled, don't define these constants.
  40. */
  41. #define CONFIG_SYS_FLASH1_BASE 0
  42. #define CONFIG_SYS_FLASH1_SIZE 0
  43. #undef CONFIG_SYS_FLASH1_BASE
  44. #undef CONFIG_SYS_FLASH1_SIZE
  45. /* What should be the base address of SDRAM DIMM and how big is
  46. * it (in Mbytes)?
  47. */
  48. #define CONFIG_SYS_SDRAM0_BASE 0x00000000
  49. #define CONFIG_SYS_SDRAM0_SIZE 64
  50. /* What should be the base address of SDRAM DIMM and how big is
  51. * it (in Mbytes)?
  52. */
  53. #define CONFIG_SYS_SDRAM1_BASE 0x04000000
  54. #define CONFIG_SYS_SDRAM1_SIZE 32
  55. /* What should be the base address of the LEDs and switch S0?
  56. * If you don't want them enabled, don't define this.
  57. */
  58. #define CONFIG_SYS_LED_BASE 0x00000000
  59. /*
  60. * select serial console configuration
  61. *
  62. * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
  63. * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
  64. * for SCC).
  65. *
  66. * if CONFIG_CONS_NONE is defined, then the serial console routines must
  67. * defined elsewhere.
  68. */
  69. #define CONFIG_CONS_ON_SMC /* define if console on SMC */
  70. #undef CONFIG_CONS_ON_SCC /* define if console on SCC */
  71. #undef CONFIG_CONS_NONE /* define if console on neither */
  72. #define CONFIG_CONS_INDEX 1 /* which SMC/SCC channel for console */
  73. /*
  74. * select ethernet configuration
  75. *
  76. * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
  77. * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
  78. * for FCC)
  79. *
  80. * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
  81. * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset.
  82. */
  83. #undef CONFIG_ETHER_ON_SCC /* define if ethernet on SCC */
  84. #define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */
  85. #undef CONFIG_ETHER_NONE /* define if ethernet on neither */
  86. #define CONFIG_ETHER_INDEX 3 /* which SCC/FCC channel for ethernet */
  87. #if ( CONFIG_ETHER_INDEX == 3 )
  88. /*
  89. * - Rx-CLK is CLK15
  90. * - Tx-CLK is CLK16
  91. * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
  92. * - Enable Half Duplex in FSMR
  93. */
  94. # define CONFIG_SYS_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
  95. # define CONFIG_SYS_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
  96. # define CONFIG_SYS_CPMFCR_RAMTYPE 0
  97. /*#define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB) */
  98. # define CONFIG_SYS_FCC_PSMR 0
  99. #else /* CONFIG_ETHER_INDEX */
  100. # error "on RPX Super ethernet must be FCC3"
  101. #endif /* CONFIG_ETHER_INDEX */
  102. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  103. #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
  104. #define CONFIG_SYS_I2C_SLAVE 0x7F
  105. /* Define this to reserve an entire FLASH sector (256 KB) for
  106. * environment variables. Otherwise, the environment will be
  107. * put in the same sector as U-Boot, and changing variables
  108. * will erase U-Boot temporarily
  109. */
  110. #define CONFIG_ENV_IN_OWN_SECT
  111. /* Define to allow the user to overwrite serial and ethaddr */
  112. #define CONFIG_ENV_OVERWRITE
  113. /* What should the console's baud rate be? */
  114. #define CONFIG_BAUDRATE 115200
  115. /* Ethernet MAC address */
  116. #define CONFIG_ETHADDR 08:00:22:50:70:63
  117. #define CONFIG_IPADDR 192.168.1.99
  118. #define CONFIG_SERVERIP 192.168.1.3
  119. /* Set to a positive value to delay for running BOOTCOMMAND */
  120. #define CONFIG_BOOTDELAY -1
  121. /* undef this to save memory */
  122. #define CONFIG_SYS_LONGHELP
  123. /* Monitor Command Prompt */
  124. #define CONFIG_SYS_PROMPT "=> "
  125. /*
  126. * BOOTP options
  127. */
  128. #define CONFIG_BOOTP_BOOTFILESIZE
  129. #define CONFIG_BOOTP_BOOTPATH
  130. #define CONFIG_BOOTP_GATEWAY
  131. #define CONFIG_BOOTP_HOSTNAME
  132. /*
  133. * Command line configuration.
  134. */
  135. #include <config_cmd_default.h>
  136. #define CONFIG_CMD_IMMAP
  137. #define CONFIG_CMD_ASKENV
  138. #define CONFIG_CMD_I2C
  139. #define CONFIG_CMD_REGINFO
  140. #undef CONFIG_CMD_KGDB
  141. /* Where do the internal registers live? */
  142. #define CONFIG_SYS_IMMR 0xF0000000
  143. /* Where do the on board registers (CS4) live? */
  144. #define CONFIG_SYS_REGS_BASE 0xFA000000
  145. /*****************************************************************************
  146. *
  147. * You should not have to modify any of the following settings
  148. *
  149. *****************************************************************************/
  150. #define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */
  151. #define CONFIG_RPXSUPER 1 /* on an Embedded Planet RPX Super Board */
  152. #define CONFIG_CPM2 1 /* Has a CPM2 */
  153. #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
  154. /*
  155. * Miscellaneous configurable options
  156. */
  157. #if defined(CONFIG_CMD_KGDB)
  158. # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  159. #else
  160. # define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  161. #endif
  162. /* Print Buffer Size */
  163. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16)
  164. #define CONFIG_SYS_MAXARGS 8 /* max number of command args */
  165. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  166. #define CONFIG_SYS_MEMTEST_START 0x04000000 /* memtest works on */
  167. #define CONFIG_SYS_MEMTEST_END 0x06000000 /* 64-96 MB in SDRAM */
  168. #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */
  169. #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
  170. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  171. /* valid baudrates */
  172. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  173. /*
  174. * Low Level Configuration Settings
  175. * (address mappings, register initial values, etc.)
  176. * You should know what you are doing if you make changes here.
  177. */
  178. #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_FLASH0_BASE
  179. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_SDRAM0_BASE
  180. /*-----------------------------------------------------------------------
  181. * Hard Reset Configuration Words
  182. */
  183. #if defined(CONFIG_SYS_SBC_BOOT_LOW)
  184. # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (HRCW_CIP | HRCW_BMS)
  185. #else
  186. # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (0)
  187. #endif /* defined(CONFIG_SYS_SBC_BOOT_LOW) */
  188. /* get the HRCW ISB field from CONFIG_SYS_IMMR */
  189. #define CONFIG_SYS_SBC_HRCW_IMMR ( ((CONFIG_SYS_IMMR & 0x10000000) >> 10) |\
  190. ((CONFIG_SYS_IMMR & 0x01000000) >> 7) |\
  191. ((CONFIG_SYS_IMMR & 0x00100000) >> 4) )
  192. #define CONFIG_SYS_HRCW_MASTER (HRCW_BPS11 |\
  193. HRCW_DPPC11 |\
  194. CONFIG_SYS_SBC_HRCW_IMMR |\
  195. HRCW_MMR00 |\
  196. HRCW_LBPC11 |\
  197. HRCW_APPC10 |\
  198. HRCW_CS10PC00 |\
  199. (CONFIG_SYS_SBC_MODCK_H & HRCW_MODCK_H1111) |\
  200. CONFIG_SYS_SBC_HRCW_BOOT_FLAGS)
  201. /* no slaves */
  202. #define CONFIG_SYS_HRCW_SLAVE1 0
  203. #define CONFIG_SYS_HRCW_SLAVE2 0
  204. #define CONFIG_SYS_HRCW_SLAVE3 0
  205. #define CONFIG_SYS_HRCW_SLAVE4 0
  206. #define CONFIG_SYS_HRCW_SLAVE5 0
  207. #define CONFIG_SYS_HRCW_SLAVE6 0
  208. #define CONFIG_SYS_HRCW_SLAVE7 0
  209. /*-----------------------------------------------------------------------
  210. * Definitions for initial stack pointer and data area (in DPRAM)
  211. */
  212. #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR
  213. #define CONFIG_SYS_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
  214. #define CONFIG_SYS_GBL_DATA_SIZE 128 /* bytes reserved for initial data */
  215. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
  216. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  217. /*-----------------------------------------------------------------------
  218. * Start addresses for the final memory configuration
  219. * (Set up by the startup code)
  220. * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
  221. * Note also that the logic that sets CONFIG_SYS_RAMBOOT is platform dependent.
  222. */
  223. #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH0_BASE + 0x00F00000)
  224. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  225. # define CONFIG_SYS_RAMBOOT
  226. #endif
  227. #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
  228. #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
  229. /*
  230. * For booting Linux, the board info and command line data
  231. * have to be in the first 8 MB of memory, since this is
  232. * the maximum mapped by the Linux kernel during initialization.
  233. */
  234. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  235. /*-----------------------------------------------------------------------
  236. * FLASH and environment organization
  237. */
  238. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
  239. #define CONFIG_SYS_MAX_FLASH_SECT 71 /* max number of sectors on one chip */
  240. #define CONFIG_SYS_FLASH_ERASE_TOUT 8000 /* Timeout for Flash Erase (in ms) */
  241. #define CONFIG_SYS_FLASH_WRITE_TOUT 1 /* Timeout for Flash Write (in ms) */
  242. #ifndef CONFIG_SYS_RAMBOOT
  243. # define CONFIG_ENV_IS_IN_FLASH 1
  244. # ifdef CONFIG_ENV_IN_OWN_SECT
  245. # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + 0x40000)
  246. # define CONFIG_ENV_SECT_SIZE 0x40000
  247. # else
  248. # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN - CONFIG_ENV_SECT_SIZE)
  249. # define CONFIG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
  250. # define CONFIG_ENV_SECT_SIZE 0x10000 /* see README - env sect real size */
  251. # endif /* CONFIG_ENV_IN_OWN_SECT */
  252. #else
  253. # define CONFIG_ENV_IS_IN_NVRAM 1
  254. # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
  255. # define CONFIG_ENV_SIZE 0x200
  256. #endif /* CONFIG_SYS_RAMBOOT */
  257. /*-----------------------------------------------------------------------
  258. * Cache Configuration
  259. */
  260. #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */
  261. #if defined(CONFIG_CMD_KGDB)
  262. # define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
  263. #endif
  264. /*-----------------------------------------------------------------------
  265. * HIDx - Hardware Implementation-dependent Registers 2-11
  266. *-----------------------------------------------------------------------
  267. * HID0 also contains cache control - initially enable both caches and
  268. * invalidate contents, then the final state leaves only the instruction
  269. * cache enabled. Note that Power-On and Hard reset invalidate the caches,
  270. * but Soft reset does not.
  271. *
  272. * HID1 has only read-only information - nothing to set.
  273. */
  274. #define CONFIG_SYS_HID0_INIT (/*HID0_ICE |*/\
  275. /*HID0_DCE |*/\
  276. HID0_ICFI |\
  277. HID0_DCI |\
  278. HID0_IFEM |\
  279. HID0_ABE)
  280. #define CONFIG_SYS_HID0_FINAL (/*HID0_ICE |*/\
  281. HID0_IFEM |\
  282. HID0_ABE |\
  283. HID0_EMCP)
  284. #define CONFIG_SYS_HID2 0
  285. /*-----------------------------------------------------------------------
  286. * RMR - Reset Mode Register
  287. *-----------------------------------------------------------------------
  288. */
  289. #define CONFIG_SYS_RMR 0
  290. /*-----------------------------------------------------------------------
  291. * BCR - Bus Configuration 4-25
  292. *-----------------------------------------------------------------------
  293. */
  294. #define CONFIG_SYS_BCR (BCR_EBM |\
  295. BCR_PLDP |\
  296. BCR_EAV |\
  297. BCR_NPQM0)
  298. /*-----------------------------------------------------------------------
  299. * SIUMCR - SIU Module Configuration 4-31
  300. *-----------------------------------------------------------------------
  301. */
  302. #define CONFIG_SYS_SIUMCR (SIUMCR_L2CPC01 |\
  303. SIUMCR_APPC10 |\
  304. SIUMCR_CS10PC01)
  305. /*-----------------------------------------------------------------------
  306. * SYPCR - System Protection Control 11-9
  307. * SYPCR can only be written once after reset!
  308. *-----------------------------------------------------------------------
  309. * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable
  310. */
  311. #define CONFIG_SYS_SYPCR (SYPCR_SWTC |\
  312. SYPCR_BMT |\
  313. SYPCR_PBME |\
  314. SYPCR_LBME |\
  315. SYPCR_SWRI |\
  316. SYPCR_SWP)
  317. /*-----------------------------------------------------------------------
  318. * TMCNTSC - Time Counter Status and Control 4-40
  319. *-----------------------------------------------------------------------
  320. * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
  321. * and enable Time Counter
  322. */
  323. #define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC |\
  324. TMCNTSC_ALR |\
  325. TMCNTSC_TCF |\
  326. TMCNTSC_TCE)
  327. /*-----------------------------------------------------------------------
  328. * PISCR - Periodic Interrupt Status and Control 4-42
  329. *-----------------------------------------------------------------------
  330. * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
  331. * Periodic timer
  332. */
  333. #define CONFIG_SYS_PISCR (PISCR_PS |\
  334. PISCR_PTF |\
  335. PISCR_PTE)
  336. /*-----------------------------------------------------------------------
  337. * SCCR - System Clock Control 9-8
  338. *-----------------------------------------------------------------------
  339. */
  340. #define CONFIG_SYS_SCCR (SCCR_DFBRG01)
  341. /*-----------------------------------------------------------------------
  342. * RCCR - RISC Controller Configuration 13-7
  343. *-----------------------------------------------------------------------
  344. */
  345. #define CONFIG_SYS_RCCR 0
  346. /*
  347. * Init Memory Controller:
  348. *
  349. * Bank Bus Machine PortSz Device
  350. * ---- --- ------- ------ ------
  351. * 0 60x GPCM 64 bit FLASH (BGA - 16MB AMD AM29DL323DB90)
  352. * 1 60x SDRAM 64 bit SDRAM (BGA - 64MB Hitachi HM5225325FBP-B60)
  353. * 2 Local SDRAM 32 bit SDRAM (BGA - 32MB Hitachi HM5225325FBP-B60)
  354. * 3 unused
  355. * 4 60x GPCM 8 bit Board Regs, LEDs, switches
  356. * 5 unused
  357. * 6 unused
  358. * 7 unused
  359. * 8 PCMCIA
  360. * 9 unused
  361. * 10 unused
  362. * 11 unused
  363. */
  364. /* Bank 0 - FLASH
  365. *
  366. */
  367. #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH0_BASE & BRx_BA_MSK) |\
  368. BRx_PS_64 |\
  369. BRx_DECC_NONE |\
  370. BRx_MS_GPCM_P |\
  371. BRx_V)
  372. #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH0_SIZE) |\
  373. ORxG_CSNT |\
  374. ORxG_ACS_DIV1 |\
  375. ORxG_SCY_6_CLK |\
  376. ORxG_EHTR)
  377. /* Bank 1 - SDRAM
  378. *
  379. */
  380. #define CONFIG_SYS_BR1_PRELIM ((CONFIG_SYS_SDRAM0_BASE & BRx_BA_MSK) |\
  381. BRx_PS_64 |\
  382. BRx_MS_SDRAM_P |\
  383. BRx_V)
  384. #define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM0_SIZE) |\
  385. ORxS_BPD_4 |\
  386. ORxS_ROWST_PBI0_A8 |\
  387. ORxS_NUMR_12 |\
  388. ORxS_IBID)
  389. #define CONFIG_SYS_PSDMR 0x014DA412
  390. #define CONFIG_SYS_PSRT 0x79
  391. /* Bank 2 - SDRAM
  392. *
  393. */
  394. #define CONFIG_SYS_BR2_PRELIM ((CONFIG_SYS_SDRAM1_BASE & BRx_BA_MSK) |\
  395. BRx_PS_32 |\
  396. BRx_MS_SDRAM_L |\
  397. BRx_V)
  398. #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM1_SIZE) |\
  399. ORxS_BPD_4 |\
  400. ORxS_ROWST_PBI0_A9 |\
  401. ORxS_NUMR_12)
  402. #define CONFIG_SYS_LSDMR 0x0169A512
  403. #define CONFIG_SYS_LSRT 0x79
  404. #define CONFIG_SYS_MPTPR (0x0800 & MPTPR_PTP_MSK)
  405. /* Bank 4 - On board registers
  406. *
  407. */
  408. #define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_REGS_BASE & BRx_BA_MSK) |\
  409. BRx_PS_8 |\
  410. BRx_MS_GPCM_P |\
  411. BRx_V)
  412. #define CONFIG_SYS_OR4_PRELIM (ORxG_AM_MSK |\
  413. ORxG_CSNT |\
  414. ORxG_ACS_DIV1 |\
  415. ORxG_SCY_5_CLK |\
  416. ORxG_TRLX)
  417. /*
  418. * Internal Definitions
  419. *
  420. * Boot Flags
  421. */
  422. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
  423. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  424. #endif /* __CONFIG_H */