All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] fix links to Technologic Systems web resources
@ 2022-03-07 21:14 Kris Bahnsen via buildroot
  2022-03-09 20:45 ` Yann E. MORIN
  2022-03-17 21:46 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Kris Bahnsen via buildroot @ 2022-03-07 21:14 UTC (permalink / raw)
  To: buildroot; +Cc: Kris Bahnsen, Vivien Didelot, Julien Grossholtz, Mathieu Audat

Technologic Systems has rebranded as embeddedTS with the current
domain eventually going offline. Update web/doc URLs to correct
resource locations.

Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---
RESEND:
 - Was not subscribed to Buildroot list with this email

 board/technologic/ts4900/readme.txt  | 4 ++--
 board/technologic/ts5500/readme.txt  | 4 ++--
 board/technologic/ts7680/readme.txt  | 4 ++--
 configs/ts7680_defconfig             | 2 +-
 package/ts4900-fpga/Config.in        | 2 +-
 package/ts4900-fpga/ts4900-fpga.hash | 2 +-
 package/ts4900-fpga/ts4900-fpga.mk   | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/board/technologic/ts4900/readme.txt b/board/technologic/ts4900/readme.txt
index 679454fdeb..121e639749 100644
--- a/board/technologic/ts4900/readme.txt
+++ b/board/technologic/ts4900/readme.txt
@@ -9,7 +9,7 @@ Freescale i.MX6 Single or Quad Core ARM Cortex-A9 CPU clocked at
 1GHz. The TS-4900 features Gigabit Ethernet, SATA II Port, PCI Express
 Bus, high speed USB host and device (OTG), and microSD card.
 More details on the board here:
-   http://wiki.embeddedarm.com/wiki/TS-4900
+   https://docs.embeddedTS.com/TS-4900
 
 The TS-4900 is not currently supported by mainline Linux, so a
 Technologic Systems Linux is used based on Linux 4.1.
@@ -48,5 +48,5 @@ connector etc.
 The bootloader comes pre-flashed on the board on an SPI flash. Since
 updating the bootloader is risky and not trivial, it is not included
 in the Buildroot defconfig. Refer to
-http://wiki.embeddedarm.com/wiki/TS-4900#U-Boot for details on which
+https://docs.embeddedTS.com/TS-4900#U-Boot for details on which
 U-Boot config to use and how to flash it.
diff --git a/board/technologic/ts5500/readme.txt b/board/technologic/ts5500/readme.txt
index 1e73ab3ea1..1fe384faae 100644
--- a/board/technologic/ts5500/readme.txt
+++ b/board/technologic/ts5500/readme.txt
@@ -5,7 +5,7 @@ This document explains how to set up a basic Buildroot system for the
 Technologic Systems TS-5x00 serie of x86-based Single Board Computers.
 
 TS-5x00 Single Board Computers are based on the AMD Elan520 processor. For more
-information please have a look at http://wiki.embeddedarm.com/wiki/#AMD
+information please have a look at https://docs.embeddedTS.com/Documentation_Home#AMD
 
 The kernel configuration works for any AMD Elan520-based SBCs, but the support
 is enhanced for the TS-5500 and TS-5400 models (on-board devices registration
@@ -45,7 +45,7 @@ config, the BIOS must use Logical Block Addressing (LBA). You can do it by
 choosing "Ide 0: AUTOCONFIG, LBA" under "IDE DRIVE GEOMETRY" in the "Basic CMOS
 Configuration" screen. Also, don't forget to set the 'active' (or 'bootable')
 flag on partition 1. For details about the CMOS setup, please see:
-http://wiki.embeddedarm.com/wiki/TS-5500#System_BIOS_Setup_Screens
+https://docs.embeddedts.com/TS-5500#System_BIOS_Setup_Screens
 
 Connect a terminal program to the rs232 connector marked "COM2"
 with baudrate set to 115200, insert the Compact Flash card into the socket,
diff --git a/board/technologic/ts7680/readme.txt b/board/technologic/ts7680/readme.txt
index 43d5d135e8..3f703330bf 100644
--- a/board/technologic/ts7680/readme.txt
+++ b/board/technologic/ts7680/readme.txt
@@ -8,7 +8,7 @@ The TS-7680 SBC is based on the Freescale i.MX286 ARM ARM926EJ-S
 running at 454MHz. The TS-7680 features are 10/100 Ethernet ports,
 Wi-Fi, microSD card, eMMC, NOR Flash, USB host port, CAN ports,
 relays and ADC/DAC. More details on the board here:
-https://wiki.embeddedarm.com/wiki/TS-7680
+https://docs.embeddedTS.com/TS-7680
 
 The TS-7680 uses a 4.9 Linux kernel provided by Technologic Systems.
 
@@ -46,5 +46,5 @@ the SD jumper is present and the U-Boot jumper is not.
 The bootloader comes pre-flashed on the board on an SPI flash. Since
 updating the bootloader is risky and not trivial, it is not included
 in the Buildroot defconfig. Refer to
-https://wiki.embeddedarm.com/wiki/TS-7680#U-Boot for details on
+https://docs.embeddedts.com/TS-7680#U-Boot for details on
 which U-Boot config to use and how to flash it.
diff --git a/configs/ts7680_defconfig b/configs/ts7680_defconfig
index 7eb57ab1c5..e4f5c1aabd 100644
--- a/configs/ts7680_defconfig
+++ b/configs/ts7680_defconfig
@@ -4,7 +4,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/technologic/ts7680/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedarm,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="ts_imx28"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
diff --git a/package/ts4900-fpga/Config.in b/package/ts4900-fpga/Config.in
index 7aa94e26f2..9f704fbc8c 100644
--- a/package/ts4900-fpga/Config.in
+++ b/package/ts4900-fpga/Config.in
@@ -8,4 +8,4 @@ config BR2_PACKAGE_TS4900_FPGA
 	  It is loaded by U-Boot during the boot sequence, the default
 	  U-boot script expects to find it in the /boot folder.
 
-	  http://wiki.embeddedarm.com/wiki/TS-4900#FPGA_Changelog
+	  https://docs.embeddedts.com/TS-4900#FPGA_Changelog
diff --git a/package/ts4900-fpga/ts4900-fpga.hash b/package/ts4900-fpga/ts4900-fpga.hash
index 2147aeb3c2..ed2941079a 100644
--- a/package/ts4900-fpga/ts4900-fpga.hash
+++ b/package/ts4900-fpga/ts4900-fpga.hash
@@ -1,4 +1,4 @@
-# From ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-linux/fpga/ts4900-fpga-20150930.bin.md5
+# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20150930.bin.md5
 md5 bf93c03ef914cf008287c8cd60781cc8  ts4900-fpga-20150930.bin
 
 # Locally calculated
diff --git a/package/ts4900-fpga/ts4900-fpga.mk b/package/ts4900-fpga/ts4900-fpga.mk
index 7bb62a3984..a3e42c0812 100644
--- a/package/ts4900-fpga/ts4900-fpga.mk
+++ b/package/ts4900-fpga/ts4900-fpga.mk
@@ -6,9 +6,9 @@
 
 TS4900_FPGA_VERSION = 20150930
 TS4900_FPGA_SOURCE = ts4900-fpga-$(TS4900_FPGA_VERSION).bin
-TS4900_FPGA_SITE = ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-linux/fpga
+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.
-# https://github.com/embeddedarm/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
+# https://github.com/embeddedTS/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
 
 define TS4900_FPGA_EXTRACT_CMDS
 	cp $(TS4900_FPGA_DL_DIR)/$(TS4900_FPGA_SOURCE) $(@D)
-- 
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] fix links to Technologic Systems web resources
  2022-03-07 21:14 [Buildroot] [PATCH 1/1] fix links to Technologic Systems web resources Kris Bahnsen via buildroot
@ 2022-03-09 20:45 ` Yann E. MORIN
  2022-03-17 21:46 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-03-09 20:45 UTC (permalink / raw)
  To: Kris Bahnsen; +Cc: Mathieu Audat, Vivien Didelot, Julien Grossholtz, buildroot

