Home
last modified time | relevance | path

Searched refs:fastboot_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dfastboot.h100 void fastboot_init(void *buf_addr, u32 buf_size);
/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c163 void fastboot_init(void *buf_addr, u32 buf_size) in fastboot_init() function
/openbmc/u-boot/cmd/
H A Dfastboot.c136 fastboot_init((void *)buf_addr, buf_size); in do_fastboot()