]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: zboot: Move command code into its own file
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:27 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:15 +0000 (13:49 -0600)
commitbade0ac04b96d92642b3d433734cde2f00ab7fc5
tree7db7073de6ebdb49eb68a65034cacf7f13a5d541
parente4255f45c94f8195505032fcf6c709ef7f1f7351
x86: zboot: Move command code into its own file

Much of the code in zimage.c deals with the zboot command. Move it into
a sepatate zboot.c file within the cmd/ directory. This will eventually
allow use of the zimage logic without the command being enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/zimage.h
arch/x86/lib/zimage.c
cmd/x86/Makefile
cmd/x86/zboot.c [new file with mode: 0644]