Re: [PATCH 5/5] powerpc: remove GRUB_IEEE1275_FLAG_NO_ANSI

2021-09-05 Thread Vladimir 'phcoder' Serbinenko
Le lun. 6 sept. 2021 à 08:53, Vladimir 'phcoder' Serbinenko < phco...@gmail.com> a écrit : > Any reason to drop OpenHackware? > I've just seen the other mail thread. Will answer there > > Le lun. 6 sept. 2021 à 07:48, Daniel Axtens a écrit : > >> Open Hack'Ware was the only user. >> >> Signed-of

Re: [PATCH 5/5] powerpc: remove GRUB_IEEE1275_FLAG_NO_ANSI

2021-09-05 Thread Vladimir 'phcoder' Serbinenko
Any reason to drop OpenHackware? Le lun. 6 sept. 2021 à 07:48, Daniel Axtens a écrit : > Open Hack'Ware was the only user. > > Signed-off-by: Daniel Axtens > --- > grub-core/term/ieee1275/console.c | 4 +--- > include/grub/ieee1275/ieee1275.h | 3 --- > 2 files changed, 1 insertion(+), 6 dele

[PATCH 4/5] powerpc: remove GRUB_IEEE1275_FLAG_CANNOT_INTERPRET

2021-09-05 Thread Daniel Axtens
Open Hack'Ware was the only user. Signed-off-by: Daniel Axtens --- grub-core/kern/ieee1275/ieee1275.c | 3 --- grub-core/net/drivers/ieee1275/ofnet.c | 12 include/grub/ieee1275/ieee1275.h | 3 --- 3 files changed, 18 deletions(-) diff --git a/grub-core/kern/ieee1275/ie

[PATCH 5/5] powerpc: remove GRUB_IEEE1275_FLAG_NO_ANSI

2021-09-05 Thread Daniel Axtens
Open Hack'Ware was the only user. Signed-off-by: Daniel Axtens --- grub-core/term/ieee1275/console.c | 4 +--- include/grub/ieee1275/ieee1275.h | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/grub-core/term/ieee1275/console.c b/grub-core/term/ieee1275/console.c index ad2

[PATCH 1/5] powerpc: drop Open Hack'Ware

2021-09-05 Thread Daniel Axtens
Open Hack'Ware was an alternative firmware of powerpc under qemu. The last commit to any Open Hack'Ware repo I can find is from 2014.[1] Open Hack'Ware was used for the qemu "prep" machine type, which was deprecated in qemu in commit 54c86f5a4844 ("hw/ppc: deprecate the machine type 'prep', repla

[PATCH 3/5] powerpc: remove GRUB_IEEE1275_FLAG_CANNOT_SET_COLORS

2021-09-05 Thread Daniel Axtens
Open Hack'Ware was the only user. Signed-off-by: Daniel Axtens --- grub-core/term/ieee1275/console.c | 15 ++- grub-core/video/ieee1275.c| 7 +++ include/grub/ieee1275/ieee1275.h | 3 --- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/grub-core/term/ie

[PATCH 2/5] powerpc: remove GRUB_IEEE1275_FLAG_FORCE_CLAIM

2021-09-05 Thread Daniel Axtens
Open Hack'Ware was the only user. It added a lot of complexity. Signed-off-by: Daniel Axtens --- grub-core/kern/ieee1275/init.c| 6 +- grub-core/lib/ieee1275/relocator.c| 4 grub-core/loader/powerpc/ieee1275/linux.c | 14 -- include/grub/ieee1275/ieee12

[PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-09-05 Thread Stephen Balousek
Allow the use of HTTP servers listening on ports other 80. This is done with an extension to the http notation of either: (http[,server[,port]]) - or - (http[,server[:port]]) Signed-off-by: Stephen Balousek --- grub-core/net/http.c | 43 +++ 1 file