summaryrefslogtreecommitdiffstats
path: root/hw/xtensa/bootparam.h
Commit message (Collapse)AuthorAgeFilesLines
* 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>