Hi everyone and thank you for the comments.

>
> This would imply rewriting this tool in C. I don't think
> it's too complex, but it's work that would need to be done.
>

I wanted to create a project with cool and understandable Go-style architecture
to make it easier adding new chipsets such as Sunrise PCH. In addition, it is
much more convenient for me to use the generator as a separate utility, since I
have many inteltool.log files (including those that were made a long time ago)
for analyzing pads.

Maybe this would fit better inside autoport? It happens to
be written in Go already, so rewriting would not be needed.

I think it's time to update the file tree and split the code into packages
before we start to add many new features (including intelp2m)

main.go/root.go
|
+-- ec -- lenovo
|
+-- gpio --
|
+-- devtree -- ..
|
+-- arch --+-- ivysnd
|
+-- kblskl
|
+-- apollo

something like that

However, I won't return to autoport soon. Sorry, but I need to do other work :)
With this patch, I am finishing work related to gpio macros for the Sunrise
chipset.

I could add exec.Command("../intelp2m/intelp2m") to autoport, but I think this
is not a good idea

View Change

To view, visit change 35643. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If3e3b523c4f63dc2f91e9ccd16934e3a1b6e21fa
Gerrit-Change-Number: 35643
Gerrit-PatchSet: 11
Gerrit-Owner: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Reviewer: Alexander Couzens <lynxis@fe80.eu>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Christian Walter <christian.walter@9elements.com>
Gerrit-CC: Maxim Polyakov <m.poliakov@yahoo.com>
Gerrit-CC: Michael Niewöhner
Gerrit-CC: Nico Huber <nico.h@gmx.de>
Gerrit-Comment-Date: Tue, 01 Oct 2019 15:49:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment