All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] LynxOS is no longer supported
@ 2021-11-13 17:13 Thomas Huth
  2021-11-15  6:32 ` Stefan Roese
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2021-11-13 17:13 UTC (permalink / raw)
  To: u-boot
  Cc: Stefan Roese, Tom Rini, Scott McNutt, Heiko Schocher,
	Mike Frysinger, Marian Balakowicz

LynxOS needed the do_bootm_lynxkdi() function that got removed in
7e713067ee ("Remove LYNX KDI remainders") - and that function needed
a lynxkdi_boot() function, where the last implementation had been
removed in 98f705c9ce ("powerpc: remove 4xx support") already. Looks
like this OS is definitely not supported anymore, so remove it from
the corresponding lists.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 README       | 3 +--
 boot/image.c | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/README b/README
index 9606a8b3ac..064e781d45 100644
--- a/README
+++ b/README
@@ -3359,8 +3359,7 @@ details; basically, the header defines the following image properties:
 * Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD,
   4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks,
   LynxOS, pSOS, QNX, RTEMS, INTEGRITY;
-  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, LynxOS,
-  INTEGRITY).
+  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, INTEGRITY).
 * Target CPU Architecture (Provisions for Alpha, ARM, Intel x86,
   IA64, MIPS, NDS32, Nios II, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit;
   Currently supported: ARM, Intel x86, MIPS, NDS32, Nios II, PowerPC).
diff --git a/boot/image.c b/boot/image.c
index 992e72991d..6ab827b2d4 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -106,9 +106,6 @@ static const table_entry_t uimage_os[] = {
 	{	IH_OS_INVALID,	"invalid",	"Invalid OS",		},
 	{       IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware"  },
 	{	IH_OS_LINUX,	"linux",	"Linux",		},
-#if defined(USE_HOSTCC)
-	{	IH_OS_LYNXOS,	"lynxos",	"LynxOS",		},
-#endif
 	{	IH_OS_NETBSD,	"netbsd",	"NetBSD",		},
 	{	IH_OS_OSE,	"ose",		"Enea OSE",		},
 	{	IH_OS_PLAN9,	"plan9",	"Plan 9",		},
-- 
2.27.0


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

* Re: [PATCH] LynxOS is no longer supported
  2021-11-13 17:13 [PATCH] LynxOS is no longer supported Thomas Huth
@ 2021-11-15  6:32 ` Stefan Roese
  2022-01-04  9:20 ` Thomas Huth
  2022-01-13 12:53 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2021-11-15  6:32 UTC (permalink / raw)
  To: Thomas Huth, u-boot
  Cc: Tom Rini, Scott McNutt, Heiko Schocher, Mike Frysinger,
	Marian Balakowicz

On 11/13/21 18:13, Thomas Huth wrote:
> LynxOS needed the do_bootm_lynxkdi() function that got removed in
> 7e713067ee ("Remove LYNX KDI remainders") - and that function needed
> a lynxkdi_boot() function, where the last implementation had been
> removed in 98f705c9ce ("powerpc: remove 4xx support") already. Looks
> like this OS is definitely not supported anymore, so remove it from
> the corresponding lists.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   README       | 3 +--
>   boot/image.c | 3 ---
>   2 files changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/README b/README
> index 9606a8b3ac..064e781d45 100644
> --- a/README
> +++ b/README
> @@ -3359,8 +3359,7 @@ details; basically, the header defines the following image properties:
>   * Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD,
>     4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks,
>     LynxOS, pSOS, QNX, RTEMS, INTEGRITY;
> -  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, LynxOS,
> -  INTEGRITY).
> +  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, INTEGRITY).
>   * Target CPU Architecture (Provisions for Alpha, ARM, Intel x86,
>     IA64, MIPS, NDS32, Nios II, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit;
>     Currently supported: ARM, Intel x86, MIPS, NDS32, Nios II, PowerPC).
> diff --git a/boot/image.c b/boot/image.c
> index 992e72991d..6ab827b2d4 100644
> --- a/boot/image.c
> +++ b/boot/image.c
> @@ -106,9 +106,6 @@ static const table_entry_t uimage_os[] = {
>   	{	IH_OS_INVALID,	"invalid",	"Invalid OS",		},
>   	{       IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware"  },
>   	{	IH_OS_LINUX,	"linux",	"Linux",		},
> -#if defined(USE_HOSTCC)
> -	{	IH_OS_LYNXOS,	"lynxos",	"LynxOS",		},
> -#endif
>   	{	IH_OS_NETBSD,	"netbsd",	"NetBSD",		},
>   	{	IH_OS_OSE,	"ose",		"Enea OSE",		},
>   	{	IH_OS_PLAN9,	"plan9",	"Plan 9",		},
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH] LynxOS is no longer supported
  2021-11-13 17:13 [PATCH] LynxOS is no longer supported Thomas Huth
  2021-11-15  6:32 ` Stefan Roese
