+2011-05-25 Mike Frysinger <vapier@gentoo.org>
+
+ * machs.c (bf526_roms): Add a region with rev of 2.
+ (bf54x_roms): Add regions with rev of 4.
+ * bfroms/all.h: Include new bf526-0.2.h, bf54x-0.4.h, and
+ bf54x_l1-0.4.h headers.
+ * bfroms/bf526-0.2.h, bfroms/bf54x-0.4.h, bfroms/bf54x_l1-0.4.h:
+ New header files.
+
2011-05-14 Mike Frysinger <vapier@gentoo.org>
* bfin-sim.c (decode_PushPopReg_0): Delete (grp == 1 && reg == 6)
#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"
#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"
};
static const struct bfrom bf526_roms[] =
{
+ BFROM (526, 2, 0x1000000),
BFROM (526, 1, 0x1000000),
BFROM (526, 0, 0x1000000),
BFROM_STUB,
};
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),