historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/libfdt
2024-01-16 11:20:27 -06:00
..
.gitignore phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt.h phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_addresses.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_empty_tree.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_overlay.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_ro.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_rw.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_strerror.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_sw.c phht hahahahaah 2024-01-16 11:20:27 -06:00
fdt_wip.c phht hahahahaah 2024-01-16 11:20:27 -06:00
libfdt.h phht hahahahaah 2024-01-16 11:20:27 -06:00
libfdt_env.h phht hahahahaah 2024-01-16 11:20:27 -06:00
libfdt_internal.h phht hahahahaah 2024-01-16 11:20:27 -06:00
Makefile.inc phht hahahahaah 2024-01-16 11:20:27 -06:00
Makefile.libfdt phht hahahahaah 2024-01-16 11:20:27 -06:00
README.skiboot phht hahahahaah 2024-01-16 11:20:27 -06:00
TODO phht hahahahaah 2024-01-16 11:20:27 -06:00
version.lds phht hahahahaah 2024-01-16 11:20:27 -06:00

skiboot/libfdt/ is a minimally modified version of upstream libfdt that is
distributed with the dtc project hosted at github.com/dgibson/dtc.git.

This version is taken from dtc commit 243176c ("Fix bogus error on rebuild")

The modifications from upstream are the additions of this file, and
Makefile.inc which has been derived from Makefile.libfdt.

Local libfdt changes should be kept to a minimum, and submitted upstream if
possible.