Skip to content
Snippets Groups Projects
Select Git revision
  • 0b805cb87526fd229e3f2811f95d3ba9b4fd64f0
  • devel default
  • lk_update_ringback
  • wenpeng-0917
  • asterisk_rdkb
  • fix_crash_at_transport
  • lk_debug_dialogs
  • lk_forking_revert
  • wenpeng-jul8
  • gyang-devel
  • gyang-devel1
  • wenpeng-jul9
  • asterisk_rdkb_ipv6
  • 16916_rdkb_merge
  • lk_disable_registrar
  • wenpeng-100rel-ippbx
  • fix_multiple_dns_lookup
  • dev_fxs_no_wb
  • fix_fallback
  • 14666_fxs_no_wideband_codec
  • fix_srv_records
  • fix_deadlock_in_bridge_peer_functions
  • 22.0.0-pre1
  • 21.4.2
  • 20.9.2
  • 18.24.2
  • certified-20.7-cert2
  • certified-18.9-cert11
  • 21.4.1
  • 20.9.1
  • 18.24.1
  • 21.4.0
  • 20.9.0
  • 18.24.0
  • certified-20.7-cert1
  • certified-18.9-cert10
  • 21.4.0-rc1
  • 20.9.0-rc1
  • 18.24.0-rc1
  • 21.3.1
  • 20.8.1
  • 18.23.1
42 results

app_stack.c

Blame
  • boot_fit.h 363 B
    /* SPDX-License-Identifier: GPL-2.0+ */
    /*
     * Copyright (C) 2017 Texas Instruments
     * Written by Franklin Cooper Jr. <fcooper@ti.com>
     */
    
    /**
     * locate_dtb_in_fit - Find a DTB matching the board in a FIT image
     * @fit:	pointer to the FIT image
     *
     * Return: a pointer to a matching DTB blob if found, NULL otherwise
     */
    void *locate_dtb_in_fit(const void *fit);