flashrom v0.9.6.1-r1646 on Darwin 12.2.0 (x86_64)
flashrom is free software, get the source code at http://www.flashrom.org
flashrom was built with libpci 3.1.10, LLVM Clang 4.1 ((tags/Apple/clang-421.11.66)), little endian
Command line (5 args): ~/Downloads/DPCIManager/DPCIManager.app/Contents/MacOS/flashrom -VV -r ~/Documents/Hewlett-Packard 167C 68SRR Ver. F.20.rom -p internal
Calibrating delay loop... OS timer resolution is 1 usecs, 402M loops per second, 10 myus = 11 us, 100 myus = 113 us, 1000 myus = 1121 us, 10000 myus = 10792 us, 4 myus = 5 us, OK.
Initializing internal programmer
Mapping low megabyte at 0x00000400, unaligned size 0xffc00.
Mapping low megabyte, 0xffc00 bytes at unaligned 0x00000400.
No coreboot table found.
DMI string system-manufacturer: "Hewlett-Packard"
DMI string system-product-name: "HP ProBook 4530s"
DMI string system-version: "A0001D02"
DMI string baseboard-manufacturer: "Hewlett-Packard"
DMI string baseboard-product-name: "167C"
DMI string baseboard-version: "KBC Version 22.21"
DMI string chassis-type: "Notebook"
Laptop detected via DMI.
========================================================================
WARNING! You seem to be running flashrom on an unsupported laptop.
Laptops, notebooks and netbooks are difficult to support and we
recommend to use the vendor flashing utility. The embedded controller
(EC) in these machines often interacts badly with flashing.
See http://www.flashrom.org/Laptops for details.
If flash is shared with the EC, erase is guaranteed to brick your laptop
and write may brick your laptop.
Read and probe may irritate your EC and cause fan failure, backlight
failure and sudden poweroff.
You have been warned.
========================================================================
Aborting.
Error: Programmer initialization failed.
On Thu, 28 Feb 2013 16:21:56 +0400
Николай Николаев <evrinoma(a)gmail.com> wrote:
> If we detected Multiple flash chips than
> we can easy save all chips in dynamic list - pflashes.
> and we will not have a restrictions with number chips
>
> TODO:
> Sort Dynamic List by Volage. This chips has a equivalent the model_id
> but can have a different parameters like a name voltage probe function
> ...
> Probing
> ...
> Resolving chips names
Hi,
thanks for the patch. Please do not leave the previous code as comments
in the patch. This makes it very unreadable and not directly applicable.
I have not looked at the changes in detail, but I did also not like the
limitation, so in general I like the idea.
I would like to continue to use "flashes" as the name of the
collection though (why the change?).
Eventually I would also like to see a general list implementation in
flashrom, maybe similar to something in the Linux kernel, because it
would really make life easier in some cases (like this one).
--
Kind regards/Mit freundlichen Grüßen, Stefan Tauner