x86: Support a 64-bit ramdisk address
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:56 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commitc4af65b3ba5dbc51d4875d5ca90ce710f0435776
treeb2e137e4e6e03f6b52dc804dafe1170f468d0283
parent15ca25e31ed5deb8cc055a19b660b306a9243f58
x86: Support a 64-bit ramdisk address

Add some missing pieces to bootparams so that a 64-bit ramdisk address
can be used. Tidy up the logging while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/bootparam.h
arch/x86/lib/zimage.c