]> git.baikalelectronics.ru Git - uboot.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)
commit9dbcaf98276d0b30534c35f782d756e90169b646
tree657e0e6aac951a08364ef2c85ac83bdf601725f0
parent817b4aa1a18cf5622823986263b8bf87630413a8
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]