Statistics
| Branch: | Revision:

root / hw / milkymist-pfpu.c @ a0f42610

History | View | Annotate | Download (14.1 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 <>

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

milkymist-pfpu: convert to memory API

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

6daf194d 06/24/2011 11:13 am Markus Armbruster

Strip trailing '\n' from error_report()'s first argument

error_report() prepends location, and appends a newline. The message
constructed from the arguments should not contain a newline. Fix the
obvious offenders.

Signed-off-by: Markus Armbruster <>...

7f7454ec 04/13/2011 03:41 pm Anthony Liguori

lm32: fix build breakage due to uninitialized variable 'r'

gcc 4.5.2 correctly complains that r is potentially uninitialized in this
function.

Signed-off-by: Anthony Liguori <>

5ee18b9c 04/04/2011 11:26 am Michael Walle

lm32: add Milkymist PFPU support

This patch adds support for Milkymist's Programmable FPU.

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