[coreboot] Re: git tag 24.12 (would clobber existing tag)

2025-04-05 Thread Angel Pons
Hi Paul, list On Mon, Mar 31, 2025 at 8:21 PM Paul Menzel wrote: > Dear Angel, > > > Thank you for your reply. > > Am 31.03.25 um 21:36 schrieb Angel Pons: > > > On Mon, Mar 31, 2025 at 1:55 PM Paul Menzel > wrote: > > > >> Dear coreboot folks, &

[coreboot] Re: git tag 24.12 (would clobber existing tag)

2025-03-31 Thread Angel Pons
Hi Paul, On Mon, Mar 31, 2025 at 1:55 PM Paul Menzel wrote: > Dear coreboot folks, > > > Just a quick question, if there the 24.12 tag was renewed back in > December(?). > > $ LANG= git fetch --tags > From ssh://review.coreboot.org:29418/coreboot > ! [rejected] 24.12

[coreboot] Re: Recent disciplinary action taken

2024-10-02 Thread Angel Pons
Hello list, On Wed, Oct 2, 2024 at 7:40 AM David Hendricks via coreboot < coreboot@coreboot.org> wrote: > Dear coreboot community members, > > Recently there was some unpleasant activity on Gerrit which violated our > community’s guidelines regarding respectful conduct. In this case the > coreboo

[coreboot] Re: links for "board-status" not found

2024-09-23 Thread Angel Pons
Hi lödur, Gitiles is disabled (I forget the reason, but it was severe enough to require disabling Gitiles in the meantime). So you would have to clone the relevant repository or use a mirror. For the first Gitiles link, you can look at the GitHub mirror instead: https://github.com/coreboot/corebo

[coreboot] Re: Enforcing coreboot as lowercase

2024-07-04 Thread Angel Pons
Hi, On Thu, Jul 4, 2024 at 3:48 PM Arthur Heymans wrote: > > Hi > > The coreboot trademark is registered as lowercase. > We enforce this in for instance commits, even when normal grammar would > dictate uppercase at the start of a sentence. > > This makes sense for very well known brands, compan

[flashrom] Re: flashrom dev meeting notes 27.06.2024

2024-07-02 Thread Angel Pons
ashchips data could make it easier to compare against SFDP information. But we'll cross the bridge when we get there (it'll be easier to decide later, with more information). > On Fri, Jun 28, 2024 at 9:27 AM Greg Troxel wrote: > > > > Angel Pons writes: > > > &

[coreboot] Re: 2024-06-26 - coreboot Leadership Meeting Minutes

2024-06-27 Thread Angel Pons
Hi list, On Thu, Jun 27, 2024 at 2:00 PM mina--- via coreboot wrote: > > # 2024-06-26 - coreboot Leadership Meeting *snip* > ### [Martin] Merge SLOs > * Can we define objectives for timeframes to get patches merged to > different areas in the codebase? > An individual mainboard that doesn’t

[flashrom] Re: flashrom dev meeting notes 27.06.2024

2024-06-27 Thread Angel Pons
Hi list, On Thu, Jun 27, 2024 at 1:45 PM Greg Troxel wrote: > > Anastasia Klimchuk writes: > > > * As the time goes, chip vendors are producing newer models, which > > sometimes re-use model IDs of old versions. Old versions are > > considered as "end of life", and replaced with newer models wit

