Home
last modified time | relevance | path

Searched hist:ecc306639e83c9019a5093b77a48685ea40eedc2 (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dstart.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dboard_init.cecc306639e83c9019a5093b77a48685ea40eedc2 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 Dfsp_common.cecc306639e83c9019a5093b77a48685ea40eedc2 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 Dstart.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dstart.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dcrt0.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dcrt0_64.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dstart.Secc306639e83c9019a5093b77a48685ea40eedc2 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 Dcommon.hecc306639e83c9019a5093b77a48685ea40eedc2 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>