Commit graph

2 commits

Author SHA1 Message Date
Oliver Smith-Denny
470a80094c RedfishPkg: Drop ARM32 Support
edk2 is dropping support for the ARM32 architecture. This
commit drops ARM32 code from RedfishPkg. This also drops
irrelevant VALID_ARCHITECTURES comments in infs that are
not arch specific.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-09-25 22:04:10 +00:00
Nickle Wang
b2c4294c49 RedfishPkg: introduce platform wanted device lib
Introduce platform wanted device lib to RedfishPkg. This library
provide the flexibility for platform owner to device which device we like
to support Redfish service. This helps to reduce boot time and resource
on devices that is not host interface.

A null library is implemented and it accepts all devices as default
behavior.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
2025-05-01 23:05:21 +00:00