Kris, All,

On 2022-03-07 13:14 -0800, Kris Bahnsen via buildroot spake thusly:
> Technologic Systems has rebranded as embeddedTS with the current
> domain eventually going offline. Update web/doc URLs to correct
> resource locations.
> 
> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
> RESEND:
>  - Was not subscribed to Buildroot list with this email
> 
>  board/technologic/ts4900/readme.txt  | 4 ++--
>  board/technologic/ts5500/readme.txt  | 4 ++--
>  board/technologic/ts7680/readme.txt  | 4 ++--
>  configs/ts7680_defconfig             | 2 +-
>  package/ts4900-fpga/Config.in        | 2 +-
>  package/ts4900-fpga/ts4900-fpga.hash | 2 +-
>  package/ts4900-fpga/ts4900-fpga.mk   | 4 ++--
>  7 files changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/board/technologic/ts4900/readme.txt b/board/technologic/ts4900/readme.txt
> index 679454fdeb..121e639749 100644
> --- a/board/technologic/ts4900/readme.txt
> +++ b/board/technologic/ts4900/readme.txt
> @@ -9,7 +9,7 @@ Freescale i.MX6 Single or Quad Core ARM Cortex-A9 CPU clocked at
>  1GHz. The TS-4900 features Gigabit Ethernet, SATA II Port, PCI Express
>  Bus, high speed USB host and device (OTG), and microSD card.
>  More details on the board here:
> -   http://wiki.embeddedarm.com/wiki/TS-4900
> +   https://docs.embeddedTS.com/TS-4900
>  
>  The TS-4900 is not currently supported by mainline Linux, so a
>  Technologic Systems Linux is used based on Linux 4.1.
> @@ -48,5 +48,5 @@ connector etc.
>  The bootloader comes pre-flashed on the board on an SPI flash. Since
>  updating the bootloader is risky and not trivial, it is not included
>  in the Buildroot defconfig. Refer to
> -http://wiki.embeddedarm.com/wiki/TS-4900#U-Boot for details on which
> +https://docs.embeddedTS.com/TS-4900#U-Boot for details on which
>  U-Boot config to use and how to flash it.
> diff --git a/board/technologic/ts5500/readme.txt b/board/technologic/ts5500/readme.txt
> index 1e73ab3ea1..1fe384faae 100644
> --- a/board/technologic/ts5500/readme.txt
> +++ b/board/technologic/ts5500/readme.txt
> @@ -5,7 +5,7 @@ This document explains how to set up a basic Buildroot system for the
>  Technologic Systems TS-5x00 serie of x86-based Single Board Computers.
>  
>  TS-5x00 Single Board Computers are based on the AMD Elan520 processor. For more
> -information please have a look at http://wiki.embeddedarm.com/wiki/#AMD
> +information please have a look at https://docs.embeddedTS.com/Documentation_Home#AMD
>  
>  The kernel configuration works for any AMD Elan520-based SBCs, but the support
>  is enhanced for the TS-5500 and TS-5400 models (on-board devices registration
> @@ -45,7 +45,7 @@ config, the BIOS must use Logical Block Addressing (LBA). You can do it by
>  choosing "Ide 0: AUTOCONFIG, LBA" under "IDE DRIVE GEOMETRY" in the "Basic CMOS
>  Configuration" screen. Also, don't forget to set the 'active' (or 'bootable')
>  flag on partition 1. For details about the CMOS setup, please see:
> -http://wiki.embeddedarm.com/wiki/TS-5500#System_BIOS_Setup_Screens
> +https://docs.embeddedts.com/TS-5500#System_BIOS_Setup_Screens
>  
>  Connect a terminal program to the rs232 connector marked "COM2"
>  with baudrate set to 115200, insert the Compact Flash card into the socket,
> diff --git a/board/technologic/ts7680/readme.txt b/board/technologic/ts7680/readme.txt
> index 43d5d135e8..3f703330bf 100644
> --- a/board/technologic/ts7680/readme.txt
> +++ b/board/technologic/ts7680/readme.txt
> @@ -8,7 +8,7 @@ The TS-7680 SBC is based on the Freescale i.MX286 ARM ARM926EJ-S
>  running at 454MHz. The TS-7680 features are 10/100 Ethernet ports,
>  Wi-Fi, microSD card, eMMC, NOR Flash, USB host port, CAN ports,
>  relays and ADC/DAC. More details on the board here:
> -https://wiki.embeddedarm.com/wiki/TS-7680
> +https://docs.embeddedTS.com/TS-7680
>  
>  The TS-7680 uses a 4.9 Linux kernel provided by Technologic Systems.
>  
> @@ -46,5 +46,5 @@ the SD jumper is present and the U-Boot jumper is not.
>  The bootloader comes pre-flashed on the board on an SPI flash. Since
>  updating the bootloader is risky and not trivial, it is not included
>  in the Buildroot defconfig. Refer to
> -https://wiki.embeddedarm.com/wiki/TS-7680#U-Boot for details on
> +https://docs.embeddedts.com/TS-7680#U-Boot for details on
>  which U-Boot config to use and how to flash it.
> diff --git a/configs/ts7680_defconfig b/configs/ts7680_defconfig
> index 7eb57ab1c5..e4f5c1aabd 100644
> --- a/configs/ts7680_defconfig
> +++ b/configs/ts7680_defconfig
> @@ -4,7 +4,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
>  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/technologic/ts7680/genimage.cfg"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedarm,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,embeddedTS,linux-4.9.y,d03d426e6abd95a973bc669315206295713c17e8)/linux-d03d426e6abd95a973bc669315206295713c17e8.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="ts_imx28"
>  BR2_LINUX_KERNEL_UIMAGE=y
>  BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
> diff --git a/package/ts4900-fpga/Config.in b/package/ts4900-fpga/Config.in
> index 7aa94e26f2..9f704fbc8c 100644
> --- a/package/ts4900-fpga/Config.in
> +++ b/package/ts4900-fpga/Config.in
> @@ -8,4 +8,4 @@ config BR2_PACKAGE_TS4900_FPGA
>  	  It is loaded by U-Boot during the boot sequence, the default
>  	  U-boot script expects to find it in the /boot folder.
>  
> -	  http://wiki.embeddedarm.com/wiki/TS-4900#FPGA_Changelog
> +	  https://docs.embeddedts.com/TS-4900#FPGA_Changelog
> diff --git a/package/ts4900-fpga/ts4900-fpga.hash b/package/ts4900-fpga/ts4900-fpga.hash
> index 2147aeb3c2..ed2941079a 100644
> --- a/package/ts4900-fpga/ts4900-fpga.hash
> +++ b/package/ts4900-fpga/ts4900-fpga.hash
> @@ -1,4 +1,4 @@
> -# From ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-linux/fpga/ts4900-fpga-20150930.bin.md5
> +# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20150930.bin.md5
>  md5 bf93c03ef914cf008287c8cd60781cc8  ts4900-fpga-20150930.bin
>  
>  # Locally calculated
> diff --git a/package/ts4900-fpga/ts4900-fpga.mk b/package/ts4900-fpga/ts4900-fpga.mk
> index 7bb62a3984..a3e42c0812 100644
> --- a/package/ts4900-fpga/ts4900-fpga.mk
> +++ b/package/ts4900-fpga/ts4900-fpga.mk
> @@ -6,9 +6,9 @@
>  
>  TS4900_FPGA_VERSION = 20150930
>  TS4900_FPGA_SOURCE = ts4900-fpga-$(TS4900_FPGA_VERSION).bin
> -TS4900_FPGA_SITE = ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4900-linux/fpga
> +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.
> -# https://github.com/embeddedarm/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
> +# https://github.com/embeddedTS/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
>  
>  define TS4900_FPGA_EXTRACT_CMDS
>  	cp $(TS4900_FPGA_DL_DIR)/$(TS4900_FPGA_SOURCE) $(@D)
> -- 
> 2.11.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] fix links to Technologic Systems web resources
  2022-03-07 21:14 [Buildroot] [PATCH 1/1] fix links to Technologic Systems web resources Kris Bahnsen via buildroot
  2022-03-09 20:45 ` Yann E. MORIN
@ 2022-03-17 21:46 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-17 21:46 UTC (permalink / raw)
  To: Kris Bahnsen via buildroot
  Cc: Julien Grossholtz, Vivien Didelot, Kris Bahnsen, Mathieu Audat

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

 > Technologic Systems has rebranded as embeddedTS with the current
 > domain eventually going offline. Update web/doc URLs to correct
 > resource locations.

 > Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
 > ---
 > RESEND:
 >  - Was not subscribed to Buildroot list with this email

Committed to 2021.02.x, 2021.11.x and 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-17 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 21:14 [Buildroot] [PATCH 1/1] fix links to Technologic Systems web resources Kris Bahnsen via buildroot
2022-03-09 20:45 ` Yann E. MORIN
2022-03-17 21:46 ` 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.