aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-03-04 15:34:41 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2024-05-21 13:44:47 +0000
commit33079b8174e614b75b81b9dea59baef2dc943e58 (patch)
tree0a725a0dd90929da17fe44e74644967cd41c56c0 /util
parent25c737d403818a92dfeb06e29ffaf04102d0f260 (diff)
lib/device_tree: Add some FDT helper functions
This adds some helper functions for FDT, since more and more mainboards seem to need FDT nowadays. For example our QEMU boards need it in order to know how much RAM is available. Also all RISC-V boards in our tree need FDT. This also adds some tests in order to test said functions. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I2fb1d93c5b3e1cb2f7d9584db52bbce3767b63d8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81081 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/lint/lint-000-license-headers1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 56addac710..f418a326ac 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -29,6 +29,7 @@ HEADER_EXCLUDED="\
^src/lib/stack.c\$|\
^src/sbom/TAGS|\
^src/vendorcode/|\
+^tests/data/|\
^util/amdtools/example_input/|\
^util/cbfstool/lzma/|\
^util/cbfstool/lz4/|\