started m5484 LITEKIT port

This commit is contained in:
Markus Fröschle
2013-10-28 11:07:55 +00:00
parent fb1d9927ef
commit e0457d624e
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _FIREBEE_H_
#define _FIREBEE_H_
#define BOOTFLASH_BASE_ADDRESS 0xE0000000
#define BOOTFLASH_SIZE 0x800000
#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1)
#endif /* _FIREBEE_H_ */

8
BaS_gcc/include/m5484l.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _M5484L_H_
#define _M5484L_H_
#define BOOTFLASH_BASE_ADDRESS 0xE0000000
#define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4Mb flash */
#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1)
#endif /* _M5484L_H_ */