All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: fix rk3036 SPL build
@ 2016-07-20 21:41 Heiko Stuebner
  2016-07-21  1:47 ` Kever Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2016-07-20 21:41 UTC (permalink / raw)
  To: u-boot

Commit c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb")
moved the SPL Kconfig selects into the individual soc-specific options.
But it only did it for the rk3288 and not for the rk3036 thus disabling
SPL builds for it. Add the necessary options for the rk3036 as well.

Fixes: c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/mach-rockchip/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 2817c0f..c47e16c 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -8,6 +8,8 @@ config ROCKCHIP_RK3036
 	  including NEON and GPU, Mali-400 graphics, several DDR3 options
 	  and video codec support. Peripherals include Gigabit Ethernet,
 	  USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
+	select SUPPORT_SPL
+	select SPL
 
 config ROCKCHIP_RK3188
 	bool "Support Rockchip RK3188"
-- 
2.8.0.rc3

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

* [U-Boot] [PATCH] rockchip: fix rk3036 SPL build
  2016-07-20 21:41 [U-Boot] [PATCH] rockchip: fix rk3036 SPL build Heiko Stuebner
@ 2016-07-21  1:47 ` Kever Yang
  2016-07-23  2:31   ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Kever Yang @ 2016-07-21  1:47 UTC (permalink / raw)
  To: u-boot

Hi Heiko,

     Simon apply my V4 patch which still have some problem, he said that 
he will rebase
with a new patch set either if I send a new version or send fixes, but 
he won't be available till next week.

     I have send out my V5 patch which including the code of this patch.

Thanks,
- Kever
On 07/21/2016 05:41 AM, Heiko Stuebner wrote:
> Commit c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb")
> moved the SPL Kconfig selects into the individual soc-specific options.
> But it only did it for the rk3288 and not for the rk3036 thus disabling
> SPL builds for it. Add the necessary options for the rk3036 as well.
>
> Fixes: c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb")
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>   arch/arm/mach-rockchip/Kconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
> index 2817c0f..c47e16c 100644
> --- a/arch/arm/mach-rockchip/Kconfig
> +++ b/arch/arm/mach-rockchip/Kconfig
> @@ -8,6 +8,8 @@ config ROCKCHIP_RK3036
>   	  including NEON and GPU, Mali-400 graphics, several DDR3 options
>   	  and video codec support. Peripherals include Gigabit Ethernet,
>   	  USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
> +	select SUPPORT_SPL
> +	select SPL
>   
>   config ROCKCHIP_RK3188
>   	bool "Support Rockchip RK3188"

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

* [U-Boot] [PATCH] rockchip: fix rk3036 SPL build
  2016-07-21  1:47 ` Kever Yang
@ 2016-07-23  2:31   ` Simon Glass
  2016-07-23 13:07     ` Heiko Stübner
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2016-07-23  2:31 UTC (permalink / raw)
  To: u-boot

Hi Heiko,

On 20 July 2016 at 19:47, Kever Yang <kever.yang@rock-chips.com> wrote:
> Hi Heiko,
>
>     Simon apply my V4 patch which still have some problem, he said that he
> will rebase
> with a new patch set either if I send a new version or send fixes, but he
> won't be available till next week.
>
>     I have send out my V5 patch which including the code of this patch.
>

Please can you check u-boot-rockchip and see if this looks OK now?

Regards,
Simon


> Thanks,
> - Kever
>
> On 07/21/2016 05:41 AM, Heiko Stuebner wrote:
>>
>> Commit c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based
>> evb")
>> moved the SPL Kconfig selects into the individual soc-specific options.
>> But it only did it for the rk3288 and not for the rk3036 thus disabling
>> SPL builds for it. Add the necessary options for the rk3036 as well.
>>
>> Fixes: c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based
>> evb")
>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>> ---
>>   arch/arm/mach-rockchip/Kconfig | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/mach-rockchip/Kconfig
>> b/arch/arm/mach-rockchip/Kconfig
>> index 2817c0f..c47e16c 100644
>> --- a/arch/arm/mach-rockchip/Kconfig
>> +++ b/arch/arm/mach-rockchip/Kconfig
>> @@ -8,6 +8,8 @@ config ROCKCHIP_RK3036
>>           including NEON and GPU, Mali-400 graphics, several DDR3 options
>>           and video codec support. Peripherals include Gigabit Ethernet,
>>           USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
>> +       select SUPPORT_SPL
>> +       select SPL
>>     config ROCKCHIP_RK3188
>>         bool "Support Rockchip RK3188"
>
>
>

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

* [U-Boot] [PATCH] rockchip: fix rk3036 SPL build
  2016-07-23  2:31   ` Simon Glass
@ 2016-07-23 13:07     ` Heiko Stübner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stübner @ 2016-07-23 13:07 UTC (permalink / raw)
  To: u-boot

Hi Simon,

Am Freitag, 22. Juli 2016, 20:31:36 schrieb Simon Glass:
> On 20 July 2016 at 19:47, Kever Yang <kever.yang@rock-chips.com> wrote:
> >     Simon apply my V4 patch which still have some problem, he said that he
> > 
> > will rebase
> > with a new patch set either if I send a new version or send fixes, but he
> > won't be available till next week.
> > 
> >     I have send out my V5 patch which including the code of this patch.
> 
> Please can you check u-boot-rockchip and see if this looks OK now?

yep, I've rebased on top of your master branch from just now, and everything 
still builds and runs just fine (rk3036, rk3188 and rk3288).

Heiko

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

end of thread, other threads:[~2016-07-23 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 21:41 [U-Boot] [PATCH] rockchip: fix rk3036 SPL build Heiko Stuebner
2016-07-21  1:47 ` Kever Yang
2016-07-23  2:31   ` Simon Glass
2016-07-23 13:07     ` Heiko Stübner

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.