History log of /rk3399_rockchip-uboot/drivers/Makefile (Results 1 – 25 of 267)
Revision Date Author Comments
# 4c87af9d 07-Apr-2025 Joseph Chen <chenjh@rock-chips.com>

driver: Add block/ build by CONFIG_SPL_UFS_SUPPORT

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I22f98625770b6fddfd711d8c544de78fbef67547


# 426736b6 12-Feb-2025 Troy Lin <troy.lin@rock-chips.com>

dm: add keylad uclass

Change-Id: I906f4281ebf5f1f4cd6421870980ba76833bc00c
Signed-off-by: Troy Lin <troy.lin@rock-chips.com>


# f749a034 27-Feb-2024 Yifeng Zhao <yifeng.zhao@rock-chips.com>

spl: add support ufs boot

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I52da725df705d82925548e57203a0aaa2d020cae


# 690e9ed1 18-May-2023 Sandy Huang <hjc@rock-chips.com>

video/drm: add support HDMI display from SPL

The SPL display only can support at rk3528 hdmi output,
you can add the following config to enable SPL display:

CONFIG_ARM_SMP=y
CONFIG_MP_BOOT=y
CONFIG

video/drm: add support HDMI display from SPL

The SPL display only can support at rk3528 hdmi output,
you can add the following config to enable SPL display:

CONFIG_ARM_SMP=y
CONFIG_MP_BOOT=y
CONFIG_ARMV8_SET_SMPEN=y
CONFIG_SPL_DM_VIDEO=y
CONFIG_SPL_I2C_EDID=y

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I4fea0900b5f6714d8ca573ea715797d513c3bb03

show more ...


# 8f7de514 02-Feb-2023 Shawn Lin <shawn.lin@rock-chips.com>

ufs: backport ufs from upstream

Add ufs directory and cover some SCSI interface to fit for current
SCSI model.

Change-Id: I24c13fc494b1596905d9397a551b10f965dcb4dd
Signed-off-by: Shawn Lin <shawn.l

ufs: backport ufs from upstream

Add ufs directory and cover some SCSI interface to fit for current
SCSI model.

Change-Id: I24c13fc494b1596905d9397a551b10f965dcb4dd
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>

show more ...


# 947a1b47 24-Nov-2021 Shunqing Chen <csq@rock-chips.com>

power: bq25700: support pd charge

Signed-off-by: Shunqing Chen <csq@rock-chips.com>
Change-Id: I1017bcc9958407264b568c9175a9f5f009a4cad2


# a2c81616 05-Jan-2022 Wang Jie <dave.wang@rock-chips.com>

drivers: power: add pd chip driver

This temporary patch is to solve the problem that the rk3588s
tablet can be turned on when the battery is out of power.
This Type-C PD driver only supports PD fast

drivers: power: add pd chip driver

This temporary patch is to solve the problem that the rk3588s
tablet can be turned on when the battery is out of power.
This Type-C PD driver only supports PD fast charging function,
compatible with PD fusb302 and husb311 chip. If DFP/UFP detection
and dp altmode functions are added later, we will revert this patch.

Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
Change-Id: Ic3411725ef6d9bcc4ca48b272ef67c4c9975077f

show more ...


# dd3fa999 29-Sep-2020 Joseph Chen <chenjh@rock-chips.com>

drivers: Makefile: use more strict name to add modules

Allow modules to be omitted from CONFIG_SPL_POWER_SUPPORT.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Iaa3291d8bfc99c24ac01

drivers: Makefile: use more strict name to add modules

Allow modules to be omitted from CONFIG_SPL_POWER_SUPPORT.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Iaa3291d8bfc99c24ac01897fccb9ea7d6677927d

show more ...


# 28507ac3 28-Dec-2019 Sughosh Ganu <sughosh.ganu@linaro.org>

UPSTREAM: dm: rng: Add random number generator(rng) uclass

Add a uclass for reading a random number seed from a random number
generator device.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>

UPSTREAM: dm: rng: Add random number generator(rng) uclass

Add a uclass for reading a random number seed from a random number
generator device.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit a2487684003b0bc380955e1a38cdd71da3ca4366)

