[PATCH v11 23/24] DO NOT MERGE: only to make CI happy

Tom Rini trini at konsulko.com
Thu Nov 9 14:37:57 CET 2023


On Tue, Nov 07, 2023 at 11:41:20PM +0200, Francis Laniel wrote:

> This commit set CONFIG_HUSH_PARSER_2021 as the default to trigger the CI with
> this parser.
> 
> Nonetheless, the keymile (i.e. VENDOR_KM) board family is not compatible with
> new 2021 hush parser.
> Indeed, This boards used set_local_var() to store some variables as local shell.
> They then used get_local_var() to retrieve the variables values.
> Sadly, this two functions do not exist with CONFIG_HUSH_PARSER_2021.
> A patch was proposed to use environment variables rather than local variables
> but it does not tackle the problem, so complementary work is needed to make
> this boards use CONFIG_HUSH_PARSER_2021 [1].
> 
> We also remove a #undef of CONFIG_FEATURE_SH_STANDALONE as it does not exist in
> U-Boot and causes troubles in the CI.
> 
> We also set CONFIG_LTO for kirkwoord sheevaplug and phytec bk4r1, otherwise it
> hits its board size limit.
> 
> We also disable some check for pylint as it was not able to find future for
> commit object.
> 
> Acked-by: Tony Dinh <mibodhi at gmail.com>
> Signed-off-by: Francis Laniel <francis.laniel at amarulasolutions.com>
> [1] https://marc.info/?l=u-boot&m=165541917618725&w=2
> ---
>  cmd/Kconfig                  | 3 ++-
>  common/cli_hush_upstream.c   | 1 -
>  configs/sheevaplug_defconfig | 1 +
>  tools/patman/series.py       | 4 ++++
>  4 files changed, 7 insertions(+), 2 deletions(-)

Of these, it seems like only the keymile portion is needed.  Please
split this patch in to two, which can then be merged, where the first
patch sets the default to the new hush and the second changes the defconfigs for:
pg_wcom_expu1 pg_wcom_expu1_update pg_wcom_seli8 pg_wcom_seli8_update socfpga_secu1 kmcoge5ne kmeter1 kmopti2 kmsupx5 kmtepr2 tuge1 tuxx1 kmcent2
to use the old hush still, and cc's Holger as well as the marc.info link
(as a Link: tag please).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231109/a25b9241/attachment.sig>


More information about the U-Boot mailing list