Statistics
| Branch: | Revision:

root / hw / milkymist-pfpu.c @ 6e625fc7

History | View | Annotate | Download (14 kB)

# Date Author Comment
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 <>