board: ti: common: Introduce a common fdt ops library
Introduce a common fdt operations library for basic device tree operations that are common between various boards. The first library to introduce here is the capability to set up fdtfile as a standard variable as part of board identification rather than depend on scripted ifdeffery. Reviewed-by:Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by:
Roger Quadros <rogerq@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com>
Showing
- board/ti/common/Kconfig 12 additions, 0 deletionsboard/ti/common/Kconfig
- board/ti/common/Makefile 1 addition, 0 deletionsboard/ti/common/Makefile
- board/ti/common/fdt_ops.c 64 additions, 0 deletionsboard/ti/common/fdt_ops.c
- board/ti/common/fdt_ops.h 42 additions, 0 deletionsboard/ti/common/fdt_ops.h
board/ti/common/fdt_ops.c
0 → 100644
board/ti/common/fdt_ops.h
0 → 100644
Please register or sign in to comment