]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Decouple program entry from sandbox init
authorAndrew Scull <ascull@google.com>
Mon, 30 May 2022 10:00:10 +0000 (10:00 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 16:58:18 +0000 (12:58 -0400)
commit001c39a196c2f4414ddab8713fa113dd06a028eb
tree657e0e6aac951a08364ef2c85ac83bdf601725f0
parent36f641c54e1ad7f08552fe51f9826c1a27b662f9
sandbox: Decouple program entry from sandbox init

Move the program's entry point to os.c, in preparation for a separate
fuzzing entry point to be added.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/os.c
arch/sandbox/cpu/start.c
arch/sandbox/include/asm/main.h [new file with mode: 0644]