Home
last modified time | relevance | path

Searched refs:new_bloblist (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dboard_f.c571 gd->new_bloblist = map_sysmem(gd->start_addr_sp, CONFIG_BLOBLIST_SIZE); in reserve_bloblist()
688 if (gd->new_bloblist) { in reloc_bloblist()
692 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist()
693 memcpy(gd->new_bloblist, gd->bloblist, size); in reloc_bloblist()
694 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h131 struct bloblist_hdr *new_bloblist; /* Relocated blolist info */ member