[PATCH 07/11] sandbox: Decouple program entry from sandbox init
Simon Glass
sjg at chromium.org
Mon Apr 11 20:35:41 CEST 2022
On Thu, 7 Apr 2022 at 03:41, Andrew Scull <ascull at google.com> wrote:
>
> 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 at google.com>
> ---
> arch/sandbox/cpu/os.c | 6 ++++++
> arch/sandbox/cpu/start.c | 2 +-
> arch/sandbox/include/asm/main.h | 18 ++++++++++++++++++
> 3 files changed, 25 insertions(+), 1 deletion(-)
> create mode 100644 arch/sandbox/include/asm/main.h
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list