summary refs log tree commit diff stats
path: root/hw/cris/boot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/cris: Remove image loader helperPhilippe Mathieu-Daudé2024-09-131-16/+0
| | | | | | | | | | No more CRIS machine uses cris_load_image(), remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-ID: <20240904143603.52934-7-philmd@linaro.org>
* cris: do not use ram_size globalPaolo Bonzini2020-12-101-0/+1
| | | | | | Use the machine properties instead. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* cris: Fix broken header guard in hw/cris/boot.hMarkus Armbruster2016-07-121-2/+2
| | | | | | | Found with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-0/+15
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>