Home
last modified time | relevance | path

Searched hist:"1 fed87db6a6a2eea7f93667e98db41e258b9c8f0" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dboard_f.c1fed87db6a6a2eea7f93667e98db41e258b9c8f0 Tue Aug 11 02:44:30 UTC 2015 Simon Glass <sjg@chromium.org> Allow arch-specific setting of global_data in board_init_f_mem()

At present we have a simple assignment to gd. With some archs this is
implemented as a register or through some other means; a simple assignment
does not suit in all cases.

Change this to a function and add documentation to describe how this all
works.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/include/
H A Dcommon.h1fed87db6a6a2eea7f93667e98db41e258b9c8f0 Tue Aug 11 02:44:30 UTC 2015 Simon Glass <sjg@chromium.org> Allow arch-specific setting of global_data in board_init_f_mem()

At present we have a simple assignment to gd. With some archs this is
implemented as a register or through some other means; a simple assignment
does not suit in all cases.

Change this to a function and add documentation to describe how this all
works.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>