| #
d350cf33 |
| 02-Mar-2023 |
Jianwei Zheng <jianwei.zheng@rock-chips.com> |
configs: rk3036: enable CONFIG_PHY_ROCKCHIP_INNO_USB2
Signed-off-by: Jianwei Zheng <jianwei.zheng@rock-chips.com> Change-Id: I0afaa033b42b602d04e6bce09772cd72b7e1acc2
|
| #
3d9f9fdb |
| 14-Dec-2022 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3036: Enable gpio key
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9f67e6d3958c9ffd055fe1f8402d087b9dc94892
|
| #
1b00b6e0 |
| 02-Nov-2022 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3036: Enable relocation
In order to avoid BSS section clear operation destroy the malloc_f region that is used by the DM.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie
configs: rk3036: Enable relocation
In order to avoid BSS section clear operation destroy the malloc_f region that is used by the DM.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ieaa993cfc139bdde4e9ddf5a22155a513893d6b1
show more ...
|
| #
93ce15ec |
| 30-May-2022 |
Qiqi Zhang <eddy.zhang@rock-chips.com> |
configs: rk3036: enable CONFIG_REGULATOR_PWM and CONFIG_PWM_ROCKCHIP
Change-Id: I07fd05778bc7ca23c31c71709f2975af10489cb9 Signed-off-by: Qiqi Zhang <eddy.zhang@rock-chips.com>
|
| #
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
|
| #
2d2c232a |
| 08-May-2020 |
Hans Yang <yhx@rock-chips.com> |
configs: rk3036: enable CONFIG_RKSFC_NAND
Change-Id: I24fc4806a4a70bcceadcda7ca79c6e0151416b00 Signed-off-by: Hans Yang <yhx@rock-chips.com>
|
| #
7497bc3d |
| 13-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
Change-Id: I35db1f0aa79575e972942b5c366f380fc8106343
|
| #
c5ef40e3 |
| 02-Mar-2020 |
Hans Yang <yhx@rock-chips.com> |
configs: rk3036: enable CONFIG_RKNAND
Signed-off-by: Hans Yang <yhx@rock-chips.com> Change-Id: Ic15e6113566ccf07ea9a0572f1c5326a2c784c84
|
| #
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 ...
|
| #
77164593 |
| 19-Dec-2019 |
Jon Lin <jon.lin@rock-chips.com> |
configs: rk3036: enable CONFIG_RKSFC_NOR
Change-Id: I1c5ad37110d0bdc0f3847bd972fa7f7fb679b3fa Signed-off-by: Jon Lin <jon.lin@rock-chips.com> Signed-off-by: Hans Yang <yhx@rock-chips.com>
|
| #
ea9b5c12 |
| 20-Dec-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3036: remove unused modules
rk3036 is usual for linux os.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0ad8559eaa47d28ce979ddff05c50a376d63899a
|
| #
d9f17984 |
| 10-Sep-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3036: enable CONFIG_CMD_BOOTD
clean by make savedefconfig.
Change-Id: Ic8a0ed6e156e36bdad4e318c8e79971e1652591f Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
ebe70719 |
| 01-Jul-2019 |
Jon Lin <jon.lin@rock-chips.com> |
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 move
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)
show more ...
|
| #
c964ade6 |
| 05-Feb-2019 |
Vignesh R <vigneshr@ti.com> |
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: Jag
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)
show more ...
|
| #
980e358f |
| 28-Feb-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rk3036: add default CONFIG_FASTBOOT_BUF_ADDR
The CONFIG_FASTBOOT_BUF_ADDR is 0x60800800.
Change-Id: I56c6f5468271ca71fdf8f0b0c5ce6e6fa54fa259 Signed-off-by: Jason Zhu <jason.zhu@rock-chips
configs: rk3036: add default CONFIG_FASTBOOT_BUF_ADDR
The CONFIG_FASTBOOT_BUF_ADDR is 0x60800800.
Change-Id: I56c6f5468271ca71fdf8f0b0c5ce6e6fa54fa259 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
20e312f0 |
| 22-Jan-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3036: remove unused modules
Change-Id: I6fdabf2c1274d791a4cf3fae3219c09b145984b6 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
38f74602 |
| 19-Nov-2018 |
Kever Yang <kever.yang@rock-chips.com> |
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
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>
show more ...
|
| #
11f8577f |
| 06-Nov-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3036: add rk3036_defconfig
enable kernel dtb.
Change-Id: I1a62889b618c2ad068309e017ca4a4de174b52c2 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|