From dfb61fb66f2df32de3597c140f24f8caa53f8766 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 25 May 2011 12:35:05 +0000 Subject: sim: bfin: add bf526-0.2/bf54x-0.4 rom regions Add regions for the on-chip roms on some newer Blackfin parts. Signed-off-by: Mike Frysinger --- sim/bfin/bfroms/all.h | 3 +++ sim/bfin/bfroms/bf526-0.2.h | 4 ++++ sim/bfin/bfroms/bf54x-0.4.h | 4 ++++ sim/bfin/bfroms/bf54x_l1-0.4.h | 4 ++++ 4 files changed, 15 insertions(+) create mode 100644 sim/bfin/bfroms/bf526-0.2.h create mode 100644 sim/bfin/bfroms/bf54x-0.4.h create mode 100644 sim/bfin/bfroms/bf54x_l1-0.4.h (limited to 'sim/bfin/bfroms') diff --git a/sim/bfin/bfroms/all.h b/sim/bfin/bfroms/all.h index 1b562d9..00c23cf 100644 --- a/sim/bfin/bfroms/all.h +++ b/sim/bfin/bfroms/all.h @@ -6,6 +6,7 @@ #include "bf526-0.0.h" #include "bf526-0.1.h" +#include "bf526-0.2.h" #include "bf527-0.0.h" #include "bf527-0.1.h" #include "bf527-0.2.h" @@ -32,9 +33,11 @@ #include "bf54x-0.0.h" #include "bf54x-0.1.h" #include "bf54x-0.2.h" +#include "bf54x-0.4.h" #include "bf54x_l1-0.0.h" #include "bf54x_l1-0.1.h" #include "bf54x_l1-0.2.h" +#include "bf54x_l1-0.4.h" #include "bf561-0.5.h" diff --git a/sim/bfin/bfroms/bf526-0.2.h b/sim/bfin/bfroms/bf526-0.2.h new file mode 100644 index 0000000..5315b62 --- /dev/null +++ b/sim/bfin/bfroms/bf526-0.2.h @@ -0,0 +1,4 @@ +/* DO NOT EDIT: Autogenerated. */ +static const char bfrom_bf526_0_2[] = +{ +}; diff --git a/sim/bfin/bfroms/bf54x-0.4.h b/sim/bfin/bfroms/bf54x-0.4.h new file mode 100644 index 0000000..e1f38ff --- /dev/null +++ b/sim/bfin/bfroms/bf54x-0.4.h @@ -0,0 +1,4 @@ +/* DO NOT EDIT: Autogenerated. */ +static const char bfrom_bf54x_0_4[] = +{ +}; diff --git a/sim/bfin/bfroms/bf54x_l1-0.4.h b/sim/bfin/bfroms/bf54x_l1-0.4.h new file mode 100644 index 0000000..eabc65b --- /dev/null +++ b/sim/bfin/bfroms/bf54x_l1-0.4.h @@ -0,0 +1,4 @@ +/* DO NOT EDIT: Autogenerated. */ +static const char bfrom_bf54x_l1_0_4[] = +{ +}; -- cgit v1.1