[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Urja Rannikko
> > Currently, on libera there are 46 people and on OFTC 2 people (me included). > > > > So I would say let's move to libera. > > Agreed. Let’s do what most members in #coreboot users already did. +1 I know I'm not a regular contributor or anything, but fwiw currently the only channels keeping me

[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Angel Pons
Hi, On Thu, May 27, 2021 at 10:05 AM Patrick Georgi wrote: > > For that reason I created https://review.coreboot.org/c/coreboot/+/55010 and > https://review.coreboot.org/c/coreboot/+/55011 that retarget IRC links to > libera.chat, promote the Matrix bridge and the Discord presence. Last link

[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Angel Pons
Hi list, On Thu, May 27, 2021 at 12:39 AM Stefan Reinauer wrote: > > On Tue, May 25, 2021 at 6:01 AM Patrick Georgi via coreboot > wrote: >> >> Hi everybody, >> >> you might have heard that freenode.org recently changed management under >> weird circumstances. Given that we use their services

[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Patrick Georgi via coreboot
27. Mai 2021 11:44, "Angel Pons" schrieb: >> On Tue, May 25, 2021 at 6:01 AM Patrick Georgi via coreboot >> wrote: >>> So, what should we do? > > I'd suggest moving to Libera. I think the Matrix bridge to Libera is > running now. It is: #coreboot:libera.chat is accessible (although you'll need

[coreboot] Printing u32 on 32-bit and 64-bit without cast

2021-05-27 Thread Paul Menzel
Dear coreboot folks, There is no common length modifier for u32 for “32-bit and 64-bit”. Currently, I am running into problems building `src/cpu/x86/smm/smm_module_loader.c:415:42` with `x86_64-linux-gnu-gcc-10 -m32` [1]. printk(BIOS_DEBUG, "%s: stack_end = 0x%lx\n", __func__,

[coreboot] Re: Printing u32 on 32-bit and 64-bit without cast

2021-05-27 Thread Peter Stuge
Hi Paul, Paul Menzel wrote: > printk(BIOS_DEBUG, "%s: stack_end = 0x%lx\n", __func__, > stub_params->stack_top - total_stack_size); > > Using `PRIx32` fixes the build with 64-bit but now it fails with 32-bit, > as commit 3a323808 (include, lib: Add printf macros) [2] adds > >

[coreboot] Re: cgit on review.coreboot.org

2021-05-27 Thread Julius Werner
> Hi Julius, > Appending "?format=TEXT" to the file link in Gitiles (the "txt" link at the > bottom of the page) will give a base64-encoded copy of the file. Yeah, I wish they just had a ?format=raw instead, I don't get why they don't implement the most obvious option. Seems like they're not

[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Carl-Daniel Hailfinger
Am 27.05.21 um 11:22 schrieb Urja Rannikko: >>> Currently, on libera there are 46 people and on OFTC 2 people (me included). >>> >>> So I would say let's move to libera. >> Agreed. Let’s do what most members in #coreboot users already did. > +1 > > I know I'm not a regular contributor or anything,

[coreboot] Re: What should we do about freenode IRC services?

2021-05-27 Thread Shawn C
On Thursday, May 27, 2021 10:14 AM, Angel Pons wrote: > Hi, > > On Thu, May 27, 2021 at 10:05 AM Patrick Georgi patr...@georgi-clan.de wrote: > > > For that reason I created https://review.coreboot.org/c/coreboot/+/55010 > > and https://review.coreboot.org/c/coreboot/+/55011 that retarget IRC