All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores
@ 2019-07-29 16:48 Suman Anna
  2019-07-29 16:48 ` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER Suman Anna
  2019-07-29 16:48 ` [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: " Suman Anna
  0 siblings, 2 replies; 9+ messages in thread
From: Suman Anna @ 2019-07-29 16:48 UTC (permalink / raw)
  To: u-boot

Hi Lokesh, Tom,

The K3 System Controller remoteproc driver is only needed on R5 SPL, and
need not be enabled or built for the K3 Arm64 U-Boot/SPL targets. The
following 2 patches are minor cleanup patches disabling the same for 
K3 Arm64 U-boot/SPL targets on both AM65x and J721E SoCs.

regards
Suman

Suman Anna (2):
  configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER

 configs/am65x_evm_a53_defconfig    | 3 ---
 configs/am65x_hs_evm_a53_defconfig | 3 ---
 configs/j721e_evm_a72_defconfig    | 3 ---
 3 files changed, 9 deletions(-)

-- 
2.22.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-29 16:48 [U-Boot] [PATCH 0/2] Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores Suman Anna
@ 2019-07-29 16:48 ` Suman Anna
  2019-07-30  4:08   ` Lokesh Vutla
  2019-08-01  3:36   ` Tom Rini
  2019-07-29 16:48 ` [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: " Suman Anna
  1 sibling, 2 replies; 9+ messages in thread
From: Suman Anna @ 2019-07-29 16:48 UTC (permalink / raw)
  To: u-boot

The K3 System Controller driver is used for loading and starting
the System Firmware, and is used only on R5 SPL. It need not be
enabled and built for the A53 U-Boot and SPL, so disable it from
both the GP and HS AM65x A53 defconfigs.

While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 configs/am65x_evm_a53_defconfig    | 3 ---
 configs/am65x_hs_evm_a53_defconfig | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 2cf3a693fc70..d43df6a18765 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -28,14 +28,12 @@ CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_DM_MAILBOX=y
 CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_POWER_DOMAIN=y
-CONFIG_SPL_REMOTEPROC=y
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
-CONFIG_CMD_REMOTEPROC=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
 # CONFIG_ISO_PARTITION is not set
@@ -79,7 +77,6 @@ CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_POWER_DOMAIN=y
 CONFIG_TI_SCI_POWER_DOMAIN=y
-CONFIG_K3_SYSTEM_CONTROLLER=y
 CONFIG_DM_RESET=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_DM_SERIAL=y
diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig
index 48b28b390ef1..8ac16f0372e4 100644
--- a/configs/am65x_hs_evm_a53_defconfig
+++ b/configs/am65x_hs_evm_a53_defconfig
@@ -31,13 +31,11 @@ CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_DM_MAILBOX=y
 CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_POWER_DOMAIN=y
-CONFIG_SPL_REMOTEPROC=y
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
-CONFIG_CMD_REMOTEPROC=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
 # CONFIG_ISO_PARTITION is not set
@@ -76,7 +74,6 @@ CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_POWER_DOMAIN=y
 CONFIG_TI_SCI_POWER_DOMAIN=y
-CONFIG_K3_SYSTEM_CONTROLLER=y
 CONFIG_DM_RESET=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_DM_SERIAL=y
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER
  2019-07-29 16:48 [U-Boot] [PATCH 0/2] Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores Suman Anna
  2019-07-29 16:48 ` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER Suman Anna
@ 2019-07-29 16:48 ` Suman Anna
  2019-08-01  3:36   ` Tom Rini
  1 sibling, 1 reply; 9+ messages in thread
From: Suman Anna @ 2019-07-29 16:48 UTC (permalink / raw)
  To: u-boot

The K3 System Controller driver is used for loading and starting
the System Firmware, and is used only on R5 SPL. It need not be
enabled and built for the A72 U-Boot and SPL, so disable it from
the j721e_evm_a72 defconfig.

While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A72 SPL.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 configs/j721e_evm_a72_defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index 237dc6b601e2..917e33d68306 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -28,13 +28,11 @@ CONFIG_SPL_DM_MAILBOX=y
 CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SPL_POWER_DOMAIN=y
-CONFIG_SPL_REMOTEPROC=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_MMC=y
-CONFIG_CMD_REMOTEPROC=y
 CONFIG_CMD_SF=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
@@ -73,7 +71,6 @@ CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_POWER_DOMAIN=y
 CONFIG_TI_SCI_POWER_DOMAIN=y
-CONFIG_K3_SYSTEM_CONTROLLER=y
 CONFIG_DM_RESET=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_DM_SERIAL=y
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-29 16:48 ` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER Suman Anna
@ 2019-07-30  4:08   ` Lokesh Vutla
  2019-07-30 16:16     ` Suman Anna
  2019-08-01  3:36   ` Tom Rini
  1 sibling, 1 reply; 9+ messages in thread
From: Lokesh Vutla @ 2019-07-30  4:08 UTC (permalink / raw)
  To: u-boot



On 29/07/19 10:18 PM, Suman Anna wrote:
> The K3 System Controller driver is used for loading and starting
> the System Firmware, and is used only on R5 SPL. It need not be
> enabled and built for the A53 U-Boot and SPL, so disable it from
> both the GP and HS AM65x A53 defconfigs.
> 
> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> ---
>  configs/am65x_evm_a53_defconfig    | 3 ---
>  configs/am65x_hs_evm_a53_defconfig | 3 ---
>  2 files changed, 6 deletions(-)
> 
> diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
> index 2cf3a693fc70..d43df6a18765 100644
> --- a/configs/am65x_evm_a53_defconfig
> +++ b/configs/am65x_evm_a53_defconfig
> @@ -28,14 +28,12 @@ CONFIG_SPL_I2C_SUPPORT=y
>  CONFIG_SPL_DM_MAILBOX=y
>  CONFIG_SPL_DM_RESET=y
>  CONFIG_SPL_POWER_DOMAIN=y
> -CONFIG_SPL_REMOTEPROC=y
>  CONFIG_SPL_YMODEM_SUPPORT=y
>  CONFIG_CMD_ASKENV=y
>  # CONFIG_CMD_FLASH is not set
>  CONFIG_CMD_GPT=y
>  CONFIG_CMD_I2C=y
>  CONFIG_CMD_MMC=y
> -CONFIG_CMD_REMOTEPROC=y

CMD_REMOTEPROC will definitely be used in very near future. Please retain this.
Rest looks good to me.

Thanks and regards,
Lokesh

>  # CONFIG_CMD_SETEXPR is not set
>  CONFIG_CMD_TIME=y
>  # CONFIG_ISO_PARTITION is not set
> @@ -79,7 +77,6 @@ CONFIG_SPL_PINCTRL=y
>  CONFIG_PINCTRL_SINGLE=y
>  CONFIG_POWER_DOMAIN=y
>  CONFIG_TI_SCI_POWER_DOMAIN=y
> -CONFIG_K3_SYSTEM_CONTROLLER=y
>  CONFIG_DM_RESET=y
>  CONFIG_RESET_TI_SCI=y
>  CONFIG_DM_SERIAL=y
> diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig
> index 48b28b390ef1..8ac16f0372e4 100644
> --- a/configs/am65x_hs_evm_a53_defconfig
> +++ b/configs/am65x_hs_evm_a53_defconfig
> @@ -31,13 +31,11 @@ CONFIG_SPL_I2C_SUPPORT=y
>  CONFIG_SPL_DM_MAILBOX=y
>  CONFIG_SPL_DM_RESET=y
>  CONFIG_SPL_POWER_DOMAIN=y
> -CONFIG_SPL_REMOTEPROC=y
>  CONFIG_SPL_YMODEM_SUPPORT=y
>  CONFIG_CMD_ASKENV=y
>  # CONFIG_CMD_FLASH is not set
>  CONFIG_CMD_I2C=y
>  CONFIG_CMD_MMC=y
> -CONFIG_CMD_REMOTEPROC=y
>  # CONFIG_CMD_SETEXPR is not set
>  CONFIG_CMD_TIME=y
>  # CONFIG_ISO_PARTITION is not set
> @@ -76,7 +74,6 @@ CONFIG_SPL_PINCTRL=y
>  CONFIG_PINCTRL_SINGLE=y
>  CONFIG_POWER_DOMAIN=y
>  CONFIG_TI_SCI_POWER_DOMAIN=y
> -CONFIG_K3_SYSTEM_CONTROLLER=y
>  CONFIG_DM_RESET=y
>  CONFIG_RESET_TI_SCI=y
>  CONFIG_DM_SERIAL=y
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-30  4:08   ` Lokesh Vutla
@ 2019-07-30 16:16     ` Suman Anna
  2019-07-30 16:18       ` Tom Rini
  0 siblings, 1 reply; 9+ messages in thread
From: Suman Anna @ 2019-07-30 16:16 UTC (permalink / raw)
  To: u-boot

Hi Lokesh,

On 7/29/19 11:08 PM, Lokesh Vutla wrote:
> 
> 
> On 29/07/19 10:18 PM, Suman Anna wrote:
>> The K3 System Controller driver is used for loading and starting
>> the System Firmware, and is used only on R5 SPL. It need not be
>> enabled and built for the A53 U-Boot and SPL, so disable it from
>> both the GP and HS AM65x A53 defconfigs.
>>
>> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
>> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.
>>
>> Signed-off-by: Suman Anna <s-anna@ti.com>
>> ---
>>  configs/am65x_evm_a53_defconfig    | 3 ---
>>  configs/am65x_hs_evm_a53_defconfig | 3 ---
>>  2 files changed, 6 deletions(-)
>>
>> diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
>> index 2cf3a693fc70..d43df6a18765 100644
>> --- a/configs/am65x_evm_a53_defconfig
>> +++ b/configs/am65x_evm_a53_defconfig
>> @@ -28,14 +28,12 @@ CONFIG_SPL_I2C_SUPPORT=y
>>  CONFIG_SPL_DM_MAILBOX=y
>>  CONFIG_SPL_DM_RESET=y
>>  CONFIG_SPL_POWER_DOMAIN=y
>> -CONFIG_SPL_REMOTEPROC=y
>>  CONFIG_SPL_YMODEM_SUPPORT=y
>>  CONFIG_CMD_ASKENV=y
>>  # CONFIG_CMD_FLASH is not set
>>  CONFIG_CMD_GPT=y
>>  CONFIG_CMD_I2C=y
>>  CONFIG_CMD_MMC=y
>> -CONFIG_CMD_REMOTEPROC=y
> 
> CMD_REMOTEPROC will definitely be used in very near future. Please retain this.
> Rest looks good to me.

This is a result of using savedefconfig, I prefer it this way since it
allows other developers adding options to do it cleanly. If and when a
REMOTEPROC is enabled, the savedefconfig with corresponding options
should automatically bring this back.

regards
Suman

> 
> Thanks and regards,
> Lokesh
> 
>>  # CONFIG_CMD_SETEXPR is not set
>>  CONFIG_CMD_TIME=y
>>  # CONFIG_ISO_PARTITION is not set
>> @@ -79,7 +77,6 @@ CONFIG_SPL_PINCTRL=y
>>  CONFIG_PINCTRL_SINGLE=y
>>  CONFIG_POWER_DOMAIN=y
>>  CONFIG_TI_SCI_POWER_DOMAIN=y
>> -CONFIG_K3_SYSTEM_CONTROLLER=y
>>  CONFIG_DM_RESET=y
>>  CONFIG_RESET_TI_SCI=y
>>  CONFIG_DM_SERIAL=y
>> diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig
>> index 48b28b390ef1..8ac16f0372e4 100644
>> --- a/configs/am65x_hs_evm_a53_defconfig
>> +++ b/configs/am65x_hs_evm_a53_defconfig
>> @@ -31,13 +31,11 @@ CONFIG_SPL_I2C_SUPPORT=y
>>  CONFIG_SPL_DM_MAILBOX=y
>>  CONFIG_SPL_DM_RESET=y
>>  CONFIG_SPL_POWER_DOMAIN=y
>> -CONFIG_SPL_REMOTEPROC=y
>>  CONFIG_SPL_YMODEM_SUPPORT=y
>>  CONFIG_CMD_ASKENV=y
>>  # CONFIG_CMD_FLASH is not set
>>  CONFIG_CMD_I2C=y
>>  CONFIG_CMD_MMC=y
>> -CONFIG_CMD_REMOTEPROC=y
>>  # CONFIG_CMD_SETEXPR is not set
>>  CONFIG_CMD_TIME=y
>>  # CONFIG_ISO_PARTITION is not set
>> @@ -76,7 +74,6 @@ CONFIG_SPL_PINCTRL=y
>>  CONFIG_PINCTRL_SINGLE=y
>>  CONFIG_POWER_DOMAIN=y
>>  CONFIG_TI_SCI_POWER_DOMAIN=y
>> -CONFIG_K3_SYSTEM_CONTROLLER=y
>>  CONFIG_DM_RESET=y
>>  CONFIG_RESET_TI_SCI=y
>>  CONFIG_DM_SERIAL=y
>>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-30 16:16     ` Suman Anna
@ 2019-07-30 16:18       ` Tom Rini
  2019-07-31  3:46         ` Lokesh Vutla
  0 siblings, 1 reply; 9+ messages in thread
From: Tom Rini @ 2019-07-30 16:18 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 30, 2019 at 11:16:19AM -0500, Suman Anna wrote:
> Hi Lokesh,
> 
> On 7/29/19 11:08 PM, Lokesh Vutla wrote:
> > 
> > 
> > On 29/07/19 10:18 PM, Suman Anna wrote:
> >> The K3 System Controller driver is used for loading and starting
> >> the System Firmware, and is used only on R5 SPL. It need not be
> >> enabled and built for the A53 U-Boot and SPL, so disable it from
> >> both the GP and HS AM65x A53 defconfigs.
> >>
> >> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
> >> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.
> >>
> >> Signed-off-by: Suman Anna <s-anna@ti.com>
> >> ---
> >>  configs/am65x_evm_a53_defconfig    | 3 ---
> >>  configs/am65x_hs_evm_a53_defconfig | 3 ---
> >>  2 files changed, 6 deletions(-)
> >>
> >> diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
> >> index 2cf3a693fc70..d43df6a18765 100644
> >> --- a/configs/am65x_evm_a53_defconfig
> >> +++ b/configs/am65x_evm_a53_defconfig
> >> @@ -28,14 +28,12 @@ CONFIG_SPL_I2C_SUPPORT=y
> >>  CONFIG_SPL_DM_MAILBOX=y
> >>  CONFIG_SPL_DM_RESET=y
> >>  CONFIG_SPL_POWER_DOMAIN=y
> >> -CONFIG_SPL_REMOTEPROC=y
> >>  CONFIG_SPL_YMODEM_SUPPORT=y
> >>  CONFIG_CMD_ASKENV=y
> >>  # CONFIG_CMD_FLASH is not set
> >>  CONFIG_CMD_GPT=y
> >>  CONFIG_CMD_I2C=y
> >>  CONFIG_CMD_MMC=y
> >> -CONFIG_CMD_REMOTEPROC=y
> > 
> > CMD_REMOTEPROC will definitely be used in very near future. Please retain this.
> > Rest looks good to me.
> 
> This is a result of using savedefconfig, I prefer it this way since it
> allows other developers adding options to do it cleanly. If and when a
> REMOTEPROC is enabled, the savedefconfig with corresponding options
> should automatically bring this back.

Indeed, if savedefconfig is taking it out, it's not being built today OR
it's already default y and being built.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190730/dfbd5887/attachment.sig>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-30 16:18       ` Tom Rini
@ 2019-07-31  3:46         ` Lokesh Vutla
  0 siblings, 0 replies; 9+ messages in thread
From: Lokesh Vutla @ 2019-07-31  3:46 UTC (permalink / raw)
  To: u-boot



On 30/07/19 9:48 PM, Tom Rini wrote:
> On Tue, Jul 30, 2019 at 11:16:19AM -0500, Suman Anna wrote:
>> Hi Lokesh,
>>
>> On 7/29/19 11:08 PM, Lokesh Vutla wrote:
>>>
>>>
>>> On 29/07/19 10:18 PM, Suman Anna wrote:
>>>> The K3 System Controller driver is used for loading and starting
>>>> the System Firmware, and is used only on R5 SPL. It need not be
>>>> enabled and built for the A53 U-Boot and SPL, so disable it from
>>>> both the GP and HS AM65x A53 defconfigs.
>>>>
>>>> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
>>>> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.
>>>>
>>>> Signed-off-by: Suman Anna <s-anna@ti.com>
>>>> ---
>>>>  configs/am65x_evm_a53_defconfig    | 3 ---
>>>>  configs/am65x_hs_evm_a53_defconfig | 3 ---
>>>>  2 files changed, 6 deletions(-)
>>>>
>>>> diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
>>>> index 2cf3a693fc70..d43df6a18765 100644
>>>> --- a/configs/am65x_evm_a53_defconfig
>>>> +++ b/configs/am65x_evm_a53_defconfig
>>>> @@ -28,14 +28,12 @@ CONFIG_SPL_I2C_SUPPORT=y
>>>>  CONFIG_SPL_DM_MAILBOX=y
>>>>  CONFIG_SPL_DM_RESET=y
>>>>  CONFIG_SPL_POWER_DOMAIN=y
>>>> -CONFIG_SPL_REMOTEPROC=y
>>>>  CONFIG_SPL_YMODEM_SUPPORT=y
>>>>  CONFIG_CMD_ASKENV=y
>>>>  # CONFIG_CMD_FLASH is not set
>>>>  CONFIG_CMD_GPT=y
>>>>  CONFIG_CMD_I2C=y
>>>>  CONFIG_CMD_MMC=y
>>>> -CONFIG_CMD_REMOTEPROC=y
>>>
>>> CMD_REMOTEPROC will definitely be used in very near future. Please retain this.
>>> Rest looks good to me.
>>
>> This is a result of using savedefconfig, I prefer it this way since it
>> allows other developers adding options to do it cleanly. If and when a
>> REMOTEPROC is enabled, the savedefconfig with corresponding options
>> should automatically bring this back.
> 
> Indeed, if savedefconfig is taking it out, it's not being built today OR
> it's already default y and being built.
> 

ohh okay. I didn't know it was a result of savedefconfig as you mentioned it is
explicitly removed. Patch as such looks good to me.

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
  2019-07-29 16:48 ` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER Suman Anna
  2019-07-30  4:08   ` Lokesh Vutla
@ 2019-08-01  3:36   ` Tom Rini
  1 sibling, 0 replies; 9+ messages in thread
From: Tom Rini @ 2019-08-01  3:36 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 29, 2019 at 11:48:02AM -0500, Suman Anna wrote:

> The K3 System Controller driver is used for loading and starting
> the System Firmware, and is used only on R5 SPL. It need not be
> enabled and built for the A53 U-Boot and SPL, so disable it from
> both the GP and HS AM65x A53 defconfigs.
> 
> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/b4725eb7/attachment.sig>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER
  2019-07-29 16:48 ` [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: " Suman Anna
@ 2019-08-01  3:36   ` Tom Rini
  0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2019-08-01  3:36 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 29, 2019 at 11:48:03AM -0500, Suman Anna wrote:

> The K3 System Controller driver is used for loading and starting
> the System Firmware, and is used only on R5 SPL. It need not be
> enabled and built for the A72 U-Boot and SPL, so disable it from
> the j721e_evm_a72 defconfig.
> 
> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A72 SPL.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/8eb6b8cc/attachment.sig>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-01  3:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 16:48 [U-Boot] [PATCH 0/2] Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores Suman Anna
2019-07-29 16:48 ` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER Suman Anna
2019-07-30  4:08   ` Lokesh Vutla
2019-07-30 16:16     ` Suman Anna
2019-07-30 16:18       ` Tom Rini
2019-07-31  3:46         ` Lokesh Vutla
2019-08-01  3:36   ` Tom Rini
2019-07-29 16:48 ` [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: " Suman Anna
2019-08-01  3:36   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.