Change-Id: Ife2287132db695181d663653f2ceaab0e343b41f
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>

show more ...


# c7c3548d 31-Dec-2020 Yifeng Zhao <yifeng.zhao@rock-chips.com>

drivers: Makefile: add block layer while enable rknand

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I8fc7b3d27e32d767da3597d3d5b7a6aa4a48ca40


# e18e7090 25-Nov-2020 Yifeng Zhao <yifeng.zhao@rock-chips.com>

drivers: rknand: add nand flash drivers for spl

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I21c449226f57f2ff05fdcf241dde014062634cb5


# 8fce363f 27-Jul-2020 Joseph Chen <chenjh@rock-chips.com>

dm: reset: add reset support for SPL

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I8210b7f656b99bf7cbf4a6708696ebbf91aa7685


# 894a9e55 17-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 413b349a 08-Apr-2020 Jason Zhu <jason.zhu@rock-chips.com>

drivers: Makefile: build block drivers if enable CONFIG_SPL_MTD_SUPPORT

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ida49ab768f6fd5e94736b850d06f6af04267c384


# 41bb8b73 07-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot

Conflicts:
common/spl/spl_rkfw.c
drivers/pinctrl/pinctrl-rockchip.c
make.sh

Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf
Signed-off-by: Joseph C

Merge branch 'next-dev' into thunder-boot

Conflicts:
common/spl/spl_rkfw.c
drivers/pinctrl/pinctrl-rockchip.c
make.sh

Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# 6f35c03e 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

driver: Makefile: support input in spl

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I492f19f6049d009b8f3671dbfbe79d2ee8cf984e


# e1e9b173 28-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# cc668fbc 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

driver: Makefile: support PWM in spl

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I3ca97f634acae8c2d9de0b5e003776bccb14cd1b


# 2d7c904f 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

driver: Makefile: support adc in SPL

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I915becbf9597aa070001d3368d8daf9079565fc9


# 6c64f7fe 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

power: fuel gauge: allow fuel gauge in SPL

Sometimes we need low power test in spl. Update the config
to allow this.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I0c7d035cb55e0698

power: fuel gauge: allow fuel gauge in SPL

Sometimes we need low power test in spl. Update the config
to allow this.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I0c7d035cb55e06980d1c2fd28ceef5adee4d7197

show more ...


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 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 ...


# eccca8a3 10-Jan-2019 Jean-Jacques Hiblot <jjhiblot@ti.com>

UPSTREAM: Kconfig: rename CONFIG_SPL_USB_GADGET as CONFIG_SPL_USB_GADGET

The SPL option for USB gadget should be named after the option for u-boot
(CONFIG_USB_GADGET)

Conflicts:
arch/arm/mach-imx/

UPSTREAM: Kconfig: rename CONFIG_SPL_USB_GADGET as CONFIG_SPL_USB_GADGET

The SPL option for USB gadget should be named after the option for u-boot
(CONFIG_USB_GADGET)

Conflicts:
arch/arm/mach-imx/mx6/Kconfig
arch/arm/mach-imx/spl.c
configs/am335x_boneblack_vboot_defconfig
configs/am335x_evm_usbspl_defconfig
configs/am43xx_evm_defconfig
configs/am43xx_hs_evm_defconfig
configs/imx6q_logic_defconfig
configs/mx6memcal_defconfig
configs/mx6sabresd_defconfig
configs/pico-hobbit-imx6ul_defconfig
configs/pico-hobbit-imx7d_defconfig
configs/pico-imx6ul_defconfig
configs/pico-imx7d_defconfig
configs/pico-pi-imx6ul_defconfig
configs/pico-pi-imx7d_defconfig
drivers/Makefile

Change-Id: I51305422f13cb7d743274f82c531000c0f93c144
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit f811e9763f4b6f6f5e3fe9c2fa30d2b6c62d289e)

show more ...


# b8dc613c 19-Nov-2019 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 0afd6c2b 10-Oct-2019 Joseph Chen <chenjh@rock-chips.com>

driver: Makefile: add crypto compile for SPL

Change-Id: I686b223ba6e3cd208af2e6663fdf5bb2f430a27f
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


1234567891011