Re: [PATCH 1/4] Makefile: Add a Python-based CONFIG checker

2022-09-15 Thread Simon Glass
Hi Tom, On Thu, 15 Sept 2022 at 12:32, Tom Rini wrote: > > On Wed, Sep 14, 2022 at 04:39:18PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 14 Sept 2022 at 12:47, Tom Rini wrote: > > > > > > On Mon, Aug 29, 2022 at 07:57:04AM -0600, Simon Glass wrote: > > > > The existing shell script is

Re: [PATCH 1/4] Makefile: Add a Python-based CONFIG checker

2022-09-15 Thread Tom Rini
On Wed, Sep 14, 2022 at 04:39:18PM -0600, Simon Glass wrote: > Hi Tom, > > On Wed, 14 Sept 2022 at 12:47, Tom Rini wrote: > > > > On Mon, Aug 29, 2022 at 07:57:04AM -0600, Simon Glass wrote: > > > The existing shell script is a bit ugly. It was picked up by > > > Chromium OS and then rewritten in

Re: [PATCH 1/4] Makefile: Add a Python-based CONFIG checker

2022-09-14 Thread Simon Glass
Hi Tom, On Wed, 14 Sept 2022 at 12:47, Tom Rini wrote: > > On Mon, Aug 29, 2022 at 07:57:04AM -0600, Simon Glass wrote: > > The existing shell script is a bit ugly. It was picked up by > > Chromium OS and then rewritten in Python, adding unit tests. Bring this > > new version into U-Boot. > > > >

Re: [PATCH 1/4] Makefile: Add a Python-based CONFIG checker

2022-09-14 Thread Tom Rini
On Mon, Aug 29, 2022 at 07:57:04AM -0600, Simon Glass wrote: > The existing shell script is a bit ugly. It was picked up by > Chromium OS and then rewritten in Python, adding unit tests. Bring this > new version into U-Boot. > > Signed-off-by: Simon Glass > --- > > scripts/kconfig_check.py

[PATCH 1/4] Makefile: Add a Python-based CONFIG checker

2022-08-29 Thread Simon Glass
The existing shell script is a bit ugly. It was picked up by Chromium OS and then rewritten in Python, adding unit tests. Bring this new version into U-Boot. Signed-off-by: Simon Glass --- scripts/kconfig_check.py | 338 ++ scripts/test_kconfig_check.py | 18