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

fdt_fallback.py

Forked from Reform / reform-boundary-uboot
Loading
  • Simon Glass's avatar
    a06a34b2
    dtoc: Create a base class for Fdt · a06a34b2
    Simon Glass authored
    
    At present we have two separate implementations of the Fdt library, one which
    uses fdtget/fdtput and one which uses libfdt (via swig).
    
    Before adding more functionality it makes sense to create a base class for
    these. This will allow common functions to be shared, and make the Fdt API
    a little clearer.
    
    Create a new fdt.py file with the base class, and adjust fdt_normal.py and
    fdt_fallback.py to use it.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    a06a34b2
    History
    dtoc: Create a base class for Fdt
    Simon Glass authored
    
    At present we have two separate implementations of the Fdt library, one which
    uses fdtget/fdtput and one which uses libfdt (via swig).
    
    Before adding more functionality it makes sense to create a base class for
    these. This will allow common functions to be shared, and make the Fdt API
    a little clearer.
    
    Create a new fdt.py file with the base class, and adjust fdt_normal.py and
    fdt_fallback.py to use it.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>