[PATCH v4 12/14] cmd: add spawn and wait commands

Mattijs Korpershoek mkorpershoek at baylibre.com
Mon Mar 31 09:54:35 CEST 2025


Hi Jerome,

Thank you for the patch.

On mar., mars 18, 2025 at 11:46, Jerome Forissier <jerome.forissier at linaro.org> wrote:

[...]

>  
>  obj-$(CONFIG_HUSH_SELECTABLE) += cli.o
>  
> +obj-$(CONFIG_CMD_SPAWN) += spawn.o
> +
>  obj-$(CONFIG_ARM) += arm/
>  obj-$(CONFIG_RISCV) += riscv/
>  obj-$(CONFIG_SANDBOX) += sandbox/
> diff --git a/cmd/spawn.c b/cmd/spawn.c
> new file mode 100644
> index 00000000000..f7a9f225f93
> --- /dev/null
> +++ b/cmd/spawn.c
> @@ -0,0 +1,188 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright (c) 2011 The Chromium OS Authors.
> + */

Nitpick: Is this the correct copyright? For the test code in the next
patch you used

  * Copyright 2025, Linaro Ltd.

Besides that:

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>

[...]

> +


More information about the U-Boot mailing list