| #
878479ae |
| 13-May-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3399pro: update uboot.img as 2MB*2
Fix pack error: ERROR: pack uboot failed! u-boot.bin actual: 1051440 bytes, max limit: 1046528 bytes
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
configs: rk3399pro: update uboot.img as 2MB*2
Fix pack error: ERROR: pack uboot failed! u-boot.bin actual: 1051440 bytes, max limit: 1046528 bytes
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I788bed1139483f2b6639ea37c0e60629a0f81752
show more ...
|
| #
25f7c6d4 |
| 27-Apr-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rockchip: add image and build configure
They are coming from make.sh
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I45ddc82241a9b0cad2633dc888566cbb407bd0b8
|
| #
1a7e8142 |
| 27-Apr-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rockchip: sync files
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8fbe3392fe792d3636fe6c23b57651f3aafc02ec
|
| #
1a4f6af8 |
| 02-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
473221da |
| 07-Sep-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: usb: gadget: Make g_dnl USB settings common
The g_dnl USB settings for the vendor ID, product ID and manufacturer are actually common settings that can and should be shared by all the gadg
UPSTREAM: usb: gadget: Make g_dnl USB settings common
The g_dnl USB settings for the vendor ID, product ID and manufacturer are actually common settings that can and should be shared by all the gadgets.
Make them common by renaming them, and convert all the users.
Conflicts: configs/cgtqmx6eval_defconfig configs/dms-ba16-1g_defconfig configs/evb-rk3036_defconfig configs/evb-rk3229_defconfig configs/evb-rv1108_defconfig configs/fennec-rk3288_defconfig configs/stih410-b2260_defconfig
Change-Id: Ib855d37af9f539ef794a2519c75c027e67bd091c Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Lukasz Majewski <lukma@denx.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)
show more ...
|
| #
ccd7cfbb |
| 22-Nov-2019 |
Lin Jinhan <troy.lin@rock-chips.com> |
configs: rk3399pro: enable crypto v1
enable CONFIG_DM_CRYPTO enable CONFIG_ROCKCHIP_CRYPTO_V1
Change-Id: I53216cdf0fcb64ff7b05e078d7137d03c522711a Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
0db1499c |
| 22-Oct-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3399: update SPL_STACK_R_ADDR
Use the same SPL_STACK_R_ADDR in Kconfig instead of each board config; default to 0x4000000(64MB) instead of 0x80000(512KB) for this address can support all
rockchip: rk3399: update SPL_STACK_R_ADDR
Use the same SPL_STACK_R_ADDR in Kconfig instead of each board config; default to 0x4000000(64MB) instead of 0x80000(512KB) for this address can support all the SoCs including those may have only 64MB memory, and also reserve enough space for atf, kernel(in falcon mode) loading.
After the ATF entry move to 0x40000, the stack from 0x80000 may be override when loading ATF bl31.
Change-Id: I9bb524ee0762e908bd390393168f30ca197e2a52 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
714c681b |
| 22-Oct-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3399: configs: no need to reserve IRAM in SPL
Remove CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 and it will default to 0. No need to reserve the space for we move the bl31 entry to 0x40000
rockchip: rk3399: configs: no need to reserve IRAM in SPL
Remove CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 and it will default to 0. No need to reserve the space for we move the bl31 entry to 0x40000 and limit the size of SPL at 0~0x40000.
Change-Id: Iff502eec2a38bfe112b5cadc22d772fded39c4ed Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
5e6e8f2d |
| 09-Oct-2019 |
YouMin Chen <cym@rock-chips.com> |
driver: ram: rockchip: modify sdram common driver
Remove the config about SDRAM_COMMON_CAP_DETECT,SDRAM_COMMON_OSREG, SDRAM_COMMON_MSCH_RK3399 and SDRAM_COMMON_MSCH_PX30.
Change-Id: I17f2bdae585454
driver: ram: rockchip: modify sdram common driver
Remove the config about SDRAM_COMMON_CAP_DETECT,SDRAM_COMMON_OSREG, SDRAM_COMMON_MSCH_RK3399 and SDRAM_COMMON_MSCH_PX30.
Change-Id: I17f2bdae585454a1d869ae9d967843d1d169381f Signed-off-by: YouMin Chen <cym@rock-chips.com>
show more ...
|
| #
64c205a5 |
| 10-Sep-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3399pro: enable CONFIG_CMD_BOOTD
clean by make savedefconfig.
Change-Id: I3408dd723824e2b7c982f81059e8012b3e635d16 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
9f752028 |
| 16-Jul-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rk3399pro: delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION
The CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION force to use the security partition. But in routine situation, scan the storage d
configs: rk3399pro: delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION
The CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION force to use the security partition. But in routine situation, scan the storage device to find whether RPMB exist. If not, then use the security partition. So in conventional defconfig, delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION.
fixes: b9a7e756c4e94fc58b5962647eaf2fa12a2146a9 (lib: optee_client: change the condition for eMMC devices)
Change-Id: I2abed8b06292ce68c09b5bcfc6d0ef9bd19b080f Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
ab64d656 |
| 23-May-2019 |
Shunqing Chen <csq@rock-chips.com> |
configs: rk3399pro: enable CONFIG_CHARGER_BQ25700
Change-Id: I14a521e391f124809403b9170b5b2055220d43e7 Signed-off-by: Shunqing Chen <csq@rock-chips.com>
|
| #
3469bfaf |
| 24-Apr-2019 |
Bian Jin chen <kenjc.bian@rock-chips.com> |
configs: rk3399pro: enable avb and dtbo for Android P.
Change-Id: I7e3c95d1dbdfded7c89f70b1df9f38a7468573ed Signed-off-by: Bian Jin chen <kenjc.bian@rock-chips.com>
|
| #
d08ece9d |
| 06-Mar-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3399pro: enable CONFIG_DOS_PARTITION for fat fs
Change-Id: I02f68c31399b695a81705b53e8dad161d5366002 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
11980e05 |
| 28-Feb-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rk3399: change the CONFIG_FASTBOOT_BUF_SIZE value
Change the CONFIG_FASTBOOT_BUF_SIZE value to 0x4000000
Change-Id: Ic93057bf55b3ad6825650cd734c64826748e4a97 Signed-off-by: Jason Zhu <jaso
configs: rk3399: change the CONFIG_FASTBOOT_BUF_SIZE value
Change the CONFIG_FASTBOOT_BUF_SIZE value to 0x4000000
Change-Id: Ic93057bf55b3ad6825650cd734c64826748e4a97 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
a3125e18 |
| 22-Jan-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3399pro: remove unused modules
Change-Id: I3de6562dc2c6546bf148e6571092b2046fd49336 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
695a5966 |
| 28-Dec-2018 |
Wyon Bi <bivvy.bi@rock-chips.com> |
configs: rk3399pro_defconfig: Remove unused Kconfig option
Change-Id: I1e12ec3651e226b4d3c71b3da0049ce245744f48 Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
|
| #
dd1105eb |
| 03-Jan-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3399pro: enable console info quiet
Change-Id: I4d09d2b41a26018b854ce61f4cef0ed3125c153a Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
aa094d46 |
| 29-Dec-2018 |
Shengfei Xu <xsf@rock-chips.com> |
rockchip: configs: rk3399pro: add fuel_gauge rk809/rk817
Change-Id: I276520ed7962651c498aa7151405eed0318653ce Signed-off-by: Shengfei Xu <xsf@rock-chips.com>
|
| #
6b759412 |
| 25-Dec-2018 |
shengfei Xu <xsf@rock-chips.com> |
rockchip: configs: rk3399pro: Support Rockchip INNO USB2PHY
Change-Id: Id1516a6dd3d5e2d06f7d30448f3b92fd84f20e2d Signed-off-by: Shengfei Xu <xsf@rock-chips.com>
|
| #
31d8c61d |
| 25-Dec-2018 |
YouMin Chen <cym@rock-chips.com> |
driver: ram: rockchip: rk3399: dram init select common code
Add support dram capacity detect. Select dram timing file base on dram type and clock frequency, don't need care dram capacity.Dram capaci
driver: ram: rockchip: rk3399: dram init select common code
Add support dram capacity detect. Select dram timing file base on dram type and clock frequency, don't need care dram capacity.Dram capacity will auto detect.
Change-Id: I0554a0ec0c753a159406330aa0baa2daafe7ab93 Signed-off-by: YouMin Chen <cym@rock-chips.com>
show more ...
|
| #
1f407920 |
| 17-Dec-2018 |
Jianqun Xu <jay.xu@rock-chips.com> |
configs: rk3399pro: support io-domain driver
Change-Id: I332a9be7e45746089e869bec2f8d3846a296cc84 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
|
| #
d60cbc66 |
| 11-Dec-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: add rk3399pro project build
build command: ./make.sh rk3399pro
Change-Id: I50d4aba026d35ff7ed73257dc1edcb50426aa64f Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|