commit | 482771debb58351260c9b7a5af25179f24a0f465 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:23 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:54 2025 -0600 |
tree | 43b90368e2ed8404f1da0a2d6d8a67c49d3c2c03 | |
parent | 4443c9314f90003d9c05d7a7d16530fb594a7c0b [diff] |
x86: Expand x86_64 early memory The SPL and pre-reloc malloc()-space is not large enough to start up with a display. Expand it. Switch the order of SPL_SYS_MALLOC_F_LEN and SPL_TEXT_BASE since this matches what 'savedefconfig' gives us. Signed-off-by: Simon Glass <sjg@chromium.org>