• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Dec-2021-

.gitignoreH A D14-Dec-202112 21

Makefile.incH A D14-Dec-2021437 178

Makefile.libfdtH A D14-Dec-2021603 1811

README.skibootH A D14-Dec-2021438 117

TODOH A D14-Dec-202185 43

fdt.cH A D14-Dec-20218.6 KiB332216

fdt.hH A D14-Dec-20213.9 KiB11243

fdt_addresses.cH A D14-Dec-20214.3 KiB14571

fdt_empty_tree.cH A D14-Dec-20212.8 KiB8424

fdt_overlay.cH A D14-Dec-202123.5 KiB917459

fdt_ro.cH A D14-Dec-202120.7 KiB943680

fdt_rw.cH A D14-Dec-202113.2 KiB522367

fdt_strerror.cH A D14-Dec-20213.6 KiB10443

fdt_sw.cH A D14-Dec-202110.4 KiB422259

fdt_wip.cH A D14-Dec-20214.1 KiB14067

libfdt.hH A D14-Dec-202174.2 KiB2,117341

libfdt_env.hH A D14-Dec-20214.9 KiB14267

libfdt_internal.hH A D14-Dec-20213.6 KiB9737

version.ldsH A D14-Dec-20211.6 KiB8180

README.skiboot

1skiboot/libfdt/ is a minimally modified version of upstream libfdt that is
2distributed with the dtc project hosted at github.com/dgibson/dtc.git.
3
4This version is taken from dtc commit 243176c ("Fix bogus error on rebuild")
5
6The modifications from upstream are the additions of this file, and
7Makefile.inc which has been derived from Makefile.libfdt.
8
9Local libfdt changes should be kept to a minimum, and submitted upstream if
10possible.
11