]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm_kernel_bothdr.awk: Update to latest ota
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Apr 2024 21:07:46 +0000 (15:07 -0600)
committerWarner Losh <imp@FreeBSD.org>
Wed, 17 Apr 2024 03:30:17 +0000 (21:30 -0600)
commitde22251127cd0e89ce1edb56c58b202496a97ba3
treee518ecafe50bd5ec21057b59bcbf7fc828021a59
parentf070188c3ad6b87ee9ce220b21718333d1bd9d52
arm_kernel_bothdr.awk: Update to latest ota

The latest ota is the first one in FreeBSD that treats 0 + "0xf" as
being '0' instead of '15'. Don't use this old trick anymore to convert
from hexidecimal to a number. Write a function to do that instead. This
fixes kernel.bin building on arm*. awk on 14 doesn't need this, but to
build FreeBSD stable/14's kernel.bin on 15 we'll need it, so fast MFC.

MFC After: 3 days
Sponsored by: Netflix
Reviewed by: kevans
Differential Revision:  https://reviews.freebsd.org/D44801
sys/tools/arm_kernel_boothdr.awk