Home
last modified time | relevance | path

Searched hist:"67171 e13a3e0665b18c657a6704a22ca7900f4c3" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/
H A Dkylin_rk3036.c67171e13a3e0665b18c657a6704a22ca7900f4c3 Mon Sep 19 10:46:28 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> rockchip: add boot-mode support for rk3288, rk3036

rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dboot_mode.h67171e13a3e0665b18c657a6704a22ca7900f4c3 Mon Sep 19 10:46:28 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> rockchip: add boot-mode support for rk3288, rk3036

rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/configs/
H A Dkylin_rk3036.h67171e13a3e0665b18c657a6704a22ca7900f4c3 Mon Sep 19 10:46:28 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> rockchip: add boot-mode support for rk3288, rk3036

rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A Drk3036_common.h67171e13a3e0665b18c657a6704a22ca7900f4c3 Mon Sep 19 10:46:28 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> rockchip: add boot-mode support for rk3288, rk3036

rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
H A Drk3288_common.h67171e13a3e0665b18c657a6704a22ca7900f4c3 Mon Sep 19 10:46:28 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> rockchip: add boot-mode support for rk3288, rk3036

rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>