diff options
Diffstat (limited to 'sim/bfin/machs.c')
-rw-r--r-- | sim/bfin/machs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/bfin/machs.c b/sim/bfin/machs.c index 0c6e6f3..4a012bf 100644 --- a/sim/bfin/machs.c +++ b/sim/bfin/machs.c @@ -902,6 +902,7 @@ static const struct bfrom bf51x_roms[] = }; static const struct bfrom bf526_roms[] = { + BFROM (526, 2, 0x1000000), BFROM (526, 1, 0x1000000), BFROM (526, 0, 0x1000000), BFROM_STUB, @@ -943,9 +944,11 @@ static const struct bfrom bf538_roms[] = }; static const struct bfrom bf54x_roms[] = { + BFROM (54x, 4, 0), BFROM (54x, 2, 0), BFROM (54x, 1, 0), BFROM (54x, 0, 0), + BFROMA (0xffa14000, 54x_l1, 4, 0), BFROMA (0xffa14000, 54x_l1, 2, 0), BFROMA (0xffa14000, 54x_l1, 1, 0), BFROMA (0xffa14000, 54x_l1, 0, 0), |