]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: common: Introduce a common fdt ops library
authorNishanth Menon <nm@ti.com>
Mon, 12 Feb 2024 19:47:17 +0000 (13:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 20 Feb 2024 22:57:40 +0000 (17:57 -0500)
commitfa94f8eec367f89f1036249e7bdbaf7b0fc28e64
treee1748ebb50a589fe5b1c3eb13c44b991b6ae69bd
parent66ebb10b0f7ef870a98adbe2c35fa3e54761ee05
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>
board/ti/common/Kconfig
board/ti/common/Makefile
board/ti/common/fdt_ops.c [new file with mode: 0644]
board/ti/common/fdt_ops.h [new file with mode: 0644]