enter recovery mode when recovery key is pressed but usb is absent.
Change-Id: I4e29d657e6c42f04db1076a2eaed23974e375404
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
It saves boot time and make final load address is where we expect.
Change-Id: I1e7c3bba48c9b318e7016bf15acf0a3bc8047cb3
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This patch adds a new RGB media bus formats that describe
18-bit samples transferred over an LVDS bus with three
differential data pairs, serialized into 7 time slots,
using standard JEIDA data ordering.
Change-Id: I54b674aa8b067452007de076010dbd6a3c7f4a52
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Sometimes, framework or user would call fdt_increase_size() to update
fdt size, it's better reserve more space to avoid sysmem gives the fdt
region overflow report.
The CONFIG_SYS_FDT_PAD default value is sync with bootm framework
in: common/image-fdt.c
Change-Id: I363e9a4182e13b1628a76666acd8272d25db659d
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This avoids user misunderstanding the system is hang
when enter fastboot mode without any warning message.
Change-Id: Ie6238c825342c8e322b2a5be746e4bba020e1ec9
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This imports drivers/gpu/drm/drm_mipi_dsi.c from Linux kernel 4.9.
It can be very helpful when porting Linux mipi dsi driver to U-Boot.
DSI hosts expose operations which can be used by DSI peripheral drivers
to access associated devices.
Change-Id: Iccfa9d946f33458867f4d4db0ce04aeb1918e855
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Adding new DCS commands which are specified in the
DCS 1.3 spec related to CABC.
Change-Id: I42aeb4189f3444a8387a868ae25c8518a2f8d596
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Available address for testing may start from 0x00.
Change-Id: If3468c11a096c55cf7fff93dff0034679791b3a9
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
Fix DQ to exact level when doing memtester by argument fix_bit and
fix_level.
Change-Id: I4b67b5e499f3e0c4d500d658bc05574f5e50543a
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
Return directly and do not continue read from misc partition
if there is no partition.
Change-Id: I549d123632aecc5bd29ebdc2c4c7917c76750247
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
- ctrl+b: enter bootrom download mode, ('b': bootrom);
- ctrl+d: enter rockusb download mode; ('d': default download, ie. rockusb);
This patch provides convenience for download when rockusb/recovery-key is
absent or not work, or U-Boot early panic.
Change-Id: I7709183c645400f60af3d480f84f6e6887ddc20e
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
"console event" is similar to some hotkey event(mainly long press),
we can make something triggered by hotkey.
Change-Id: I845d9820997b4a90d55c9575e424b0eaafbc7b0c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
1.switch to RPMB partition when call init rpmb
2.switch to original partition when call finish rpmb
3.it will not switch to original partition when error
occurred, we should recover original partition after error
Change-Id: I41927e82fb2db690058a809f008ca1f59d334011
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
1.mmc testsecurestorage to test secure storage
2.test secure storage in rpmb and test secure storage in
security partition when use emmc
3.test secure storage in security partition when use nand
Change-Id: Id6f72893c002c5040cb1790051c9685911878df7
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Since the clock-names will be used by mmc module, so remove it from
CONFIG_OF_SPL_REMOVE_PROPS.
Change-Id: Ie42897b6b9eadfea86724ea1e25a6d47b57113af
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
We get TPL and no need back to bootrom in SPL.
Change-Id: I27b9793acc1a8d311dc9b518e73150c3af711808
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>