diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 06:13:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 06:13:06 +0000 |
commit | 050396e533308f4d1c6ed55105a81eff1f402b9f (patch) | |
tree | d1d82eda34bf9c33bedadf6fb1e39a11033a1657 /sim/bfin/configure | |
parent | 07c5891d6c3870428a93b48b19b81d9ae5482059 (diff) | |
download | gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.zip gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.gz gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.bz2 |
sim: bfin: new PINT model
Newer BF54x parts feature an updated GPIO block where all the interrupt
handling is split off, so create a new model for the pin interrupts.
This is missing the port forwarding aspects, but at least the register
interface should be there.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/configure')
-rwxr-xr-x | sim/bfin/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/bfin/configure b/sim/bfin/configure index 3aadc21..286cda8 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -5376,6 +5376,7 @@ hardware="$hardware \ bfin_nfc \ bfin_otp \ bfin_pfmon \ + bfin_pint \ bfin_pll \ bfin_ppi \ bfin_rtc \ |