diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-11 05:23:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-11 05:23:26 +0000 |
commit | e10d6db33de978b0c64df4b8952fa590063581de (patch) | |
tree | 9aac577c4bcbd8fd67624333840486b6a2ccc5aa /sim/bfin/ChangeLog | |
parent | 8aacdaf48d5a39aaf986849e8396446363671ac0 (diff) | |
download | gdb-e10d6db33de978b0c64df4b8952fa590063581de.zip gdb-e10d6db33de978b0c64df4b8952fa590063581de.tar.gz gdb-e10d6db33de978b0c64df4b8952fa590063581de.tar.bz2 |
sim: bfin: respect the port level on signals to the SIC
The SIC latches ints from peripherals to the CEC, but the peripherals
need to be able to tell the SIC when to stop. So use the incoming level
to figure out when to set the int bits and when to clear it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/ChangeLog')
-rw-r--r-- | sim/bfin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index b90ed6d..d20ae6b 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,5 +1,12 @@ 2011-04-11 Mike Frysinger <vapier@gentoo.org> + * dv-bfin_sic.c (bfin_sic_port_event): New helper function. + (bfin_sic_52x_port_event, bfin_sic_537_port_event, + bfin_sic_54x_port_event, bfin_sic_561_port_event): Include level + in the trace output, and call the new bfin_sic_port_event func. + +2011-04-11 Mike Frysinger <vapier@gentoo.org> + * dv-bfin_gpio.c (bfin_gpio_ports): Add p15. 2011-04-01 Mike Frysinger <vapier@gentoo.org> |