View Change
2 comments:
File nicintel_eeprom.c:
Patch Set #1, Line 103: {PCI_VENDOR_ID_INTEL, 0x1522, NT, "Intel", "I350 Gigabit Network Connection External SGMII PHY"},
0x1522? Should be 0x1524?
yes good catch
Patch Set #1, Line 477: uintptr_t io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
This change is probably needed because most PCI devices on x86_64 use 32-bit BARs
it is needed as my platform is arm64 and the BAR0 has an address above the 32 bit boundary even if the pci device might not see it that way.
Maybe a fixed size 64 bit would be more appropriate ?
To view, visit change 39963. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Id203d2ce247cf39a8d650887322ccced0151c6a9
Gerrit-Change-Number: 39963
Gerrit-PatchSet: 1
Gerrit-Owner: Martijn Berger
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-CC: Peter Lemenkov <lemenkov@gmail.com>
Gerrit-Comment-Date: Wed, 01 Apr 2020 08:41:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Peter Lemenkov <lemenkov@gmail.com>
Comment-In-Reply-To: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: comment