History log of /rk3399_rockchip-uboot/arch/arm/mach-rockchip/spl-boot-order.c (Results 1 – 18 of 18)
Revision Date Author Comments
# f749a034 27-Feb-2024 Yifeng Zhao <yifeng.zhao@rock-chips.com>

spl: add support ufs boot

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I52da725df705d82925548e57203a0aaa2d020cae


# c4bf7455 29-Sep-2022 Joseph Chen <chenjh@rock-chips.com>

rockchip: Add spl ramboot support

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Id8b50c01ca42d9bb1dca30cd9cd02ffa821b1473


# 568252a0 25-Nov-2020 Yifeng Zhao <yifeng.zhao@rock-chips.com>

rockchip: spl-boot-order: support scan rknand device

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I49da396e3e8d10572be9b9f9dac57bd317c4cf83


# fd85085a 23-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 14be0258 22-Apr-2020 Jason Zhu <jason.zhu@rock-chips.com>

rockchip: spl-boot-order: adjust nand flash dectecting strategy

Now the nand device is attached to mtd block, so change its dectecting
strategy.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>

rockchip: spl-boot-order: adjust nand flash dectecting strategy

Now the nand device is attached to mtd block, so change its dectecting
strategy.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I7b5063ad1d1ba2d8305c84e4d67e09932b30574b

show more ...


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 0afd346f 08-Jan-2020 Jon Lin <jon.lin@rock-chips.com>

rockchip: spl-boot-order: compatible with BOOT_DEVICE_SPI case

Change-Id: Ia3a5506665ea98aa900f253fb703d825c1cf4929
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>


# c9b995fd 08-Jan-2020 Jon Lin <jon.lin@rock-chips.com>

rockchip: spl-boot-order: adjust SPI flash dectecting strategy

Directly detect spi_flash node

Change-Id: Iafb691b28365b624cc2c4b15686cab3efc6da1d5
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>


# b8dc613c 19-Nov-2019 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 4bac908b 30-Oct-2019 Jason Zhu <jason.zhu@rock-chips.com>

rockchip: spl-boot-order: move rk_nand_init() to the function end

Since the nand driver is not standard dm driver in spl, so move
rk_nand_init() to the function end.

Change-Id: I075a309fa3d2d0b9388

rockchip: spl-boot-order: move rk_nand_init() to the function end

Since the nand driver is not standard dm driver in spl, so move
rk_nand_init() to the function end.

Change-Id: I075a309fa3d2d0b938863cdb1867b70d217f2ce3
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>

show more ...


# 5a9f9698 08-Oct-2019 Jason Zhu <jason.zhu@rock-chips.com>

rockchip: spl-boot-order: support scan spi nor device

Change-Id: I185a833cec0f52df2357a6308bd5de19a9576134
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# ce39010b 26-Aug-2019 Jason Zhu <jason.zhu@rock-chips.com>

rockchip: spl-boot-order: support scan spi nand device

Change-Id: Ia057a4fddd31bc57cd613d6328cfc5b26753a0c1
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# 332967ae 14-Jun-2019 Yifeng Zhao <zyf@rock-chips.com>

common: spl: nand: support load rockchip images

Change-Id: Idd71eda22b4aabde695d69fbd06c0a3fdb554495
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>


# 09a3210f 22-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: spl-boot-order: do not enable with OF_PLATDATA

The "fdt_*" functions may not enable even if the OF_CONTROL is enabled.

Change-Id: I66760056f6f721e4d33f25468b46b1446ebbaf4a
Signed-off-by:

rockchip: spl-boot-order: do not enable with OF_PLATDATA

The "fdt_*" functions may not enable even if the OF_CONTROL is enabled.

Change-Id: I66760056f6f721e4d33f25468b46b1446ebbaf4a
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# 2d5ea11e 29-Sep-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

UPSTREAM: rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order

It is often desirable to configure the spl-boot-order (i.e. the order
that SPL probes devices to find the FIT image c

UPSTREAM: rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order

It is often desirable to configure the spl-boot-order (i.e. the order
that SPL probes devices to find the FIT image containing a full U-Boot)
such that it contains 'the same device the SPL stage was booted from'
early on. To support this, we introduce the 'same-as-spl' specifier
for the spl-boot-order property.

This commit adds:
- documentation for the new board_spl_was_booted_from() function that
individual SoCs/boards should provide, if they can determine where
the SPL was booted from
- implements the new board_spl_was_booted_from() stub function
- adds support for handling the 'same-as-spl' specifier and calling
into the per-SoC/per-board support code.

This also updates the documentation for the 'u-boot,spl-boot-order'
property.

Change-Id: Id312751f954eecebb4a9842163249df21e311704
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 80e9f88e67398ae65c89af3bace59e7e14debd33)

show more ...


# 309353d5 29-Sep-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

UPSTREAM: rockchip: spl: add documentation for spl_node_to_boot_device()

In the expectation that the spl-boot-order code will eventually
gain use outside of mach-rockchip: let's add documentation on

UPSTREAM: rockchip: spl: add documentation for spl_node_to_boot_device()

In the expectation that the spl-boot-order code will eventually
gain use outside of mach-rockchip: let's add documentation on the
spl_node_to_boot_device() function, which is likely to become a
publicly exported function.

Change-Id: Ieed07d7fac72515274f8bf3485a11bff1dd143ac
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit dbad01cab576c12852931c6bf22361b5234c506a)

show more ...


# c1b62ba9 14-Aug-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-rockchip


# 9b0bc593 19-Jul-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: spl: make spl-boot-order code reusable (split from rk3399)

In order to reuse the support for the u-boot,spl-boot-order property
from the rk3399, we split it into a reusable module that can

rockchip: spl: make spl-boot-order code reusable (split from rk3399)

In order to reuse the support for the u-boot,spl-boot-order property
from the rk3399, we split it into a reusable module that can be
included by the SPL code for any of our boards.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...