[PATCH v2 0/1] fw_env: auto-detect NAND characteristics

2023-12-21 Thread Anthony Loiseau
From: Anthony Loiseau Hello, Here is a patch proposal which modifies fw_env so NAND chip erase size as well as environment sector counts are guessed at runtime if they are both statically configured as zero. This actually extends a previous similar behavior which was NOR-specific, useful when a

Re: fw_env: auto-detect NAND characteristics

2023-12-21 Thread Fabio Estevam
Hi Anthony, On Thu, Dec 21, 2023 at 1:18 PM Anthony Loiseau wrote: > > Hello, > > Please find attached a patch proposal which modifies fw_env so NAND chip Your patch did not come. Could you please send it via git send-email? Also, run ./scripts/get_maintainer.pl 0001-your.patch and Cc the

fw_env: auto-detect NAND characteristics

2023-12-21 Thread Anthony Loiseau
Hello, Please find attached a patch proposal which modifies fw_env so NAND chip erase size as well as environment sector counts are guessed at runtime if they are both statically configured as zero. This actually extend a previous similar behavior which was NOR-specific, useful when a same RootFS