[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2021-10-21 Thread Kevin O'Connor
On Tue, Oct 19, 2021 at 07:50:40PM -0400, Brad Smith via SeaBIOS wrote: > On 8/14/2021 1:02 AM, Brad Smith wrote: > > > As an OpenBSD developer I'm very interested in these patches. SeaBIOS is > > the only package > > left in our ports tree still using lld to link and one of very few ports > > not

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2021-10-19 Thread Brad Smith via SeaBIOS
On 8/14/2021 1:02 AM, Brad Smith wrote: As an OpenBSD developer I'm very interested in these patches. SeaBIOS is the only package left in our ports tree still using lld to link and one of very few ports not building with Clang. I just happened to come across your diffs looking to see if anythin

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2021-08-13 Thread Brad Smith via SeaBIOS
As an OpenBSD developer I'm very interested in these patches. SeaBIOS is the only package left in our ports tree still using lld to link and one of very few ports not building with Clang. I just happened to come across your diffs looking to see if anything had been done in this area when search

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2021-08-12 Thread Fāng-ruì Sòng via SeaBIOS
On Wed, Apr 21, 2021 at 6:48 PM Fāng-ruì Sòng wrote: > > On Wed, Aug 19, 2020 at 7:43 PM Fāng-ruì Sòng wrote: > > > > On Tue, Jul 28, 2020 at 6:02 PM Fāng-ruì Sòng wrote: > > > > > > On Thu, Jun 25, 2020 at 2:05 PM Fangrui Song wrote: > > > > > > > > On 2020-04-21, Fāng-ruì Sòng wrote: > > > >

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2021-05-01 Thread Fāng-ruì Sòng via SeaBIOS
On Wed, Aug 19, 2020 at 7:43 PM Fāng-ruì Sòng wrote: > > On Tue, Jul 28, 2020 at 6:02 PM Fāng-ruì Sòng wrote: > > > > On Thu, Jun 25, 2020 at 2:05 PM Fangrui Song wrote: > > > > > > On 2020-04-21, Fāng-ruì Sòng wrote: > > > >On 2020-04-21, Gerd Hoffmann wrote: > > > >> Hi, > > > > > > > >Hi Gerd

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-08-19 Thread Fāng-ruì Sòng
On Tue, Jul 28, 2020 at 6:02 PM Fāng-ruì Sòng wrote: > > On Thu, Jun 25, 2020 at 2:05 PM Fangrui Song wrote: > > > > On 2020-04-21, Fāng-ruì Sòng wrote: > > >On 2020-04-21, Gerd Hoffmann wrote: > > >> Hi, > > > > > >Hi Gerd, thank you for your comments. > > > > > >>>You mean "Makefile: Change ET_

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-07-28 Thread Fāng-ruì Sòng
On Thu, Jun 25, 2020 at 2:05 PM Fangrui Song wrote: > > On 2020-04-21, Fāng-ruì Sòng wrote: > >On 2020-04-21, Gerd Hoffmann wrote: > >> Hi, > > > >Hi Gerd, thank you for your comments. > > > >>>You mean "Makefile: Change ET_EXEC to ET_REL so that lld can link > >>>bios.bin.elf" > >>> > >>>Let me a

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-06-25 Thread Fangrui Song
On 2020-04-21, Fāng-ruì Sòng wrote: On 2020-04-21, Gerd Hoffmann wrote: Hi, Hi Gerd, thank you for your comments. You mean "Makefile: Change ET_EXEC to ET_REL so that lld can link bios.bin.elf" Let me add more descriptions. I am a maintainer of lld ELF (I contributed most features and wrote

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-05-17 Thread Fāng-ruì Sòng
On 2020-04-14, Fāng-ruì Sòng wrote: On Mon, Apr 6, 2020 at 5:55 PM Fangrui Song wrote: This patch series make seabios linkable with lld. This is beneficial for FreeBSD ports as well https://svnweb.freebsd.org/ports/head/misc/seabios/Makefile as they can drop an LLD_UNSAFE As a maintainer of

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-04-21 Thread Fāng-ruì Sòng
On 2020-04-21, Gerd Hoffmann wrote: Hi, Hi Gerd, thank you for your comments. You mean "Makefile: Change ET_EXEC to ET_REL so that lld can link bios.bin.elf" Let me add more descriptions. I am a maintainer of lld ELF (I contributed most features and wrote most items of lld 9/10's release no

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-04-21 Thread Gerd Hoffmann
Hi, > Since seabios just uses ET_EXEC as something similar to an ET_REL. > Binary patching the file seems the most portable approach. Wouldn't it be better to add a switch to ld to request ET_REL output instead? cheers, Gerd ___ SeaBIOS mailing lis

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-04-17 Thread Fāng-ruì Sòng
On 2020-04-16, Kevin O'Connor wrote: On Tue, Apr 14, 2020 at 12:07:54PM -0700, Fāng-ruì Sòng wrote: On Mon, Apr 6, 2020 at 5:55 PM Fangrui Song wrote: > This patch series make seabios linkable with lld. > [...] Ping... And https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-04-17 Thread Kevin O'Connor
On Tue, Apr 14, 2020 at 12:07:54PM -0700, Fāng-ruì Sòng wrote: > On Mon, Apr 6, 2020 at 5:55 PM Fangrui Song wrote: > > This patch series make seabios linkable with lld. > > [...] > Ping... > > And > https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread/CNOAJWOX2CM67TQVRNYA3A3SS2G

[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-04-14 Thread Fāng-ruì Sòng
On Mon, Apr 6, 2020 at 5:55 PM Fangrui Song wrote: > > This patch series make seabios linkable with lld. > > This is beneficial for FreeBSD ports as well > https://svnweb.freebsd.org/ports/head/misc/seabios/Makefile > as they can drop an LLD_UNSAFE > > As a maintainer of lld ELF, I have triaged nu