debian-forge-composer/internal/platform
Tomáš Hozza 6601c32f7e platform/s390x: return sane values from GetZiplSupport()
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>
2023-05-19 13:24:39 +02:00
..
aarch64.go platform: add the aarch64_iot platform 2023-04-18 21:21:09 +02:00
platform.go platform: add the aarch64_iot platform 2023-04-18 21:21:09 +02:00
ppc64le.go platform: add configs for ppc64le and s390x 2022-11-28 17:20:49 +01:00
s390x.go platform/s390x: return sane values from GetZiplSupport() 2023-05-19 13:24:39 +02:00
x86_64.go platform: introduce hardware platform abstraction 2022-07-07 12:00:56 +01:00