Skip to content
Snippets Groups Projects
Select Git revision
  • cae57ad98dc8fdbf90f75ee2213cf7af47eabcc2
  • master default protected
  • v3.1-stable
  • v2.4-stable
  • v3.0-stable
  • esp32
  • v2.3-stable
  • v2.2-stable
  • v2.1-stable
  • v1.7-stable
  • v2.0-stable
  • v1.6-stable
  • v1.5-stable
  • coverity_scan
  • rescue-iowrt-adb15dacc26a
  • v3.1.0
  • v3.0.1
  • v3.0.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.2
  • v2.2.1
  • v2.2.0
  • v2.1.1
  • v2.1.0
  • v2.0.3
  • v1.7.9
  • v2.1-pre3
  • v2.0.2
  • v2.0.1
  • v1.7.8
  • v2.0.0
34 results

service.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);