| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | start.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/common/init/ |
| H A D | board_init.c | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/arch/x86/lib/fsp/ |
| H A D | fsp_common.c | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | start.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | start.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | crt0.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| H A D | crt0_64.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | start.S | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | ecc306639e83c9019a5093b77a48685ea40eedc2 Wed Nov 25 16:56:32 UTC 2015 Albert ARIBAUD <albert.u.boot@aribaud.net> Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment.
Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw>
|