diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-08-29 20:13:48 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-11-26 22:00:36 +0000 |
commit | 98f4d35aaeaab48a3b2d505fcd8d43e5c3452a44 (patch) | |
tree | 8db31b8aafe5602a8e19d0ab839357e18bd50633 /.mergify | |
parent | f73f7b23184da815503b5e870faeb476b56096a2 (diff) | |
download | edk2-98f4d35aaeaab48a3b2d505fcd8d43e5c3452a44.tar.gz |
RedfishPkg: Drop ARM support
Redfish uses JsonLib, which supports encoding real numbers. This
handling is implemented using C floating point types, which means that
on 32-bit ARM, a softfloat library is required, even though the CPUs we
still (marginally) care about all support floating point in hardware.
The UEFI spec does not permit the use of floating point on ARM at all,
and so the correct thing to do here is to simply disable this driver on
32-bit ARM entirely.
Note that the ARM platform code does allow the VFP unit to be enabled at
boot time, and so rebuilding this driver with hardware FP should be
feasible, in case anyone has an interest in running it on a 32-bit ARM
system.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to '.mergify')
0 files changed, 0 insertions, 0 deletions