Skip to content

Commit

Permalink
target/xtensa: switch dc232b to libisa
Browse files Browse the repository at this point in the history
Autogenerated xtensa-modules.c is added by the import_core.sh script.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
jcmvbkbc committed Dec 19, 2017
1 parent 2557c3a commit 845a2f5
Show file tree
Hide file tree
Showing 2 changed files with 14,109 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/xtensa/core-dc232b.c
Expand Up @@ -34,6 +34,9 @@
#include "core-dc232b/core-isa.h"
#include "overlay_tool.h"

#define xtensa_modules xtensa_modules_dc232b
#include "core-dc232b/xtensa-modules.c"

static XtensaConfig dc232b __attribute__((unused)) = {
.name = "dc232b",
.gdb_regmap = {
Expand All @@ -43,6 +46,7 @@ static XtensaConfig dc232b __attribute__((unused)) = {
#include "core-dc232b/gdb-config.c"
}
},
.isa_internal = &xtensa_modules,
.clock_freq_khz = 10000,
DEFAULT_SECTIONS
};
Expand Down

0 comments on commit 845a2f5

Please sign in to comment.