<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/binman/binman.py, branch v2017.09-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/tools/binman/binman.py?h=v2017.09-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/tools/binman/binman.py?h=v2017.09-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-07-11T16:08:20Z</updated>
<entry>
<title>binman: Put our local modules ahead of system modules</title>
<updated>2017-07-11T16:08:20Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-06-21T03:28:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7feccfdc45d5708ffd682a025d6d6e8907f1a97a'/>
<id>urn:sha1:7feccfdc45d5708ffd682a025d6d6e8907f1a97a</id>
<content type='text'>
If a system module is named the same as one of those used by binman we
currently pick the system module. Adjust the ordering so that our modules
are chosen instead.

The module conflict reported was 'tools' from jira-python. I cannot access
that package to test it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reported-by: Kevin Hilman &lt;khilman@baylibre.com&gt;
Acked-by: Kevin Hilman &lt;khilman@baylibre.com&gt;
</content>
</entry>
<entry>
<title>fdt: Support use of the new python libfdt library</title>
<updated>2017-06-02T16:16:48Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-05-27T13:38:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4360206a4bc67404125b0478132aeaeea41683f'/>
<id>urn:sha1:b4360206a4bc67404125b0478132aeaeea41683f</id>
<content type='text'>
Use the new library if available, while retaining backwards compatibility
with the old library for now.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>tools: binman: change shebang from python into python2</title>
<updated>2017-03-12T03:30:28Z</updated>
<author>
<name>Jörg Krause</name>
<email>joerg.krause@embedded.rocks</email>
</author>
<published>2017-03-06T20:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66a7a2464870700b17d7235ff247c45d705ed5f7'/>
<id>urn:sha1:66a7a2464870700b17d7235ff247c45d705ed5f7</id>
<content type='text'>
This tool does not work with Python 3. Change the shebang to make sure the
script is run by a Python 2 interpreter.

Signed-off-by: Jörg Krause &lt;joerg.krause@embedded.rocks&gt;
</content>
</entry>
<entry>
<title>binman: add tools directory to the python path</title>
<updated>2017-01-20T20:38:03Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@bidouilliste.com</email>
</author>
<published>2017-01-16T07:14:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=80d2ae5e1f14c6caf96c9eb6cb68e8f68b2e5788'/>
<id>urn:sha1:80d2ae5e1f14c6caf96c9eb6cb68e8f68b2e5788</id>
<content type='text'>
The built _libfdt.so is placed in the /tools dir and need to say here
as it contains relative paths.
Add the directory to the python path so binman can use this module.

Signed-off-by: Emmanuel Vadot &lt;manu@bidouilliste.com&gt;
</content>
</entry>
<entry>
<title>tools: binman: Use /usr/bin/env to find python executable</title>
<updated>2017-01-02T16:14:04Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@bidouilliste.com</email>
</author>
<published>2016-12-27T21:36:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d799d04a843b85b0842b7c266a16b3c515b8c35'/>
<id>urn:sha1:6d799d04a843b85b0842b7c266a16b3c515b8c35</id>
<content type='text'>
Some OS (all BSD and probably others) do not have python in /usr/bin
but in another directory.
It is a common usage to use /usr/bin/env python as shebang for python
scripts so use this for binman.

Signed-off-by: Emmanuel Vadot &lt;manu@bidouilliste.com&gt;
</content>
</entry>
<entry>
<title>binman: Introduce binman, a tool for building binary images</title>
<updated>2016-12-19T19:09:55Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-11-26T03:15:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf7fd50b3ba56b53dc13a681d19c845be903c3e0'/>
<id>urn:sha1:bf7fd50b3ba56b53dc13a681d19c845be903c3e0</id>
<content type='text'>
This adds the basic code for binman, including command parsing, processing
of entries and generation of images.

So far no entry types are supported. These will be added in future commits
as examples of how to add new types.

See the README for documentation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
</feed>
