[U-Boot] [PATCH 0/2] arm: lpc32xx: create platform specific Kconfig file

Vladimir Zapolskiy vz at mleia.com
Fri Oct 19 00:27:03 UTC 2018


Hi Tom,

On 09/17/2018 09:43 PM, Vladimir Zapolskiy wrote:
> There is a need to introduce ARCH_LPC32XX build config symbol
> to improve selection of build options for drivers, which are
> specific to NXP LPC32xx platform only. At the same time the
> new Kconfig file and sections can be used to describe common SoC
> properties and collect entries of all LPC32xx boards.
> 
> The presented two patches are the initial ones in the series of
> LPC32xx device driver changes, which move LPC32xx board specific
> options from include/configs/* to build system and board configs.
> 
> Vladimir Zapolskiy (2):
>   arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option
>   Makefile: add LPC32xx precondition for building platform images
> 
>  Makefile                                |  2 ++
>  arch/arm/Kconfig                        | 24 ++++++++++++------------
>  arch/arm/cpu/arm926ejs/lpc32xx/Kconfig  | 20 ++++++++++++++++++++
>  board/timll/devkit3250/Kconfig          |  3 ---
>  board/work-microwave/work_92105/Kconfig |  3 ---
>  configs/devkit3250_defconfig            |  6 +-----
>  configs/work_92105_defconfig            | 11 ++++-------
>  7 files changed, 39 insertions(+), 30 deletions(-)
>  create mode 100644 arch/arm/cpu/arm926ejs/lpc32xx/Kconfig
> 

I kindly ask you to apply these 2 patches, because I have 30+ changes
in my queue which depend on these ones.

I've also added support of NXP LPC18xx/LPC43xx (ARMv7-M) to U-Boot, so
it might be desired to add an lpc project to get merges faster.

Thank you in advance.

--
Best wishes,
Vladimir


More information about the U-Boot mailing list