summary refs log tree commit diff stats
path: root/hw/xtensa/bootparam.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'Philippe Mathieu-Daudé2024-04-251-0/+2
| | | | | | | | cpu_physical_memory_write() is declared in "exec/cpu-common.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20240418192525.97451-21-philmd@linaro.org>
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
| | | | | | | Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
* hw/xtensa/xtfpga: add memory info to bootparamMax Filippov2014-06-291-0/+9
| | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* hw/xtensa/xtfpga: refactor bootparameters fillingMax Filippov2014-06-291-0/+5
| | | | | | | Separate filling first/last tag and size calculation from the kernel command line setup. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* hw/xtensa/xtfpga: use symbolic constants for bootparam tagsMax Filippov2014-06-291-0/+10
| | | | | | | Import bootparam tag names from linux/arch/xtensa/include/asm/bootparam.h No functional changes. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov2014-06-291-0/+25
While at it rename lx60 (named after the first board of the family) to more generic xtfpga (the family name). Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>