All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510
@ 2022-03-10 18:59 Kris Bahnsen via buildroot
  2022-03-15 21:06 ` Thomas Petazzoni via buildroot
  2022-03-20 18:30 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Kris Bahnsen via buildroot @ 2022-03-10 18:59 UTC (permalink / raw)
  To: buildroot; +Cc: Kris Bahnsen, Mathieu Audat

Fixes TXEN on CPU UARTs not correctly asserting in some multi-byte
transmits.

Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---
 package/ts4900-fpga/ts4900-fpga.hash | 6 +++---
 package/ts4900-fpga/ts4900-fpga.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/ts4900-fpga/ts4900-fpga.hash b/package/ts4900-fpga/ts4900-fpga.hash
index 9ffff643af..1d3c62bfd1 100644
--- a/package/ts4900-fpga/ts4900-fpga.hash
+++ b/package/ts4900-fpga/ts4900-fpga.hash
@@ -1,5 +1,5 @@
-# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20150930.bin.md5
-md5  bf93c03ef914cf008287c8cd60781cc8  ts4900-fpga-20150930.bin
+# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20170510.bin.md5
+md5  86c7c3d7fb9c607af1ef55e1222b4416  ts4900-fpga-20170510.bin
 
 # Locally calculated
-sha256  242ac6a90bea9a95c937ea8952cdc9b02f543cea24a0359bed66a408a6dd8bf9  ts4900-fpga-20150930.bin
+sha256  f15edd6813ee5e93e7f380d85df2dc31e764ebca465093fb9006d56ee15b476b  ts4900-fpga-20170510.bin
diff --git a/package/ts4900-fpga/ts4900-fpga.mk b/package/ts4900-fpga/ts4900-fpga.mk
index a3e42c0812..73e7a28e31 100644
--- a/package/ts4900-fpga/ts4900-fpga.mk
+++ b/package/ts4900-fpga/ts4900-fpga.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TS4900_FPGA_VERSION = 20150930
+TS4900_FPGA_VERSION = 20170510
 TS4900_FPGA_SOURCE = ts4900-fpga-$(TS4900_FPGA_VERSION).bin
 TS4900_FPGA_SITE = https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga
 # No license file provided, Yocto recipe from the vendor claims MIT.
-- 
2.11.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510
  2022-03-10 18:59 [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510 Kris Bahnsen via buildroot
@ 2022-03-15 21:06 ` Thomas Petazzoni via buildroot
  2022-03-20 18:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-03-15 21:06 UTC (permalink / raw)
  To: Kris Bahnsen via buildroot; +Cc: Kris Bahnsen, Mathieu Audat

On Thu, 10 Mar 2022 10:59:21 -0800
Kris Bahnsen via buildroot <buildroot@buildroot.org> wrote:

> Fixes TXEN on CPU UARTs not correctly asserting in some multi-byte
> transmits.
> 
> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
> ---
>  package/ts4900-fpga/ts4900-fpga.hash | 6 +++---
>  package/ts4900-fpga/ts4900-fpga.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510
  2022-03-10 18:59 [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510 Kris Bahnsen via buildroot
  2022-03-15 21:06 ` Thomas Petazzoni via buildroot
@ 2022-03-20 18:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-20 18:30 UTC (permalink / raw)
  To: Kris Bahnsen via buildroot; +Cc: Kris Bahnsen, Mathieu Audat

>>>>> "Kris" == Kris Bahnsen via buildroot <buildroot@buildroot.org> writes:

 > Fixes TXEN on CPU UARTs not correctly asserting in some multi-byte
 > transmits.

 > Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-03-20 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 18:59 [Buildroot] [PATCH 1/1] package/ts4900-fpga: bump version to 20170510 Kris Bahnsen via buildroot
2022-03-15 21:06 ` Thomas Petazzoni via buildroot
2022-03-20 18:30 ` Peter Korsgaard

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.