Lines Matching refs:bloblist
943 bool "Support for a bloblist"
945 This enables support for a bloblist in U-Boot, which can be passed
952 bool "Support for a bloblist in SPL"
956 This enables a bloblist in SPL. If this is the first part of U-Boot
957 to run, then the bloblist is set up in SPL and passed to U-Boot
958 proper. If TPL also has a bloblist, then SPL uses the one from there.
961 bool "Support for a bloblist in TPL"
965 This enables a bloblist in TPL. The bloblist is set up in TPL and
969 bool "Support for a bloblist in VPL"
973 This enables a bloblist in VPL. The bloblist is set up in VPL and
981 Select the location of the bloblist, via various means.
984 bool "Place bloblist at a fixed address in memory"
986 Select this to used a fixed memory address for the bloblist. If the
987 bloblist exists at this address from a previous phase, it used as is.
991 bool "Allocate bloblist"
993 Allocate the bloblist using malloc(). This avoids the need to
1000 hex "Address of bloblist"
1004 Sets the address of the bloblist, set up by the first part of U-Boot
1010 hex "Size of bloblist"
1013 Sets the size of the bloblist in bytes. This must include all
1014 overhead (alignment, bloblist header, record header). The bloblist
1016 proper), and this sane bloblist is used for subsequent phases.
1019 hex "Size of bloblist after relocation"
1023 Sets the size of the bloblist in bytes after relocation. Since U-Boot
1025 size than the one set up by SPL. This bloblist is set up during the
1035 Select the location of the bloblist, via various means. Typically
1038 fresh bloblist will be created each time, since there is no shared
1039 address (between phases) for the bloblist.
1042 bool "Place bloblist at a fixed address in memory"
1044 Select this to used a fixed memory address for the bloblist. If the
1045 bloblist exists at this address from a previous phase, it used as is.
1049 bool "Allocate bloblist"
1051 Allocate the bloblist using malloc(). This avoids the need to
1064 Select the location of the bloblist, via various means. Typically
1067 fresh bloblist will be created each time, since there is no shared
1068 address (between phases) for the bloblist.
1071 bool "Place bloblist at a fixed address in memory"
1073 Select this to used a fixed memory address for the bloblist. If the
1074 bloblist exists at this address from a previous phase, it used as is.
1078 bool "Allocate bloblist"
1080 Allocate the bloblist using malloc(). This avoids the need to
1093 Select the location of the bloblist, via various means. Typically
1096 fresh bloblist will be created each time, since there is no shared
1097 address (between phases) for the bloblist.
1100 bool "Place bloblist at a fixed address in memory"
1102 Select this to used a fixed memory address for the bloblist. If the
1103 bloblist exists at this address from a previous phase, it used as is.
1107 bool "Allocate bloblist"
1109 Allocate the bloblist using malloc(). This avoids the need to