Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

libfdt

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Jean-Christophe PLAGNIOL-VILLARD authored
    FDT support is used for both FIT style images and for architectures
    that can pass a fdt blob to an OS (ppc, m68k, sparc).
    
    For other architectures and boards which do not pass a fdt blob to an
    OS but want to use the new uImage format, we just need FIT support.
    
    Now we can have the 4 following configurations :
    
    1) FIT only             CONFIG_FIT
    2) fdt blob only        CONFIG_OF_LIBFDT
    3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
    4) none                 none
    
    Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
    cd673451
    History
    Name Last commit Last update
    ..