a3c81ef934
hw/nios2: Use the IEC binary prefix definitions
...
It eases code review, unit is explicit.
Patch generated using:
$ git grep -E '(1024|2048|4096|8192|(<<|>>).?(10|20|30))' hw/ include/hw/
and modified manually.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-Id: <20180625124238.25339-26-f4bug@amsat.org >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2018-07-02 15:41:15 +02:00
9d80865724
nios2: remove duplicated includes (in code commented out)
...
applied using ./scripts/clean-includes
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
2017-12-18 17:07:02 +03:00
d0e31a105e
Remove reduntant qemu: from error functions
...
This patch removes redundant "qemu:" from error functions. The link to the bitesized task is:
http://wiki.qemu-project.org/Contribute/BiteSizedTasks#Error_checking
Signed-off-by: Ishani Chugh <chugh.ishani@research.iiit.ac.in >
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com >
Reviewed-by: David Gibson <david@gibson.dropbear.id.au >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
2017-05-07 09:57:51 +03:00
b786256488
nios2: Add Altera 10M50 GHRD emulation
...
Add the Altera 10M50 Nios2 GHRD model. This allows emulating the
10M50 development kit with the Nios2 GHRD loaded in the FPGA. It
is possible to boot Linux kernel and run userspace, thus far only
from initrd as storage support is not yet implemented.
Signed-off-by: Marek Vasut <marex@denx.de >
Cc: Chris Wulff <crwulff@gmail.com >
Cc: Jeff Da Silva <jdasilva@altera.com >
Cc: Ley Foon Tan <lftan@altera.com >
Cc: Sandra Loosemore <sandra@codesourcery.com >
Cc: Yves Vandervennet <yvanderv@altera.com >
Reviewed-by: Alexander Graf <agraf@suse.de >
Message-Id: <20170118220146.489-7-marex@denx.de >
Signed-off-by: Richard Henderson <rth@twiddle.net >
2017-01-24 13:10:35 -08:00