| 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 |
| 093b1b43 | 15-Apr-2021 |
Elaine Zhang <zhangqing@rock-chips.com> |
rockchip: rk3568: enable SCMI config
Change-Id: I803b035943525a32a155961660792c1e0837f3cd Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> |
| 04931d47 | 15-Apr-2021 |
Elaine Zhang <zhangqing@rock-chips.com> |
rockchip: rk3568: enable Fan53555 config
Change-Id: I6869c10d8eed28ea2d89d7270cbeb1169c64dd66 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> |
| 84da59db | 19-Apr-2021 |
Tony Xu <tony.xu@rock-chips.com> |
configs: rk3568: support write keybox
Signed-off-by: Tony Xu <tony.xu@rock-chips.com> Change-Id: Ie64294152ad6bf365e0f7a33c1e71ea8172b2963 |
| 1318c13d | 18-Mar-2021 |
David Wu <david.wu@rock-chips.com> |
rockchip: defconfig: Enable CONFIG_RESET_ROCKCHIP for rk3329-evb
The integtated phy inside the rk3229 need the reset request for power up.
Change-Id: I22eb0cbcca399b001503d277814203c4e6d1cd7d Signe
rockchip: defconfig: Enable CONFIG_RESET_ROCKCHIP for rk3329-evb
The integtated phy inside the rk3229 need the reset request for power up.
Change-Id: I22eb0cbcca399b001503d277814203c4e6d1cd7d Signed-off-by: David Wu <david.wu@rock-chips.com>
show more ...
|
| 79bd9512 | 18-Mar-2021 |
Ren Jianing <jianing.ren@rock-chips.com> |
rockchip: rk3568: enable CombPHY config
Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com> Change-Id: Ib311b2a3b3456d2e69b53b9f21ed8bd25a54ffe8 |
| bf4a1200 | 05-Mar-2021 |
Weiwen Chen <cww@rock-chips.com> |
configs: rv1126-spi-nor-tiny: remove crypto
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: Iac52dac930498e4142d9b1bd84c69f369c3b5380 |
| 1afcdfc6 | 09-Sep-2020 |
Etienne Carriere <etienne.carriere@linaro.org> |
UPSTREAM: firmware: add SCMI agent uclass
This change introduces SCMI agent uclass to interact with a firmware using the SCMI protocols [1].
SCMI agent uclass currently supports a single method to
UPSTREAM: firmware: add SCMI agent uclass
This change introduces SCMI agent uclass to interact with a firmware using the SCMI protocols [1].
SCMI agent uclass currently supports a single method to request processing of the SCMI message by an identified server. A SCMI message is made of a byte payload associated to a protocol ID and a message ID, all defined by the SCMI specification [1]. On return from process_msg() method, the caller gets the service response.
SCMI agent uclass defines a post bind generic sequence for all devices. The sequence binds all the SCMI protocols listed in the FDT for that SCMI agent device. Currently none, but later change will introduce protocols.
This change implements a simple sandbox device for the SCMI agent uclass. The sandbox nicely answers SCMI_NOT_SUPPORTED to SCMI messages. To prepare for further test support, the sandbox exposes a architecture function for test application to read the sandbox emulated devices state. Currently supports 2 SCMI agents, identified by an ID in the FDT device name. The simplistic DM test does nothing yet.
SCMI agent uclass is designed for platforms that embed a SCMI server in a firmware hosted somewhere, for example in a companion co-processor or in the secure world of the executing processor. SCMI protocols allow an SCMI agent to discover and access external resources as clock, reset controllers and more. SCMI agent and server communicate following the SCMI specification [1]. This SCMI agent implementation complies with the DT bindings defined in the Linux kernel source tree regarding SCMI agent description since v5.8.
Links: [1] https://developer.arm.com/architectures/system-architectures/software-standards/scmi Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Cc: Simon Glass <sjg@chromium.org> Cc: Peng Fan <peng.fan@nxp.com> Cc: Sudeep Holla <sudeep.holla@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Conflicts: arch/sandbox/dts/test.dts configs/sandbox_defconfig drivers/firmware/Kconfig drivers/firmware/Makefile test/dm/Makefile
(cherry picked from commit 358599efd827b0ee48af864537cc86facc9167c0) Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I251bf48c2bb60af041e71c5904e0eb73f0243439
show more ...
|
| cf4004ba | 03-Mar-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3568-aarch32: disable amp and skip reloc
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I1abde6a905b5947e99e289c838eb200e09c848e4 |
| eada11de | 01-Mar-2021 |
Ziyuan Xu <xzy.xu@rock-chips.com> |
configs: lp3_emmc-tb: disable low power detect in spl
Change-Id: Ifc5707daf49d1a1abb246a32dc31e5bc43e07274 Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> |
| 3a148966 | 08-Feb-2021 |
Sandy Huang <hjc@rock-chips.com> |
rockchip: rk3568: enable LVDS config
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I5d8f6c44d937fb083b604135da8b525d76bccb70 |
| 94aae7c7 | 17-Feb-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rv1126-emmc-tb: support low power detect in spl
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I207c15a009cbc53292482d663507887cf3d0a5a1 |
| 89c126ae | 30-Sep-2020 |
Joseph Chen <chenjh@rock-chips.com> |
configs: phycore-rk3288: add SPL pmic and regulator
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I3ece9c6d5e11c63e7888bfc64146e710eee96449 |
| f19896d1 | 08-Feb-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rockchip: add emmc/nand/sfc fragment for all platforms
We expect they are to be common fragment for different storage, maybe there will be more configurations to be add in the future.
Exam
configs: rockchip: add emmc/nand/sfc fragment for all platforms
We expect they are to be common fragment for different storage, maybe there will be more configurations to be add in the future.
Example: make rv1126_defconfig rk-emmc.config // generate .config ./make.sh // build with exist .config
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ib7bc64aaf16777eba8b64409674f8874a4ee8481
show more ...
|
| bc8c2a6d | 08-Feb-2021 |
Jon Lin <jon.lin@rock-chips.com> |
configs: Add rv1126-spl-spi-nand_defconfig
Rename rv1126-spi-nand_defconfig to rv1126-spl-spi-nand_defconfig
Change-Id: I7443d9961be6019e8abb62315feed336aa2d9c0a Signed-off-by: Jon Lin <jon.lin@roc
configs: Add rv1126-spl-spi-nand_defconfig
Rename rv1126-spi-nand_defconfig to rv1126-spl-spi-nand_defconfig
Change-Id: I7443d9961be6019e8abb62315feed336aa2d9c0a Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
|
| f757541b | 08-Feb-2021 |
Jon Lin <jon.lin@rock-chips.com> |
configs: Add rk3568-spl-spi-nand_defconfig
Rename rk3568-spi-nand_defconfig to rk3568-spl-spi-nand_defconfig
Change-Id: I36bc4995b63d4fd267c5b7ab8e4194da2395d3e4 Signed-off-by: Jon Lin <jon.lin@roc
configs: Add rk3568-spl-spi-nand_defconfig
Rename rk3568-spi-nand_defconfig to rk3568-spl-spi-nand_defconfig
Change-Id: I36bc4995b63d4fd267c5b7ab8e4194da2395d3e4 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
|
| 3ff518af | 05-Feb-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3568: enable non-secure OTP driver
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I3b35e54ce26aacb3c239d228c544dbfcb9fd8112 |
| 72f40a61 | 28-Jan-2021 |
Yifeng Zhao <yifeng.zhao@rock-chips.com> |
configs: rk3568: add usbplug config
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: Ib341adf59f8566b54dbe27ecd7f949526bdf1264 |
| 42b8fbc4 | 20-Jan-2021 |
Yifeng Zhao <yifeng.zhao@rock-chips.com> |
configs: add dfu configs for rk3568
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: I3b4a126cf42d2c5efc604fc87ef26bb65f8ad6c4 |
| 01abb59c | 20-Jan-2021 |
Yifeng Zhao <yifeng.zhao@rock-chips.com> |
configs: add dfu configs for rv1126
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: If4b314c4fc01f559e581503e0e7740126c3957ee |
| f703e20c | 26-Jan-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: add rk3568-aarch32.config
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If3fb2c2febae8dc3a810f6748283d5527e248439 |
| 3ae4136e | 29-Jan-2021 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3568: enable hardware rand library
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ib537ad840d81fe152969166d6a37c4ddb64f1de7 |
| 395a594b | 29-Jan-2021 |
Lin Jinhan <troy.lin@rock-chips.com> |
configs: rv1126: enable rng module
CONFIG_DM_RNG=y CONFIG_RNG_ROCKCHIP=y
Change-Id: Ia0ad252c4886fed33ffca681df926d6ed4e6bc73 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> |
| c39f2cf7 | 28-Jan-2021 |
Lin Jinhan <troy.lin@rock-chips.com> |
configs: rk3568: enable rng driver
CONFIG_DM_RNG=y CONFIG_RNG_ROCKCHIP=y
Change-Id: I3d937db599874ecf07f96f4d7ec94956972b895f Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> |