/openbmc/u-boot/common/spl/ |
H A D | spl_ubi.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_usb.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_spi.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_nor.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_onenand.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_sata.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_net.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_ymodem.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_nand.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl_mmc.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | spl.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | spl.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | board.c | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/include/ |
H A D | spl.h | 2a2ee2ac Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods Rather than having a global variable, pass the spl_image as a parameter. This avoids BSS use, and makes it clearer what the function is actually doing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|