Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s390/boot: convert parmarea to C | Heiko Carstens | 2022-05-06 | 1 | -1/+1 |
| | | | | | | | | Convert parmarea to C, which makes it much easier to initialize it. No need to keep offsets in assembler code in sync with struct parmarea anymore. Reviewed-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> | ||||
* | s390/boot: convert initial lowcore to C | Heiko Carstens | 2022-05-06 | 1 | -0/+84 |
Convert initial lowcore to C and use proper defines and structures to initialize it. This should make the z/VM ipl procedure a bit less magic. Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com> Reviewed-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> |