commit | b106f07022c1989477442be1851a82b92bcf8506 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:52 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 39211be91baaf1882a0a139bb236ce6fb28914bc | |
parent | 4619fc774e36e8276b4bb495fecc5f5881b853f4 [diff] |
x86: e820: Add a function to dump the e820 table There is already code for this in zimage. Move it to the e820 file so it can be used elsewhere. Signed-off-by: Simon Glass <sjg@chromium.org>