| 45895bf4 | 28-Feb-2022 |
Jon Lin <jon.lin@rock-chips.com> |
rockchip: dts: rk3308: Change to nand ecc mode hw
We do not need to syndrom the MTD_OPS_RAW opration with controller ecc layout, so remove it.
Change-Id: I0207c70cdbafe8c1d6406c235fb6f8cab9278b25 S
rockchip: dts: rk3308: Change to nand ecc mode hw
We do not need to syndrom the MTD_OPS_RAW opration with controller ecc layout, so remove it.
Change-Id: I0207c70cdbafe8c1d6406c235fb6f8cab9278b25 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
|
| 5aadc595 | 28-Feb-2022 |
Jon Lin <jon.lin@rock-chips.com> |
rockchip: dts: rk3568: Change to nand ecc mode hw
We do not need to syndrom the MTD_OPS_RAW opration with controller ecc layout, so remove it.
Change-Id: I97251bd41ed7e33ec9f43763c9c8aa907294109f S
rockchip: dts: rk3568: Change to nand ecc mode hw
We do not need to syndrom the MTD_OPS_RAW opration with controller ecc layout, so remove it.
Change-Id: I97251bd41ed7e33ec9f43763c9c8aa907294109f Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
|
| 9a6fb849 | 05-Jul-2021 |
Ziyuan Xu <xzy.xu@rock-chips.com> |
rockchip: dts: support rv1126 battery evb board
The RV1126 battery evb board is used for thunderboot feature, aim to attain low-power consumption. For thunderboot, we have to disabled undesired devi
rockchip: dts: support rv1126 battery evb board
The RV1126 battery evb board is used for thunderboot feature, aim to attain low-power consumption. For thunderboot, we have to disabled undesired devices in SPL.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Change-Id: I39420bd4c1096461ac206628c002f3f16d1b14d4
show more ...
|
| e25a9f7d | 04-Jun-2021 |
Joseph Chen <chenjh@rock-chips.com> |
arm: dts: support build and append embedded kernel dtb
Configuration: - CONFIG_EMBED_KERNEL_DTB_PATH - CONFIG_EMBED_KERNEL_DTB_ALWAYS
CONFIG_EMBED_KERNEL_DTB_PATH *MUST* be assigned as *DTB* file
arm: dts: support build and append embedded kernel dtb
Configuration: - CONFIG_EMBED_KERNEL_DTB_PATH - CONFIG_EMBED_KERNEL_DTB_ALWAYS
CONFIG_EMBED_KERNEL_DTB_PATH *MUST* be assigned as *DTB* file, ie: CONFIG_EMBED_KERNEL_DTB_PATH="arch/arm/dts/my-kernel.dtb". We can provide a ready my-kernel.dtb or a my-kernel.dts for U-Boot to compile out my-kernel.dtb. Finally, my-kernel.dtb will be pack into uboot.img.
If dts provided: 1. dts file must under: ./arch/arm/dts/ 2. CONFIG_EMBED_KERNEL_DTB_ALWAYS can be y or n.
If dtb provided: 1. dtb file can be anywhere, suggest under: ./dts/ 2. CONFIG_EMBED_KERNEL_DTB_ALWAYS can be y or n.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I27cac375b92dd3c905c82a27238cf10bf0f0afc1
show more ...
|