[coreboot] Re: git tag 24.12 (would clobber existing tag)
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 -> 24.12 (would clobber > existing tag) > > I don’t think, I manually added a tag, but I can’t say for certain, what > I did several months ago. Which commit does your local 24.12 tag point to? > Kind regards, > > Paul > > > [1]: https://doc.coreboot.org/releases/coreboot-24.12-relnotes.html > ___ > coreboot mailing list -- coreboot@coreboot.org > To unsubscribe send an email to coreboot-le...@coreboot.org Best regards, Angel ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org
[coreboot] coreboot Meetings Announcement And Agenda Call
Dear coreboot Community, Please be reminded that we have an upcoming leadership meeting scheduled for Wednesday, April 2, 2025. [1] Kindly take a moment to update the agenda with matters you wish to see addressed during the meeting. [2] Thank you. ## Current Agenda Items ### [Martin] What’s going on with the GPL & Cisco? ### [Martin] Discussion about having meetings between companies and coreboot. * We would like to have some regular meetings with companies or other groups where upcoming plans can be discussed. ## Notifications * coreboot 25.03 release is complete. We will do a blog post for it tomorrow. [1](https://coreboot.org/calendar.html) [2](https://docs.google.com/document/d/1NRXqXcLBp5pFkHiJbrLdv3Spqh1Hu086HYkKrgKjeDQ/editpli=1&tab=t.0) ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org
[coreboot] Re: git tag 24.12 (would clobber existing tag)
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, 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 -> 24.12 (would clobber existing tag) I don’t think, I manually added a tag, but I can’t say for certain, what I did several months ago. Which commit does your local 24.12 tag point to? Sorry, I should have mentioned it: $ git log --oneline 24.12 -1 a1532790b9 (tag: 24.12) docs: Add 24.12 release notes $ git log --oneline refs/tags/24.12 -1 # Is that the correct command? a1532790b9 (tag: 24.12) docs: Add 24.12 release notes So, Matt’s explanation makes sense. Kind regards, Paul [1]: https://doc.coreboot.org/releases/coreboot-24.12-relnotes.html ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org
[coreboot] Re: git tag 24.12 (would clobber existing tag)
hi Paul, the initial 24.12 tag was not an annotated one, so it was removed and re-created "properly." The tagged commit hash is unchanged. regards, Matt On Mon, Mar 31, 2025, 9:04 AM 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 -> 24.12 (would clobber > existing tag) > > I don’t think, I manually added a tag, but I can’t say for certain, what > I did several months ago. > > > Kind regards, > > Paul > > > [1]: https://doc.coreboot.org/releases/coreboot-24.12-relnotes.html > ___ > coreboot mailing list -- coreboot@coreboot.org > To unsubscribe send an email to coreboot-le...@coreboot.org > ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org
[coreboot] [coreboot - Feature #583] Allow reconfiguring PCIe slots on Asus P8Z77-V
Issue #583 has been updated by Bill XIE. File p8z77v-r1.02.png added Feature #583: Allow reconfiguring PCIe slots on Asus P8Z77-V https://ticket.coreboot.org/issues/583#change-2058 * Author: Keith Hui * Status: New * Priority: Normal * Assignee: Keith Hui * Category: board support * Target version: none * Start date: 2024-11-30 * Related links: https://review.coreboot.org/c/coreboot/+/85413 * Affected hardware: mb/asus/p8z77-v Vendor firmware allows configuring the PCIe slots in three different ways, by reallocating 4 of the PCIe lanes between PCIEX16_3, PCIEX1_1, PCIEX1_2, and the onboard ASM1061 serial ATA controller providing 2 additional SATA ports. The options are (devices not shown are disabled): * X4: PCIEX16_3 as x4 * X1: PCIEX16_3 as x1, PCIEX1_1, PCIEX1_2 * Auto: PCIEX16_3 as x1, PCIEX1_1, ASM1061 The technical details have been worked out and implemented as patch CB:85413. However, two issues remain: 1. Despite our best efforts, PCIEX1_2 still doesn't work. 2. Configuring PCIEX16_3 for 4x requires changing a PCH soft strap from firmware, and coreboot lacks infrastructure for doing so. It has been established that the descriptor itself, which contains the soft straps, needs to be reflashed to make this change. This issue tracks our progress implementing this feature. ---Files autoport-p8z77v-gb83fac3e1c74-dirty.tgz (106 KB) cbmem-0-2-7-noPCIEX1_2.log (81.2 KB) p8z77-v-pcielane-gpio-probe-map.png (257 KB) p8z77v-r1.02.png (3.09 MB) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: https://ticket.coreboot.org/my/account ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org
[coreboot] [coreboot - Support #588] (New) Deguard AssertionError using ./generatedelta.py on Dell Optiplex 5040 SFF (0T7D40) full rom dump
Issue #588 has been reported by Walter Sonius. Support #588: Deguard AssertionError using ./generatedelta.py on Dell Optiplex 5040 SFF (0T7D40) full rom dump https://ticket.coreboot.org/issues/588 * Author: Walter Sonius * Status: New * Priority: Normal * Category: userspace utilities * Target version: none * Start date: 2025-03-31 Running the deguard `./generatedelta.py` on the flashrom dumped rom from a Dell Optiplex 5040 SFF (0T7D40 A00, Q170 chipset, ME 11.8.92.4222) 1.22 BIOS results in the following AssertionError: ``` ./generatedelta.py --input dell_optiplex_5040_sff_bios122.rom --output data/delta/dell5040sff Traceback (most recent call last): File "/home/neon/deguard/./generatedelta.py", line 55, in mfs = MFS(me.entry_data("MFS")) ^ File "/home/neon/deguard/lib/mfs.py", line 43, in __init__ page = MFSPage(self.data[page * self.PAGE_SIZE:(page + 1) * self.PAGE_SIZE], page) # Load page ^^^ File "/home/neon/deguard/lib/mfs.py", line 164, in __init__ self.chunks[chunk] = MFSChunk(data, chunk_id) File "/home/neon/deguard/lib/mfs.py", line 273, in __init__ assert self.crc == MFS.Crc16(self.data + struct.pack("https://codeberg.org/libreboot/deguard/issues/1) on `lib/mfs.py`: ``` -assert self.crc == MFS.Crc16(self.data + struct.pack("https://www.dell.com/support/product-details/en-uk/product/optiplex-5040-sff/drivers -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: https://ticket.coreboot.org/my/account ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org