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