[coreboot] [coreboot - Feature #461] (In Progress) Replacing Haswell mrc.bin blob with free software

2024-05-23 Thread Angel Pons
Issue #461 has been updated by Angel Pons. Category changed from board support to chipset configuration Status changed from New to In Progress Start date changed from 02/16/2023 to 04/01/2020 % Done changed from 0 to 30 Related links updated Affected hardware changed from T440p and other to All

[coreboot] [coreboot - Feature #540] Support for Lenovo ThinkPad X250 - the competitor to the shortly added HP EliteBook 820 G2

2024-05-22 Thread Angel Pons
Issue #540 has been updated by Angel Pons. Even though bypassing Boot Guard is possible on Skylake, the ME on Broadwell uses a completely different ISA for its CPU core (Skylake uses a mini-x86 core, Broadwell and earlier use some ARCompact thing?). So backporting the bootguard bypass thing

[flashrom] Re: RFC: removing 1 second verification delay

2024-04-25 Thread Angel Pons
exposed the flash contents to the chipset over LPC). - It's likely this delay isn't needed for SPI because of all of this, so let's consider skipping the delay for SPI. It's what most (but not all) people use these flashrom for these days. - Even if some non-SPI chips

[flashrom] Re: RFC: removing 1 second verification delay

2024-04-24 Thread Angel Pons
Hi Brian, list, Thanks for bringing this up on the mailing list. On Wed, Apr 24, 2024 at 9:16 PM Brian Norris wrote: > > Background: https://review.coreboot.org/c/flashrom/+/80807 > > A long time ago, in the pre-git times [1], flashrom added a 1 second > delay to all verification, and claimed th

[coreboot] Re: Found how to work some LEDs on P8Z77-M. Looking for implementation guidance.

2024-04-15 Thread Angel Pons
Hi Keith, On Mon, Apr 15, 2024 at 12:49 AM Keith Hui wrote: > > What an eye opener. > > Yesterday I stumbled upon some boardviews for my board, and the pro > variant. That could also let me sort out the pro's serial port without > one actually on hand, but that's for another time. Nice! Serial c

[coreboot] Re: How to best handle new Intel Saphire Rapids server boards based on Intel Archer City?

2023-06-19 Thread Angel Pons
Hi Paul, list, On Thu, Jun 8, 2023, 16:16 Paul Menzel wrote: > [Annie, Yiwei, I only added you to Cc. It’d be great if you made sure > that all involved people are subscribed to the coreboot mailing list.] > > Dear coreboot folks, > > > Two server boards based on Intel Archer City board, commit

[coreboot] [coreboot - Refactoring #460] Make mainboards using the variant concept

2023-03-09 Thread Angel Pons
Issue #460 has been updated by Angel Pons. akjuxr3 akjuxr3 wrote in #note-5: > > The xNx naming scheme also doesn't work in the general case. > > I know. In x4x the best example is the Intel X48 chipset. Its not supported > by coreboot. Reason for not supporting it is

[coreboot] [coreboot - Bug #455] superiotool recognizes the wrong chip and doesn't work.

2023-02-07 Thread Angel Pons
Issue #455 has been updated by Angel Pons. Have you tried running `sudo superiotool -d`? This should show the register dump for the Nuvoton Super I/O on your board. The AST2400 detection procedure is delusional (read random registers, if any returns non-zero then we have an AST2400), so it

[coreboot] [coreboot - Bug #449] ThinkPad T440p fail to start, continous beeping & LED blinking

2023-02-07 Thread Angel Pons
Issue #449 has been updated by Angel Pons. https://review.coreboot.org/72806 fixes the UBSAN errors, please review. Note that UBSAN-enabled coreboot still dies later on: ``` Loading module at 0x0003 with entry 0x0003. filesize: 0x178 memsize: 0x178 Processing 16 relocs. Offset value

[coreboot] [coreboot - Bug #449] (In Progress) ThinkPad T440p fail to start, continous beeping & LED blinking

2023-01-14 Thread Angel Pons
Issue #449 has been updated by Angel Pons. Assignee set to Angel Pons Status changed from New to In Progress Category changed from coreboot common code to board support Looks like coreboot dies because UBSAN encounters a bug. Please disable UBSAN and try again. Note that things like ASAN and

[coreboot] [coreboot - Bug #432] t440p reboots on suspend

2022-10-21 Thread Angel Pons
Issue #432 has been updated by Angel Pons. File osboot_t440p_ifd_bin_is_also_borked.log added Yes, it's definitely an osboot problem... Please report the issue to osboot folks, and point them to this ticket. After grabbing the T440p IFD.bin that osboot uses and using `util/ifdtool`&#

[coreboot] [coreboot - Bug #432] t440p reboots on suspend

2022-10-21 Thread Angel Pons
Issue #432 has been updated by Angel Pons. *sigh* where is the "Edit" button? Looks like the issue happens because something is messed up with the "ROM size"... ``` flash size 0x280 bytes SF: Detected 00 with sector size 0x1000, total 0x280 SF size 0x280

[coreboot] [coreboot - Bug #432] t440p reboots on suspend

2022-10-21 Thread Angel Pons
Issue #432 has been updated by Angel Pons. Hmmm, looks like the issue happens because the MRC cache Bug #432: t440p reboots on suspend https://ticket.coreboot.org/issues/432#change-1215 * Author: Josh R * Status: Response Needed * Priority: Normal

[coreboot] [coreboot - Bug #432] (Response Needed) t440p reboots on suspend

2022-10-21 Thread Angel Pons
Issue #432 has been updated by Angel Pons. Affected hardware changed from Lenovo t440p to Lenovo ThinkPad T440p Status changed from New to Response Needed Hi, osboot is not the same as coreboot. Have you asked the people responsible for osboot to provide support? It would be great if you could

[coreboot] [coreboot - Bug #412] x230 reboots on suspend

2022-10-20 Thread Angel Pons
Issue #412 has been updated by Angel Pons. Josh, could you please open a separate issue? Thanks. Bug #412: x230 reboots on suspend https://ticket.coreboot.org/issues/412#change-1204 * Author: Carson A. * Status: New * Priority: Normal * Target version

[flashrom] Re: master state / potential release

2022-10-18 Thread Angel Pons
Hi Richard, Maybe it's not intentional, but your email sounds rather unpleasant and very confusing. What would you like to achieve? Also, out of curiosity, did you see https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/message/65BNRWRTKLTMS7EDOGCN2NJYIFX5QXBV/ before writing your rep

[flashrom] Re: master state / potential release

2022-10-17 Thread Angel Pons
Hi all (again), We (Angel) just took the time to reorder the previous replies so that we can respond to them in-line. On Mon, Oct 17, 2022 at 11:34 AM Richard Hughes wrote: > > On Mon, 17 Oct 2022 at 12:24, Edward O'Callaghan wrote: > > > > On Mon, 17 Oct 2022 at 20:27, Richard Hughes wrote: >

[flashrom] Re: master state / potential release

2022-10-17 Thread Angel Pons
Hi list, We (Angel) sense that this thread might potentially drift towards an unpleasant direction and we think the outcome wouldn't be forward-useful, i.e. it would make things worse. How are all of you doing? Is anyone feeling hurt? On Sat, Oct 15, 2022 at 11:53 AM Nico Huber wrote: > > Hi all

[flashrom] Re: Asus Z87-A

2022-10-15 Thread Angel Pons
Hi Sami, On Sat, Oct 15, 2022 at 7:44 PM Sami via flashrom wrote: > > Is there anything I can do anymore? See in-line messages. > // Sami > > flashrom --programmer internal --ifd -i bios --noverify-all -w Z87A.bin > flashrom v1.2 on Linux 5.10.0-18-amd64 (x86_64) > flashrom is free software, ge

[coreboot] [coreboot - Bug #310] (Resolved) Coreboot 4.14 fails on a Lenvovo T440p

2022-10-14 Thread Angel Pons
Issue #310 has been updated by Angel Pons. Affected OS set to All (coreboot bug) Affected hardware set to ThinkPad T440p Status changed from Response Needed to Resolved Bug #310: Coreboot 4.14 fails on a Lenvovo T440p https://ticket.coreboot.org/issues

[coreboot] [coreboot - Bug #427] x200: Two battery charging issues

2022-10-14 Thread Angel Pons
Issue #427 has been updated by Angel Pons. Hi, Yes, the EC should be reset by unplugging all power supplies, as it loses power. The RTC/CMOS battery shouldn't matter, but it would be a good idea to disconnect it as well if it's easy to do so. ---

[coreboot] [coreboot - Bug #427] x200: Two battery charging issues

2022-10-14 Thread Angel Pons
Issue #427 has been updated by Angel Pons. Could you please check if the "battery not charging" issues are still present when *not* using any software to mess with the thresholds? To properly test, please make sure the EC (Embedded Controller) gets reset: power off the laptop and

[coreboot] Re: New Defects reported by Coverity Scan for coreboot

2022-10-12 Thread Angel Pons
Hi all, On Tue, Oct 11, 2022 at 7:03 PM Angel Pons wrote: > > Hi Patrick, > > On Tue, Oct 11, 2022 at 6:43 PM Patrick Georgi wrote: > > > > "Angel Pons" schrieb: > > > > > We made the patches that made Coverity angry about this `format_pn()` &

[coreboot] Re: New Defects reported by Coverity Scan for coreboot

2022-10-11 Thread Angel Pons
Hi Patrick, On Tue, Oct 11, 2022 at 6:43 PM Patrick Georgi wrote: > > "Angel Pons" schrieb: > > > We made the patches that made Coverity angry about this `format_pn()` > > function. However, this is not an actual bug: the > > `eeprom_read_serial()` functio

[coreboot] Re: New Defects reported by Coverity Scan for coreboot

2022-10-11 Thread Angel Pons
Hi list, We made the patches that made Coverity angry about this `format_pn()` function. However, this is not an actual bug: the `eeprom_read_serial()` function returns a buffer that is at most 32 (`HERMES_SN_PN_LENGTH`) characters long, and the length of the `prefix` string is known at build-time

[flashrom] Re: Question on adding some WP documentation

2022-10-10 Thread Angel Pons
Hi all, Having this documentation added to the flashrom Wiki sounds like a great idea. Thank you for the proposal! On Mon, Oct 10, 2022 at 12:11 PM Sergii Dmytruk wrote: > > Hi Anastasia, > > On Mon, Oct 10, 2022 at 01:36:38PM +1100, Anastasia Klimchuk wrote: > > I looked through the website, th

[flashrom] Re: Old IRC channel

2022-10-02 Thread Angel Pons
Hi Nils, On Sun, Oct 2, 2022 at 9:25 PM Nils Woeste wrote: > > Hi, I encountered an Issue with flashing a BIOS and the message says > "Get help on IRC at chat.freenode.net (channel #flashrom)" > > this points to an old server not monitored. The correct one (Libera.chat) > should also be included

[coreboot] [coreboot - Bug #412] x230 reboots on suspend

2022-09-02 Thread Angel Pons
Issue #412 has been updated by Angel Pons. I concur with Nico's assessment. I imagine you changed the "ROM chip size" option to get a 4 MiB file to flash to the second flash chip (4 MiB). Instead of doing that, https://doc.coreboot.org/mainboard/lenovo/Ivy_Bridge_series.htm

[coreboot] Re: RFC: Deprecating VBOOT_VBNV_CMOS

2022-08-14 Thread Angel Pons
flash writes or > not? If not, who might know the answer? > These platforms should also support early writes, but it would be nice to test them. I'd suggest making one change for each platform, so that it's easier to keep track of the test status for each. I'll try to add review

[coreboot] Re: [flashrom] Intel Kaby Lake Y w/ iHDCP2.2 Prem ERASE_FAILED

2022-07-22 Thread Angel Pons
e sort. > Kind regards, > Craft > > On Thu, Jul 21, 2022 at 3:59 AM Angel Pons wrote: >> >> Hi, >> >> On Thu, Jul 21, 2022 at 2:23 AM J. Craft wrote: >> > >> > Let me know if there's anything else needed and what might be suggested in

[flashrom] Re: Intel Kaby Lake Y w/ iHDCP2.2 Prem ERASE_FAILED

2022-07-21 Thread Angel Pons
Hi, On Thu, Jul 21, 2022 at 2:23 AM J. Craft wrote: > > Let me know if there's anything else needed and what might be suggested in > this situation. *snip* > 0x84: 0x89ef09d0 PR0: Warning: 0x009d-0x009e is read-only. flashrom errors out because this region is read-only. I'm pretty sur

[coreboot] Re: Intel Quark - a quick update

2022-07-19 Thread Angel Pons
Hi Andy, On Tue, Jul 19, 2022 at 2:19 PM Andy Pont wrote: > > Ron wrote… > > >so how's it going? > Slowly! The day job has got in the way a bit but I have been struggling > to build the FSP binaries based on the instructions at [1]. I’m not > sure whether that is down to me not fully understandi

[coreboot] Re: RFC: Deprecating VBOOT_VBNV_CMOS

2022-07-18 Thread Angel Pons
Hi, On Mon, Jul 18, 2022 at 8:34 AM Yu-Ping Wu via coreboot wrote: > > Hi, > > There's an ongoing effort to expand vboot nvdata (nvstorage) from 16 to 64 > bytes [issue]. To reduce unnecessary complexity of our firmware code > accessing nvdata, we'd like to drop 16-byte nvdata support from the

[coreboot] [coreboot - Bug #318] (Resolved) denverton_ns: Fix MRC cache write

2022-06-18 Thread Angel Pons
Issue #318 has been updated by Angel Pons. Status changed from Response Needed to Resolved Marked as resolved, I don't know if backports are done yet. Bug #318: denverton_ns: Fix MRC cache write https://ticket.coreboot.org/issues/318#change-967 * A

[coreboot] Re: NULL pointer deref in soc/intel/skylake/irq.c

2022-06-18 Thread Angel Pons
Hi Benjamin, On Wed, Jun 15, 2022 at 9:23 PM Benjamin Doron wrote: > > Hi all, > `src/soc/intel/skylake/irq.c:soc_irq_settings()` dereferences NULL by > memcpy'ing devintconfig to params->DevIntConfigPtr. As far as I can tell, > this happens because we're copying a structure onto a UPD that's a

[coreboot] Re: [RFC] #pragma once

2022-05-16 Thread Angel Pons
Hi Arthur, list, On Sun, May 15, 2022 at 6:56 PM Arthur Heymans wrote: > > Hi > > To make sure headers don't create conflicts, guards are added to all of them. > But the guard needs to be correct: e.g. > https://review.coreboot.org/c/coreboot/+/64360/2 > Most compilers implement '#pragma once '

[coreboot] Re: [RFC] i945 problematic code for IGD device enable, BUG?

2022-04-25 Thread Angel Pons
Hi Petr, On Sun, Apr 24, 2022 at 7:33 AM Petr Cvek wrote: > > Hello again :-D, > > I'm working on a code for a simultaneous use of IGD (GMA950) and x16 PCIe > slot GPU. I've made some success, but the code which handles the IGD > initialization is really weird. If your PCIe device is a graphic

[coreboot] Re: Can coreboot run on a Dell Wyse 3290 or 3030?

2022-04-25 Thread Angel Pons
Hi, On Sat, Apr 23, 2022 at 11:37 AM Peter Stuge wrote: > > Martin Butt wrote: > > Do you know if Coreboot would work on either of these systems? > .. > > Both the 3290 and the 3030 CPUs are a Intel Celeron N2807 1.58GHz > > That's the CPU marketing name which in firmware like coreboot doesn't >

[coreboot] Re: [coreboot][GSoC] idea for a proposal project porting to a Thinkpad AMD Ryzen 3rd gen machine

2022-04-03 Thread Angel Pons
Hi Lahfa Samy, I was a GSoC student in 2020. I had already been a coreboot contributor for some time, so I came up with a project idea of my own: add support for Intel Bay Trail to libgfxinit (see https://blogs.coreboot.org/blog/2020/08/31/gsoc-libgfxinit-add-support-for-bay-trail/ for details). I

[flashrom] Re: [MT25QU256] Tested probe, read, write and erase through ft2232_spi programmer

2022-03-08 Thread Angel Pons
Hi Charles, On Tue, Mar 8, 2022 at 2:13 PM Charles Parent wrote: > Hello, > > First thank you a lot for your amazing work on flashrom, I just discovered > this software and it saved me a lot of time lately ! > > I use it to flash a MT25QU256 through a FTDI4233H, and as software is > telling me t

[flashrom] Re: atapromise

2022-01-26 Thread Angel Pons
Hi, On Wed, Jan 26, 2022 at 10:06 AM Jd Lyons via flashrom wrote: > > What is the correct command to run flashrom for Promise ATA chipsets? > > Flashrom —programmer atapromise doesn’t work. The atapromise programmer isn't compiled in by default. I'm pretty sure it's because it cannot be used as

[flashrom] Re: How to obtain a BIOS image from another computer use flashrom?

2022-01-24 Thread Angel Pons
Hi, On Sun, Jan 23, 2022 at 9:49 AM Mike Banon wrote: > > Good day! The flashrom software has the "internal" mode - using which, > you may be able to access the BIOS chip directly from your OS, if your > hardware is supported. In example: > > sudo flashrom -p > internal:laptop=force_I_want_a_bric

[coreboot] Re: Memory Down approach Error on intel Denverton board

2022-01-24 Thread Angel Pons
Hi, On Mon, Jan 24, 2022 at 8:26 AM Ganesh Kumar C via coreboot wrote: > > Hi MariuszX, > > > Thanks for you time . > > > Yes . I have added the below memoryDownConfig struct in > > src/mainboard/intel/harcuvar/romstage.c file . > > const MEMORY_DOWN_CONFIG mMemoryDownConfig = { > .SlotS

[coreboot] Re: Denverton-NS refactoring

2022-01-08 Thread Angel Pons
Hi Jeff, On Fri, Jan 7, 2022 at 5:13 AM Jeff Daly wrote: > > Another thing I'd like to say (and it's probably pretty obvious once the > majority of the commits start coming through) is that a lot of work has been > done for this. In order to make the commit chunks more logical in their > grou

[flashrom] Re: Quanta Freedom Firmware project

2021-12-07 Thread Angel Pons
Hi Billy, On Tue, Dec 7, 2021 at 8:23 AM Billy Croan wrote: > > I've been tasked with updating bioses on some machines we have which have no > manufacturer support. They were made by Quanta I think, as part of > OpenCompute project. I have several boards that area all physically the > same,

[coreboot] Re: Does PCI driver code belong in coreboot (ARM)?

2021-12-06 Thread Angel Pons
Hi list, On Mon, Dec 6, 2021 at 7:37 AM Jianjun Wang wrote: > > On Sat, 2021-12-04 at 20:53 +0800, Hung-Te Lin wrote: > > On Wed, Dec 1, 2021 at 10:08 PM Patrick Georgi > > wrote: > > > 1. Dezember 2021 12:06, "Paul Menzel" > > > schrieb: > > > > If I remember correctly, coreboot’s goal to only

[coreboot] Re: Suggestion for deprecation: LEGACY_SMP_INIT & RESOURCE_ALLOCATOR_V3

2021-11-30 Thread Angel Pons
Hi Branden, On Mon, Nov 29, 2021 at 9:18 PM Branden Waldner wrote: > > I wasn't really sure that I wanted to comment on this, but seeing as > how I have some of the affected boards I guess I should. Thank you very much. > Angel Pons wrote: > > Besides AMD AGESA boards

[coreboot] Re: DIP8 flash programming for development

2021-11-27 Thread Angel Pons
Hi Pedro, On Fri, Nov 26, 2021 at 11:02 PM Pedro Erencia wrote: > > Hi, > > I'm thinking about porting coreboot to a FM2A88X Extreme4+ board. This board > has a DIP8 flash with a socket and I wondered what would be the best way to > do an efficient development cycle. Ideally, I suppose that the

[coreboot] Re: Suggestion for deprecation: LEGACY_SMP_INIT & RESOURCE_ALLOCATOR_V3

2021-11-25 Thread Angel Pons
Hi Mike, I typically don't indulge in mailing list drama, but I'm sick and tired of seeing people waste their time and energy along with others'. This is not the first time I've seen something like this: something similar happened about two years ago when other AMD boards (KGPE-D16 and KCMA-D8, am

[coreboot] Re: Personal challenge | Ramp up on coreboot : Trials on aftermarket X58 motherboards.

2021-11-23 Thread Angel Pons
Hi Mickaël, On Tue, Nov 23, 2021 at 11:29 AM Master wrote: > > Hello everyone, > > I hope you're doing fine > > I would like to do some trials to see if I may be able to support few boards > I have cause they are aftermarket withoout EFI and without firmware updates > and not working as I would

[coreboot] Re: Does the mrc.bin extracted from BayTrail-M chromebox work with BayTrail-D celeron J1900

2021-11-04 Thread Angel Pons
Hello, On Thu, Nov 4, 2021 at 8:58 AM Simon Newton wrote: > > Hi there > Yes it does. Rename mrc.bin to mrc.elf Yes, the latest Bay Trail MRC binaries are ELF files, so their entry point is not at the beginning of the file. MRC's position in flash needs to be adjusted accordingly using the data

[coreboot] Re: Installing OpenBIOS/coreboot

2021-11-02 Thread Angel Pons
Hi Bernd, On Tue, Nov 2, 2021 at 12:08 PM bernd...@web.de wrote: > > Hi. Just to ensure I don't go in the wrong direction: If I follow these > instructions https://doc.coreboot.org/tutorial/part1.html do I install > coreboot with OpenBIOS (because I've read something with SeaBIOS or so)? These

[coreboot] Re: Installing OpenBIOS/coreboot

2021-11-02 Thread Angel Pons
Hi ___ (hmmm, I don't think this is your name), On Tue, Nov 2, 2021 at 11:19 AM bernd...@web.de wrote: > > Hi. I follow these instructions: > > https://doc.coreboot.org/tutorial/part1.html > > I'm on Step 5 - Configure the build > Check your configurati

[flashrom] Re: Truncating flash for oversized image

2021-11-01 Thread Angel Pons
Hi Rob, On Sun, Oct 31, 2021 at 10:18 PM David Hendricks wrote: > > On Sun, Oct 31, 2021 at 10:10 AM Rob Shore wrote: >> >> Hello! >> >> I've just discovered Flashrom as a way to use a Dediprog SPI programmer with >> MacOS, which is awesome. I've got a bit of a strange question though: >> >> I

[coreboot] Re: ECC in native ram init? (sandy/ivy)

2021-09-08 Thread Angel Pons
Hi Matt, list, On Wed, Sep 8, 2021 at 3:29 PM Matt B wrote: > > Would an Ivybridge CPU even be expected to work with RDIMMs? Was this > something anticipated when native raminit was written? I don't think so. RDIMMs have higher latencies and very likely exceed the maximum value that can be prog

[coreboot] Re: Firmware another laptop

2021-08-19 Thread Angel Pons
Hi Stefano, Keith, list, On Thu, Aug 19, 2021 at 10:17 PM Keith Emery wrote: > > I think you meant to ask if it's possible to do. That can't be answered > without more information about the hardware... A lot more. > > At a minimum the precise model of mainboard, or a precise model number. > > On

[coreboot] Re: coreboot-4.8.1 ... mce errors

2021-06-11 Thread Angel Pons
Hi Nico, Sven, On Fri, Jun 11, 2021 at 9:19 AM Nico Huber wrote: > > Hi Sven, > > On 11.06.21 00:55, Sven Semmler wrote: > > On my ThinkPad T430 running Coreboot-4.8.1 as part of an Heads install, > > I see these error messages when turning on the PC: > > > > mce: [Hardware Error]: CPU 0: Machine

[coreboot] Re: link time optimization testing

2021-06-01 Thread Angel Pons
Hi Branden, list, On Tue, Jun 1, 2021 at 2:10 AM Branden Waldner wrote: > > The LTO patches seem to both compile and work/boot for me on the p2b. > > I built it both on a debian sid x86_64 system and on the gentoo i686 > setup I currently have for the p2b, both with the coreboot > crossgcc-i386 t

[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 d

[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 f

[coreboot] Re: Yangling/ FW6C board with different SUPERIO CHIP, I found the problem

2021-05-14 Thread Angel Pons
Hi, On Fri, May 14, 2021 at 7:38 PM lain via coreboot wrote: > > Probing for ITE Super I/O (init=standard) at 0x2e... > Failed. Returned data: id=0x8613, rev=0x8 superiotool doesn't know about the IT8613E, but looks like there's one. Best regards, Angel ___

[coreboot] Re: Intent to release coreboot 4.14 on May 10

2021-04-26 Thread Angel Pons
Hi Patrick, list, On Mon, Apr 26, 2021 at 3:12 PM Patrick Georgi via coreboot wrote: > > Hi everybody, > > This email starts the release process for coreboot 4.14, so we're now at the > "~2 weeks prior to release" step in our > https://doc.coreboot.org/releases/checklist.html > > As usual, our

[coreboot] Re: HP compaq 8200 compatability

2021-04-12 Thread Angel Pons
Hi Peter, list, On Mon, Apr 12, 2021 at 12:06 PM Peter Stuge wrote: > > ppbruhuwu--- via coreboot wrote: > > Hello so i was talking to my friend about coreboot but i saw that > > only the SFF version of the compaq 8200 was compatible and so i > > wanted to know why that is? > > Those adding that

[coreboot] Re: problem after "convert to ASL 2.0"

2021-04-06 Thread Angel Pons
Hi Andrew, list On Tue, Apr 6, 2021 at 6:52 PM Andrew A. I. wrote: > > Hello, Elyes! > After "Convert to ASL 2.0 syntax" set of commits to current coreboot branch, > i lost the data of battery current on BAT state from: > cat /sys/class/power_supply/BAT0/current_now > 0 > On AC state (charging)

[coreboot] Re: Which of these mini-ITX mainboards is best supported?

2021-02-05 Thread Angel Pons
Hi Andrew, On Fri, Feb 5, 2021 at 6:06 PM Andrew Luke Nesbit wrote: > > On 04/02/2021 09:41, Angel Pons wrote: > > Hi Andrew, > > Hi Angel, > > Thanks for the reply. > > > On Wed, Feb 3, 2021 at 11:46 PM U'll Be King Of The Stars > > wrote: >

[coreboot] Re: Which of these mini-ITX mainboards is best supported?

2021-02-04 Thread Angel Pons
Hi Andrew, On Wed, Feb 3, 2021 at 11:46 PM U'll Be King Of The Stars wrote: > > - Intel D410PT (doesn't seem to be in current source tree) The D410PT and the D510MO use the same code. Support was added in https://review.coreboot.org/2 (which merely renames the Kconfig option). Best regard

[coreboot] One QCLK is half a full clock cycle (tCK)

2021-01-12 Thread Angel Pons
Hi list, I'm writing this email because there's one thing I always forget about. Now that I am sure about it, I would like to write it down somewhere so that I can't forget about it anymore. Anyway, that one thing is: On Intel memory controllers, one QCLK (Quadrature Clock) equals one half of a f

[coreboot] Re: Help locating BIOS flash IC on a not yet supported mini PC board

2021-01-12 Thread Angel Pons
Hi Peter, On Tue, Jan 12, 2021 at 6:15 PM Peter Mueller wrote: > > https://pasteboard.co/JJknICr.jpg Ah, I see it: it's on the top right quadrant next to the USB connector. That gray thing is a socket, and should contain the flash chip we're looking for. Lucky you! With the flash chip in a socke

[coreboot] Re: Help locating BIOS flash IC on a not yet supported mini PC board

2021-01-12 Thread Angel Pons
Hi Peter, On Tue, Jan 12, 2021 at 4:26 PM wrote: > > Hello coreboot community, > > as an open source fan I recently get to know coreboot and really like the > idea behind. > Sadly I bought my computer HW before learning more on libre friendly hardware > that > respects your freedom. Now I try t

[coreboot] Re: Supporting a new board

2021-01-12 Thread Angel Pons
Hi, On Tue, Jan 12, 2021 at 11:24 AM Alif Ilhan wrote: > > Thank you. I will make sure it will not happen. But can anyone tell me where > can I find MRC.bin from pineview? Which chromebook specifically? Pineview Chromebooks did not use coreboot, so there's no MRC.bin to use with coreboot. In an

[coreboot] Re: "Fixing" `1 << 31` (technically undefined behavior with known implementation-specific results)

2021-01-07 Thread Angel Pons
Hi list, Since register fields usually have more than one bit, I prefer to always use explicit shifts for consistency. The one case where I prefer the BIT() macro is to reduce the amount of nested braces when testing for individual bits in a mask. GCC encourages adding unnecessary braces for expre

[coreboot] Announcing coreboot 4.13

2020-11-20 Thread Angel Pons
ease. If there is interest in maintaining support for these platforms beyond the next release, please ensure that the platforms are fixed to conform to the expectations of resource allocation. Best regards, Angel Pons OpenPGP_0x53C88CBFBC4F65F3.asc Descrip

[coreboot] Re: Memory initialisation error

2020-11-18 Thread Angel Pons
Hi Andy On Wed, Nov 18, 2020 at 1:22 PM Andy Pont wrote: > > Angel wrote... > > I can’t match what is printed on the top of the Micron devices (two lines of > text “0JE75” and “D9ZFW”) to any part numbers on Micron’s website. Is it some > kind of encoded version of the part number or is it just

[coreboot] Re: Memory initialisation error

2020-11-18 Thread Angel Pons
Hi, On Wed, Nov 18, 2020 at 10:00 AM Andy Pont wrote: > > Naresh wrote… > > Don't know how to recover SPD from UEFI but Try to read memory part number > written on chip and provide that. Look for SPD file with that name if it's > already present in coreboot. > > The schematics for the platform

[coreboot] Re: Planning the next coreboot release

2020-11-17 Thread Angel Pons
Hello again, Given that there's still some activity going on regarding deprecations on the release notes, the release may be delayed one or two more days to let things settle down, but no more. I look into having the release done this week, but I'd also like to proceed without rushing as it's my f

[coreboot] Re: Information about "HP-Compaq 8200 Elite SFF"

2020-11-15 Thread Angel Pons
Hi Dario, On Sun, Nov 15, 2020 at 5:42 PM wrote: > > Hi guys > Thanks a lot for the great work on coreboot. > > I'm looking for install coreboot on my "HP-Compaq 8200 Elite SFF", so > I was happy to found your site: > https://doc.coreboot.org/mainboard/hp/compaq_8200_sff.html > > In this document

[coreboot] Re: Planning the next coreboot release

2020-11-13 Thread Angel Pons
Hi again, About a week ago, I announced our plans to do a new coreboot release, which is scheduled to take place next Wednesday, November 18. This means we're currently at the "~1 week prior to release" point of our release checklist (at https://doc.coreboot.org/releases/checklist.html). To this

[coreboot] Re: Including a video BIOS

2020-11-11 Thread Angel Pons
Hi Andy, Naresh, On Wed, Nov 11, 2020 at 5:10 PM Andy Pont wrote: > > Naresh wrote… > > Looking at kconfig, the mainboard should select MAINBOARD_HAS_LIBGFXINIT. > For example see "grep -rsn MAINBOARD_HAS_LIBGFXINIT src/" > > I haven't used this, so not sure what else might be needed. > > In or

[coreboot] Re: Deprecating spurious PCI bus master enabling (was Re: Planning the next coreboot release)

2020-11-10 Thread Angel Pons
Hi Werner, Ron, Nico, list, While it would be great to not have to implement Bus Master workarounds in coreboot, I guess it's sometimes unavoidable because of external constraints. I would much prefer to have the actual problem fixed instead (code assuming Bus Master is enabled by default), but if

[coreboot] Re: Is HP ProLiant DL360e Gen8 supported in Coreboot?

2020-11-09 Thread Angel Pons
Hi, On Mon, Nov 9, 2020 at 6:42 PM wrote: > > Hello! I'm trying to find if my hardware supports Coreboot. I found 1 table > which is retired, second that is probably not retired and then current > documentation that doesn't seem to say as much. So, sorry if I missed it. > Will Coreboot work wi

[coreboot] Planning the next coreboot release

2020-11-04 Thread Angel Pons
se take a look at the preliminary release notes in Documentation/releases/coreboot-4.13-relnotes.md and add whatever happened since 4.12 that is worth mentioning. If unsure, simply push a change to Gerrit and have your fellow developers discuss it. Thanks, Angel Pons ___

[coreboot] Re: [RFC] Replace strapping entries in coreboot table

2020-10-28 Thread Angel Pons
Hi list, On Wed, Oct 28, 2020 at 10:17 PM Julius Werner wrote: > Okay, fair enough. Angel commented on the CL that this email thread > needs to get resolved before the patch can land, so I wanted to try to > help resolve it. No, I never said that. I merely pointed out that discussion was taking

[flashrom] Re: One build system to rule them all (Meson)

2020-10-28 Thread Angel Pons
out which distros shipping flashrom are using, > either the make-based version or the meson-based version. That might > help you make up your mind. It is very simple: the `-o` command-line option is unusable on the distributions which have switched to meson to build flashrom. > Ri

[coreboot] Re: How to debug open-source AGESA with serial console?

2020-10-15 Thread Angel Pons
Hi list, On Thu, Oct 15, 2020 at 5:48 PM Clay Daniels wrote: > > Paul, you are probably way ahead of this, but I found something pre-AGESA > from 2003 that says: > > "Unlike minicomputer systems, the IBM PC was not designed to use a serial > console. This has two consequences. > > Firstly, Powe

[coreboot] Re: FW: P8H61-m LX2 coreboot?

2020-10-04 Thread Angel Pons
Hi Matej, On Sun, Oct 4, 2020 at 7:37 AM Matej Voľanský wrote: > > Hello, > I have P8H61-m LX2 in my desktop right now. I want to switch from Win10 to > Arch Linux and thought about also switching to coreboot. Unfortunately, I > can’t find this MBO in your board status. There’s P8H61-m LX, LX3

[flashrom] Re: Schematic: MSI X570-A PRO (MS-7C37) ?

2020-09-27 Thread Angel Pons
Hi Clay, On Sun, Sep 27, 2020 at 8:23 PM Clay Daniels wrote: > > Looking for schematic for: > MSI X570-A PRO (MS-7C37) > > Ivan Ivanov pointed out a very nice detailed view which I could not find in > MSI marketing propaganda, and it looks like I will need to use a CH341A > external programmer.

[coreboot] Re: Question about PR

2020-09-17 Thread Angel Pons
Hi, On Thu, Sep 17, 2020 at 2:50 PM Michal Zygowski wrote: > > Hi, > > Please check out also this guide: > https://www.coreboot.org/Git#Pushing_changes > > you need to tell git where to push: `HEAD:refs/for/master`. It seems the > guide on https://doc.coreboot.org/tutorial/part2.html is missing o

[flashrom] Re: Success Report - Intel Z370 on MSI Z370-A PRO motherboard

2020-09-09 Thread Angel Pons
Hi list, On Wed, Sep 9, 2020 at 9:07 PM Clay Daniels wrote: > > Congrats, Aspen. I have a MSI X570-A PRO (MS-7C37) Motherboard and trying to > get flashrom v1.2 on FreeBSD 13.0-CURRENT to recognize my mb. Looking at the > supported hardware at https://www.flashrom.org/Supported_hardware I don't

[coreboot] Re: Proper way to obtain mrc.bin for thinkpad t440p?

2020-08-24 Thread Angel Pons
Hi all, That coreboot fork does not automate the process of obtaining mrc.bin at all. Instead, it contains a disassembled/decompiled version of MRC and uses that instead. I would not recommend using that fork because it's outdated. On coreboot master, there's https://review.coreboot.org/43559 whic

[coreboot] Naming convention of register update functions

2020-08-20 Thread Angel Pons
Dear mailing list, I've been asked in https://review.coreboot.org/42134 to please start a discussion on the mailing list about the naming convention of the functions I've added in said patch. I decided to use `unset_and_set` because that's what libgfxinit uses. In coreboot, we already have `clrse

[coreboot] Re: kabylake RVP7 coreboot pcie/sata issue

2020-08-20 Thread Angel Pons
> 2. devicetree.cb > > 3. gpio.h (SATAXPCIE1 detect) It would be nice to see which changes are needed. This would be very easy if the code were public, e.g.: upstream or on review. > Thanks a lot for your help on any of these issue. &g

[flashrom] Re: Tried to flash but cannot commence flash with v1.2

2020-08-04 Thread Angel Pons
Hi Stephen, On Tue, Aug 4, 2020 at 12:51 PM Stephen Wong wrote: > > Hello guys > > i have a laptop equipped with GIGADEVICE chip, attached the photo for > the ram chip I don't see any RAM chip in the picture. That GigaDevice chip is a flash chip, though. Looks like it's a 512 KiB (kibibytes) par

  1   2   3   >