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_wip.c

Forked from Reform / reform-boundary-uboot
12222 commits behind the upstream repository.
  • Simon Glass's avatar
    9c07b987
    libfdt: Sync up with upstream · 9c07b987
    Simon Glass authored
    
    This includes small changes to the following functions, from upstream
    commit 6d1832c:
    
    - fdt_get_max_phandle() (upstream commit 84e0e134)
    - fdt_node_check_compatible (upstream commit 53bf130b)
    - fdt_setprop_inplace_namelen_partial() to remove useless brackets and
         use idx instead of index
    - _fdt_resize_property() to use idx instead of index
    - _fdt_splice() (upstream commit d4c7c25c)
    
    It also includes various typo fixes in libfdt.h
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    9c07b987
    History
    libfdt: Sync up with upstream
    Simon Glass authored
    
    This includes small changes to the following functions, from upstream
    commit 6d1832c:
    
    - fdt_get_max_phandle() (upstream commit 84e0e134)
    - fdt_node_check_compatible (upstream commit 53bf130b)
    - fdt_setprop_inplace_namelen_partial() to remove useless brackets and
         use idx instead of index
    - _fdt_resize_property() to use idx instead of index
    - _fdt_splice() (upstream commit d4c7c25c)
    
    It also includes various typo fixes in libfdt.h
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>