| #
48a18afb |
| 02-Apr-2025 |
Joseph Chen <chenjh@rock-chips.com> |
common: Add generic smp64 file
smp file source from: dcb35405
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8a510d77d0c0de6c27989ffcc0c060db7dcb749a
|
| #
2f96fde5 |
| 04-Feb-2025 |
Joseph Chen <chenjh@rock-chips.com> |
common: Add smp boot support
smp.S from u-boot-tb: #248761 (rk3576: mos: smp.c for dual boot device)
Change-Id: I0f82619f51696b6460f12fcf7912a4a1bfd05746 Signed-off-by: Joseph Chen <chenjh@rock-chi
common: Add smp boot support
smp.S from u-boot-tb: #248761 (rk3576: mos: smp.c for dual boot device)
Change-Id: I0f82619f51696b6460f12fcf7912a4a1bfd05746 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
67d79ab2 |
| 22-Nov-2023 |
callen.cai <callen.cai@rock-chips.com> |
id_attestation : support id attestation provision.
Signed-off-by: callen.cai <callen.cai@rock-chips.com> Change-Id: If63bd5a2e2c1c82473175e62d202ae4ed93f241d
|
| #
2dd5b31b |
| 18-May-2023 |
Sandy Huang <hjc@rock-chips.com> |
common: build edid at SPL
we need to parse EDID at SPL when enable HDMI support.
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: Idbe7d69d2b8495c0a39629be09c964b1a0845c37
|
| #
36c449fe |
| 17-May-2023 |
Joseph Chen <chenjh@rock-chips.com> |
common: Add MP boot support
mp_boot build from: a5185c920.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8f8b2fe45ee87ad0a60e1dfd6f0950f052d4f1e7
|
| #
48650c55 |
| 16-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: load: add "loadz" and "loadzflash"
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9349127f1a10fffb0bd28586a2eac1caf626fb61
|
| #
e580435d |
| 23-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: Makefile: build xyzModem if CONFIG_CMD_LOADB=y
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ia0a157c94ee263326672bc6956d274e432ae3c36
|
| #
a78c1921 |
| 18-Jun-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: iotrace: do optimize
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I260f46e744a4059ba5b3022586c26910187606eb
|
| #
4a2b8db4 |
| 19-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: add usbplug support
- disable some message - add "usbplug.bin" generation - add minimum usbplug dtb support - add individual board_init_r() init sequence.
Signed-off-by: Joseph Chen <chenjh
common: add usbplug support
- disable some message - add "usbplug.bin" generation - add minimum usbplug dtb support - add individual board_init_r() init sequence.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If48ee49247fca6108db3a1fbab3b403241b3a8eb
show more ...
|
| #
aedbab3f |
| 14-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: cli: allow fall back to simple cli
The simple CLI mode only support run_command() which can't support powerful command line syntax like if...then...else...fi conditionals or `&&' and '||'.
common: cli: allow fall back to simple cli
The simple CLI mode only support run_command() which can't support powerful command line syntax like if...then...else...fi conditionals or `&&' and '||'.
The run_command_list() falls back to run_command().
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I136cba71e02fd1f57c9a395b37679d9a885ba4a0
show more ...
|
| #
1a4f6af8 |
| 02-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
aa1eec08 |
| 19-Feb-2020 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: make boot_rkimg.c as basic mandory code
boot_rkimg.c is the basic code for rockchip platforms, such as get boot devtype, setup download mode and get kernel dtb, etc.
CONFIG_RKIMG_BOOTLOAD
rockchip: make boot_rkimg.c as basic mandory code
boot_rkimg.c is the basic code for rockchip platforms, such as get boot devtype, setup download mode and get kernel dtb, etc.
CONFIG_RKIMG_BOOTLOADER actually makes no sense for rockchip features any more, but we still leave it to compatile code compilation since there is a lot of code depends on it. but it maybe dropped in the future.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iab922cbf3a70e7eb1444678d6e902b9d8e106dd1
show more ...
|
| #
09b32b41 |
| 17-Jan-2019 |
Andrew F. Davis <afd@ti.com> |
UPSTREAM: spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
The symbol CONFIG_SPL_DFU_SUPPORT in SPL build has the same meaning as CONFIG_DFU in regular U-Boot. Drop the _SUPPORT to allow for cle
UPSTREAM: spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
The symbol CONFIG_SPL_DFU_SUPPORT in SPL build has the same meaning as CONFIG_DFU in regular U-Boot. Drop the _SUPPORT to allow for cleaner use in code.
Conflicts: arch/arm/mach-zynqmp/spl.c common/Makefile common/spl/Kconfig common/spl/spl_ram.c
Change-Id: I93f09d5953284d511df135e6e71c03c0552719a2 Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <lukma@denx.de> (cherry picked from commit 6536ca4d6676bf38e50784298e713edc30b9cde9)
show more ...
|
| #
c8f2d7ee |
| 21-Nov-2018 |
Sven Schwermer <sven@svenschwermer.de> |
UPSTREAM: usb: Remove CMD_USB dependency for common code
Common USB code is built whenever USB is enabled (in non-SPL builds). The USB uclass is built whenever (SPL_)DM_USB is enabled. Both need to
UPSTREAM: usb: Remove CMD_USB dependency for common code
Common USB code is built whenever USB is enabled (in non-SPL builds). The USB uclass is built whenever (SPL_)DM_USB is enabled. Both need to be independent from CMD_USB.
Change-Id: Idb5e7ffeea8cb325855cb2d1b6713d62fe438120 Signed-off-by: Sven Schwermer <sven@svenschwermer.de> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit ab5817027f9b4fce25f5f2a3e20577ac55bbd7e0)
show more ...
|
| #
83d287f5 |
| 26-Jun-2019 |
Joseph Chen <chenjh@rock-chips.com> |
common: Makefile: optimize compile rules for TPL/SPL/U-Boot
This patch avoids useless files to be compiled.
Change-Id: I48f9430aa98742013b96da0eb0d5c0068d731242 Signed-off-by: Joseph Chen <chenjh@r
common: Makefile: optimize compile rules for TPL/SPL/U-Boot
This patch avoids useless files to be compiled.
Change-Id: I48f9430aa98742013b96da0eb0d5c0068d731242 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
c2ba77d9 |
| 05-Jan-2019 |
Jian Qiu <qiujian@rock-chips.com> |
lib: optee_client: Extract keymaster CA module
Extract keymaster CA module from OpteeClientInterface refactoring code for keymaster reads and writes form caller module
Change-Id: I1069fce0d29d9d981
lib: optee_client: Extract keymaster CA module
Extract keymaster CA module from OpteeClientInterface refactoring code for keymaster reads and writes form caller module
Change-Id: I1069fce0d29d9d9815f71e7f3b4d231754382acd Signed-off-by: Jian Qiu <qiujian@rock-chips.com>
show more ...
|
| #
dfbf26e8 |
| 04-Jan-2019 |
Tony Xu <tony.xu@rock-chips.com> |
lib: optee_client: move keybox code to write_keybox.c
Change-Id: Ifcd9962a8b802ee2bcbdbd0e88effb4485e5963a Signed-off-by: Tony Xu <tony.xu@rock-chips.com>
|
| #
2967d2f7 |
| 06-Jun-2018 |
Sam Protsenko <semen.protsenko@linaro.org> |
FROMLIST: cmd: Add dtimg command
dtimg command allows user to work with Android DTB/DTBO image format. Such as, getting the address of desired DTB/DTBO file, printing the dump of the image in U-Boot
FROMLIST: cmd: Add dtimg command
dtimg command allows user to work with Android DTB/DTBO image format. Such as, getting the address of desired DTB/DTBO file, printing the dump of the image in U-Boot shell, etc.
This command is needed to provide Android boot with new Android DT image format further.
Change-Id: I2a626f333f604b6f0424aa03feaddab4e8506a3f Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com> (am from http://patchwork.ozlabs.org/patch/925871/)
show more ...
|
| #
91c73fb4 |
| 19-Mar-2018 |
qiujian <qiujian@rock-chips.com> |
lib: optee_client:Support attestation
Add methods to read attestation key from the misc partition of last 64K, store key and certificate chain data in secure storage.
When CONFIG_OPTEE_CLIENT is
lib: optee_client:Support attestation
Add methods to read attestation key from the misc partition of last 64K, store key and certificate chain data in secure storage.
When CONFIG_OPTEE_CLIENT is defined, uboot support load attestation data.
Change-Id: I8f3bd7096a7856de9e58d294822a818d5fe380ba Signed-off-by: qiujian <qiujian@rock-chips.com>
show more ...
|
| #
5cafef2d |
| 04-Dec-2017 |
Simon Glass <sjg@chromium.org> |
UPSTREAM: log: Add a console driver
It is useful to display log messages on the console. Add a simple driver to handle this.
Note that this driver outputs to the console, which may be serial or vid
UPSTREAM: log: Add a console driver
It is useful to display log messages on the console. Add a simple driver to handle this.
Note that this driver outputs to the console, which may be serial or video. It does not specifically select serial output.
Change-Id: I3626673a306557400584e673f9725e74ecbaaf98 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit c6d47535dfb6636ae5244958a2a9e043bb7646ae)
show more ...
|
| #
9530301c |
| 04-Dec-2017 |
Simon Glass <sjg@chromium.org> |
log: Add an implementation of logging
Add the logging header file and implementation with some configuration options to control it.
Change-Id: Ic711fa39ba3183b288170ebdd4bfdf0a9e472bad Signed-off-b
log: Add an implementation of logging
Add the logging header file and implementation with some configuration options to control it.
Change-Id: Ic711fa39ba3183b288170ebdd4bfdf0a9e472bad Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit e9c8d49d54cbbc7b219a1637d2994de7448b767d)
show more ...
|
| #
2bbcffb1 |
| 15-Sep-2017 |
Jean-Jacques Hiblot <jjhiblot@ti.com> |
UPSTREAM: dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
CONFIG_FIT_EMBED might be confused with CONFIG_OF_EMBED, rename it MULTI_DTB_FIT as it is able to get a DTB from a F
UPSTREAM: dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
CONFIG_FIT_EMBED might be confused with CONFIG_OF_EMBED, rename it MULTI_DTB_FIT as it is able to get a DTB from a FIT image containing multiple DTBs. Also move the option to the Kconfig dedicated to the DTS options and create a README for this feature.
Change-Id: Ide55c474339db3ccd5e20499c54c8bb41fe3a2c9 Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 11955590a284ecb75892aad5f1174ca1b94a709b)
show more ...
|
| #
286803a6 |
| 11-Sep-2017 |
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> |
UPSTREAM: bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
For timing our bootstages on the RK3368, which has a minimal TPL (and where we consequently don't want to tim
UPSTREAM: bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
For timing our bootstages on the RK3368, which has a minimal TPL (and where we consequently don't want to time the bootstages) and a full-featured SPL (where we can bootstage recording), we need to adjust the Makefile.
Use the $(SPL_TPL_) macro in the Makefile for bootstage.o
Change-Id: Ib3cd45000bfbfb37377c96c9f41a467a760650aa Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 148a139d65b7fdb93326d7870b40c618d4601a8a)
show more ...
|
| #
06621a79 |
| 07-Dec-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: add rkimg bootloader support
Rockchip use rkimg bootloader to boot Android during development cycle and for other OS, typical content kernel.img with zImage/Image, boot.img and recovery.im
rockchip: add rkimg bootloader support
Rockchip use rkimg bootloader to boot Android during development cycle and for other OS, typical content kernel.img with zImage/Image, boot.img and recovery.img with Ramdisk, packed with 'KNRL' header; and resource.img with dtb and uboot/kernel logo bmp, vendor storage for custom info like SN and MAC address.
Change-Id: I400195a5e622437f234f22d6675a5e96db9085c6 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
46eed855 |
| 25-Jul-2017 |
Kever Yang <kever.yang@rock-chips.com> |
android: do not compile android boot in SPL
Change-Id: I2797754e320255f751aa9d02f168031dcaa50fb9 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|