@ 2022-01-04  9:20 ` Thomas Huth
  2022-01-13 12:53 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2022-01-04  9:20 UTC (permalink / raw)
  To: u-boot
  Cc: Stefan Roese, Tom Rini, Scott McNutt, Heiko Schocher,
	Mike Frysinger, Marian Balakowicz

On 13/11/2021 18.13, Thomas Huth wrote:
> LynxOS needed the do_bootm_lynxkdi() function that got removed in
> 7e713067ee ("Remove LYNX KDI remainders") - and that function needed
> a lynxkdi_boot() function, where the last implementation had been
> removed in 98f705c9ce ("powerpc: remove 4xx support") already. Looks
> like this OS is definitely not supported anymore, so remove it from
> the corresponding lists.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   README       | 3 +--
>   boot/image.c | 3 ---
>   2 files changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/README b/README
> index 9606a8b3ac..064e781d45 100644
> --- a/README
> +++ b/README
> @@ -3359,8 +3359,7 @@ details; basically, the header defines the following image properties:
>   * Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD,
>     4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks,
>     LynxOS, pSOS, QNX, RTEMS, INTEGRITY;
> -  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, LynxOS,
> -  INTEGRITY).
> +  Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, INTEGRITY).
>   * Target CPU Architecture (Provisions for Alpha, ARM, Intel x86,
>     IA64, MIPS, NDS32, Nios II, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit;
>     Currently supported: ARM, Intel x86, MIPS, NDS32, Nios II, PowerPC).
> diff --git a/boot/image.c b/boot/image.c
> index 992e72991d..6ab827b2d4 100644
> --- a/boot/image.c
> +++ b/boot/image.c
> @@ -106,9 +106,6 @@ static const table_entry_t uimage_os[] = {
>   	{	IH_OS_INVALID,	"invalid",	"Invalid OS",		},
>   	{       IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware"  },
>   	{	IH_OS_LINUX,	"linux",	"Linux",		},
> -#if defined(USE_HOSTCC)
> -	{	IH_OS_LYNXOS,	"lynxos",	"LynxOS",		},
> -#endif
>   	{	IH_OS_NETBSD,	"netbsd",	"NetBSD",		},
>   	{	IH_OS_OSE,	"ose",		"Enea OSE",		},
>   	{	IH_OS_PLAN9,	"plan9",	"Plan 9",		},

Friendly ping!

Could someone pick this patch up? Thanks!

Happy new year,
   Thomas


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

* Re: [PATCH] LynxOS is no longer supported
  2021-11-13 17:13 [PATCH] LynxOS is no longer supported Thomas Huth
  2021-11-15  6:32 ` Stefan Roese
  2022-01-04  9:20 ` Thomas Huth
@ 2022-01-13 12:53 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-01-13 12:53 UTC (permalink / raw)
  To: Thomas Huth
  Cc: u-boot, Stefan Roese, Scott McNutt, Heiko Schocher,
	Mike Frysinger, Marian Balakowicz

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

On Sat, Nov 13, 2021 at 06:13:50PM +0100, Thomas Huth wrote:

> LynxOS needed the do_bootm_lynxkdi() function that got removed in
> 7e713067ee ("Remove LYNX KDI remainders") - and that function needed
> a lynxkdi_boot() function, where the last implementation had been
> removed in 98f705c9ce ("powerpc: remove 4xx support") already. Looks
> like this OS is definitely not supported anymore, so remove it from
> the corresponding lists.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-01-13 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13 17:13 [PATCH] LynxOS is no longer supported Thomas Huth
2021-11-15  6:32 ` Stefan Roese
2022-01-04  9:20 ` Thomas Huth
2022-01-13 12:53 ` 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.