All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openocd: Allow to build BCM2835 on aarch64
@ 2022-03-31  8:53 Stefan Agner
  2022-04-03 19:19 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2022-03-31  8:53 UTC (permalink / raw)
  To: yann.morin.1998, buildroot; +Cc: stefan

Allow to build the BCM2835 bitbang interface on aarch64.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 package/openocd/Config.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index b14f940b27..cef109b511 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -190,13 +190,17 @@ config BR2_PACKAGE_OPENOCD_AT91RM
 	help
 	  Enable building support for AT91RM9200 based SBCs
 
+endif # BR2_arm
+
+if BR2_arm || BR2_aarch64
+
 config BR2_PACKAGE_OPENOCD_BCM2835
 	bool "bitbanging on BCM2835"
 	help
 	  Enable building support for bitbanging on BCM2835
 	  (as found in Raspberry Pi)
 
-endif # BR2_arm
+endif # BR2_arm || BR2_aarch64
 
 config BR2_PACKAGE_OPENOCD_GW16012
 	bool "Gateworks GW16012 JTAG Programmer"
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/openocd: Allow to build BCM2835 on aarch64
  2022-03-31  8:53 [Buildroot] [PATCH] package/openocd: Allow to build BCM2835 on aarch64 Stefan Agner
@ 2022-04-03 19:19 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-04-03 19:19 UTC (permalink / raw)
  To: Stefan Agner; +Cc: buildroot

Stefan, All,

On 2022-03-31 10:53 +0200, Stefan Agner spake thusly:
> Allow to build the BCM2835 bitbang interface on aarch64.
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/openocd/Config.in | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/package/openocd/Config.in b/package/openocd/Config.in
> index b14f940b27..cef109b511 100644
> --- a/package/openocd/Config.in
> +++ b/package/openocd/Config.in
> @@ -190,13 +190,17 @@ config BR2_PACKAGE_OPENOCD_AT91RM
>  	help
>  	  Enable building support for AT91RM9200 based SBCs
>  
> +endif # BR2_arm
> +
> +if BR2_arm || BR2_aarch64
> +
>  config BR2_PACKAGE_OPENOCD_BCM2835
>  	bool "bitbanging on BCM2835"
>  	help
>  	  Enable building support for bitbanging on BCM2835
>  	  (as found in Raspberry Pi)
>  
> -endif # BR2_arm
> +endif # BR2_arm || BR2_aarch64
>  
>  config BR2_PACKAGE_OPENOCD_GW16012
>  	bool "Gateworks GW16012 JTAG Programmer"
> -- 
> 2.35.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-03 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  8:53 [Buildroot] [PATCH] package/openocd: Allow to build BCM2835 on aarch64 Stefan Agner
2022-04-03 19:19 ` Yann E. MORIN

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.