Home
last modified time | relevance | path

Searched refs:board_fix_fdt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dfdt-fixup.txt68 boards have to implement the function board_fix_fdt, which has the following
71 int board_fix_fdt (void *rw_fdt_blob)
89 | to be the _last_ set of operations in board_fix_fdt! |
100 int board_fix_fdt(void *rw_fdt_blob)
119 board_fix_fdt function, in which six GPIO expanders (which might be present or
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c239 int board_fix_fdt(void *rw_fdt_blob) in board_fix_fdt() function
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h483 int board_fix_fdt (void *rw_fdt_blob); /* manipulate the U-Boot fdt before its relocation */
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c722 return board_fix_fdt((void *)gd->fdt_blob); in fix_fdt()
/OK3568_Linux_fs/u-boot/dts/
H A DKconfig38 "board_fix_fdt" callback (called during pre-relocation time), which