projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a1a8e
)
malta: Fix display for LED array
author
Stefan Weil
<sw@weilnetz.de>
Sat, 28 Jan 2012 05:18:19 +0000
(
05:18
+0000)
committer
Stefan Weil
<sw@weilnetz.de>
Thu, 15 Mar 2012 19:55:45 +0000
(20:55 +0100)
The 8-LED array was already implemented in the first commit to Malta,
but this implementation was incomplete.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
hw/mips_malta.c
patch
|
blob
|
history
diff --git
a/hw/mips_malta.c
b/hw/mips_malta.c
index d8c8c35bd9a794d899257650ef8fbb79f4a1d51f..4752bb286551e35fd7b10ce74ffdf7e42712137d 100644
(file)
--- a/
hw/mips_malta.c
+++ b/
hw/mips_malta.c
@@
-338,9
+338,9
@@
static void malta_fpga_write(void *opaque, target_phys_addr_t addr,
break;
/* LEDBAR Register */
- /* XXX: implement a 8-LED array */
case 0x00408:
s->leds = val & 0xff;
+ malta_fpga_update_display(s);
break;
/* ASCIIWORD Register */