Statistics
| Branch: | Revision:

root / hw / milkymist-sysctl.c @ a0f42610

History | View | Annotate | Download (8.4 kB)

# Date Author Comment
750ecd44 11/28/2011 03:38 pm Avi Kivity

sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()

Signed-off-by: Avi Kivity <>

dfa87ccf 10/02/2011 05:14 pm Michael Walle

milkymist-sysctl: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

dd3d6775 06/24/2011 11:13 am Markus Armbruster

Spell "unkown" correctly in error_report() arguments

Signed-off-by: Markus Armbruster <>
Signed-off-by: Stefan Hajnoczi <>

f3172a0e 05/03/2011 11:48 am Michael Walle

milkymist-sysctl: fix timers

Prevent timers from firing right after starting.

Signed-off-by: Michael Walle <>
Signed-off-by: Edgar E. Iglesias <>

96832424 04/04/2011 11:26 am Michael Walle

lm32: add Milkymist System Controller support

This patch adds support for Milkymist's System Controller core. The model
has the following features:
- support for shutting down and restarting the board
- provide two timers and GPIO
- provide registers for system identification and reading the boards...