Searched refs:bootmeth_alloc_file (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dbootmeth.h325 * bootmeth_alloc_file() - Allocate and read a bootflow file
338 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align);
/u-boot/boot/
H A Dbootmeth_extlinux.c130 ret = bootmeth_alloc_file(bflow, 0x10000, 1);
H A Dbootmeth_script.c102 ret = bootmeth_alloc_file(bflow, 0x10000, ARCH_DMA_MINALIGN);
H A Dbootmeth-uclass.c305 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align) function

Completed in 57 milliseconds