Commit Graph

23 Commits

Author SHA1 Message Date
Maxime Ripard 473221da5a 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)
2020-01-07 17:24:45 +08:00
Lin Jinhan ea43a22275 configs: rk3128x: enable crypto v1
enable CONFIG_DM_CRYPTO
enable CONFIG_ROCKCHIP_CRYPTO_V1

Change-Id: I009fb6441f3fa7e61b3f2c6f32ae8d8161747aa9
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
2019-12-10 11:32:34 +08:00
Joseph Chen 7af8cad4f5 configs: rk3128x: enable CONFIG_CMD_BOOTD
clean by make savedefconfig.

Change-Id: Ib79b44cb4b281fa61eef588eb0805853432179bb
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2019-09-10 14:13:24 +08:00
Jason Zhu 38b5f44a82 configs: rk3128x: 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: b9a7e756c4
(lib: optee_client: change the condition for eMMC devices)

Change-Id: Ieb9c9e49df3b18fa6a9b459469e8c9c0377192ac
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
2019-07-16 09:56:27 +08:00
Jon Lin ebe7071926 UPSTREAM: Convert CONFIG_SF_DEFAULT_* to Kconfig
This converts the following to Kconfig:
  CONFIG_SF_DEFAULT_BUS
  CONFIG_SF_DEFAULT_CS
  CONFIG_SF_DEFAULT_MODE
  CONFIG_SF_DEFAULT_SPEED

I use moveconfig script and then manual check on generated u-boot.cfg
to solve the remaining issue.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Change-Id: I6aaaaf572649fd16925af9eb457ea19423372e60
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 14453fbfadc2f98ca35d6033140466c7a4b4947a)
2019-07-05 19:33:50 +08:00
Vignesh R c964ade639 UPSTREAM: configs: Move CONFIG_SPI_FLASH into defconfigs
Completely move CONFIG_SPI_FLASH from remaining board header files to
defconfigs

Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com> #zynq-microzed
Change-Id: Iab125975d8e45a953666dcc04c989da9ae9b7f93
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit ea4805d6b26282451eee9c701a456225bcf7db85)
2019-07-05 19:33:49 +08:00
Jason Zhu 82be0dc462 configs: rk3128: add default CONFIG_FASTBOOT_BUF_ADDR
The CONFIG_FASTBOOT_BUF_ADDR is 0x60800800.

Change-Id: I14b9e6e28caf6309ac53f3096b3730d5851676dc
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
2019-03-05 17:36:29 +08:00
Zhangbin Tong d95f6a1c40 configs: rk3128x_defconfig: enable CONFIG_RKNAND
Change-Id: If64e5cf2dccd2fe7c9621e4ff456c49de484d399
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2019-02-14 09:06:23 +08:00
Jason Zhu 0b06bacceb configs: rk3128x: enable CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION
Since sd does not have RPMB, so store secure data in security partition
for sdboot.

Change-Id: Ibf4557b5b2721657a6abf2f9e70e1b6c8893d7fc
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
2019-01-29 14:03:05 +08:00
Joseph Chen 0b33879477 configs: rk3128x: remove unused modules
Change-Id: Id8c61c9b3fbb9eebe53b28c95e2ca961df48947e
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2019-01-23 21:16:50 +08:00
Joseph Chen 8782df0ad0 configs: rk3128x: enable console info quiet
Change-Id: Ie48889885021500ecc9ac6b39eac70f6321f362b
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2019-01-03 15:48:07 +08:00
Joseph Chen c1eaf5e1fb configs: rk3128x: update with make savedefconfig
Change-Id: I0067fb005d966120d5665732898cfac7d910ba36
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2019-01-03 15:44:46 +08:00
Kever Yang 38f74602a5 rockchip: configs: use FIT_GENERATOR instead of FIT_SOURCE
There are some armv7 SoCs like RK3288 have a different SDRAM_BASE,
so we need a script to generate correct BASE, update all SoC configs
to use script.

Change-Id: Ibba2f6adc6b9a104b54bbe9c7feefa92e6efcfe0
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-11-19 15:15:57 +08:00
Joseph Chen a88d9d2938 configs: rk3128x: increase CONFIG_SYS_MALLOC_F_LEN to 0x1000
fix out of memory when bind pre-reloc drivers

Change-Id: I8c936e45db0e813966eb09a0d39685a11d0ef597
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-10-25 11:39:16 +08:00
Algea Cao 38ba45ea83 configs: rockchip: Enable drm tve for some platform
include platform: rk3229, rk3128h, rk3328.

Change-Id: I9de8e83884e60cb30426ccb1b81e04b9b73fe00c
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
2018-08-16 10:03:21 +08:00
Algea Cao 87d9371f00 configs: rockchip: Enable drm hdmi for some platform
include platform: rk3229, rk3128h, rk3328, rk3399.

Change-Id: I3f1cbc3a6c68a2349b76a4e13c6103d53b2c41ae
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
2018-08-16 10:02:55 +08:00
Zhangbin Tong 9c6baab84b configs: rk3128x_defconfig: enable AVB2.0
Change-Id: Ic0bb820807384c9c04a27bb9051562e4f0ae2171
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-14 17:34:26 +08:00
Zhangbin Tong f03c827ad6 configs: rk3128x_defconfig: enable CONFIG_OPTEE_(CLIENT|V1)
Change-Id: I8fd157a50f9cd395d840af6ffee5ebd19d4dbb64
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-14 17:34:26 +08:00
Joseph Chen a2df55e58d configs: rk3128x: enable rockchip efuse
Change-Id: I2e77ee1c487762e6d6e27e9d75ec55d4217251a2
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-08-06 11:15:19 +08:00
Zhangbin Tong 9322063530 configs: rk3128x_defconfig: enable CONFIG_OF_LIBFDT_OVERLAY
Change-Id: I4474350c7ab45412f05ff3ef79f3f6363e68712b
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-06 11:15:19 +08:00
Zhangbin Tong aa1c055a6e configs: rk3128x_defconfig: enable CONFIG_CMD_DTIMG
Change-Id: Ia088c543b001219db6c85792620c1a57f233e491
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-06 11:15:19 +08:00
Zhangbin Tong df8be4b672 rockchip: rk3128x: update with save defconfig
Change-Id: I2f6a904c0462c25be0bd705bfa83dc4f3334ed8c
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-06 11:15:19 +08:00
Joseph Chen ad9ba815b1 rockchip: add rk3128x support
Change-Id: I52193b8f78cfc4b88af7959b74f1c0dedcf75b7c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-07-24 16:40:40 +08:00