The s390x platform definition would previously always return `false` when calling its `GetZiplSupport()` method. This was obviously not correct. The method is meant to suite a similar purpose as `GetBIOSPlatform()` and `GetUEFIVendor()` on BIOS / UEFI enabled platforms. Change the S390X platform struct to contain `Zipl` member instead of `BIOS`, which is technically more correct. Make sure that the value set in the `Zipl` struct member is returned by `GetZiplSupport()`. Ensure that `FirmwarePackages` from `BasePlatform` are added to the list of packages returned by `GetPackages()`. Adjust distro definitions using the `S390X` platform. Signed-off-by: Tomáš Hozza <thozza@redhat.com> |
||
|---|---|---|
| .. | ||
| aarch64.go | ||
| platform.go | ||
| ppc64le.go | ||
| s390x.go | ||
| x86_64.go | ||