<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/doc/uImage.FIT/kernel.its, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-01-16T01:29:21Z</updated>
<entry>
<title>doc: FIT image: fix incorrect examples of DT node unit address</title>
<updated>2018-01-16T01:29:21Z</updated>
<author>
<name>Andre Przywara</name>
</author>
<published>2017-12-04T02:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b8790ebeec13c882979dc986947397738d9f38aa'/>
<id>urn:sha1:b8790ebeec13c882979dc986947397738d9f38aa</id>
<content type='text'>
The DT spec demands a unit-address of a node name to match the "reg"
property in that node. Newer dtc versions will throw warnings if this is
not the case.
Fix all occurences in the FIT image example files where this was not
observed, to not give bad examples to the reader.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
<entry>
<title>x86: Mention how to boot a 64-bit kernel from U-Boot</title>
<updated>2016-08-16T03:44:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2016-07-17T07:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=dc396210d9f5db485336513a824c5721db9f3ff8'/>
<id>urn:sha1:dc396210d9f5db485336513a824c5721db9f3ff8</id>
<content type='text'>
The README indicates that this is not supported, but this is no-longer true.
Update the text to indicate this and describe the FIT changes required.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use correct spelling of "U-Boot"</title>
<updated>2016-02-06T11:00:59Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2016-02-06T03:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=a187559e3d586891c917279044c5386d1b2adc6e'/>
<id>urn:sha1:a187559e3d586891c917279044c5386d1b2adc6e</id>
<content type='text'>
Correct spelling of "U-Boot" shall be used in all written text
(documentation, comments in source files etc.).

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>x86: Support loading kernel setup from a FIT</title>
<updated>2014-10-22T15:03:06Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2014-10-20T03:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=90268b878bd830f2fc9b1e225d96009efe331cd1'/>
<id>urn:sha1:90268b878bd830f2fc9b1e225d96009efe331cd1</id>
<content type='text'>
Add a new setup@ section to the FIT which can be used to provide a setup
binary for booting Linux on x86. This makes it possible to boot x86 from
a FIT.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Fix example FIT image source files</title>
<updated>2009-11-24T22:44:16Z</updated>
<author>
<name>Ira W. Snyder</name>
</author>
<published>2009-11-04T21:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=824d82997fbcf28e49081d36fdd5d3be1b92b03d'/>
<id>urn:sha1:824d82997fbcf28e49081d36fdd5d3be1b92b03d</id>
<content type='text'>
The example FIT image source files do not compile with the latest dtc and
mkimage. The following error message is produced:

DTC: dts-&gt;dtb  on file "kernel.its"
Error: kernel.its 7:0 - 1:0 syntax error
FATAL ERROR: Unable to parse input tree
./mkimage: Can't read kernel.itb.tmp: Invalid argument

The FIT image source files are missing the "/dts-v1/;" directive at the
beginning of the file. Add the directive to the examples.

Signed-off-by: Ira W. Snyder &lt;iws@ovro.caltech.edu&gt;
</content>
</entry>
<entry>
<title>[new uImage] Add new uImage format documentation and examples</title>
<updated>2008-03-12T11:13:13Z</updated>
<author>
<name>Marian Balakowicz</name>
</author>
<published>2008-03-12T11:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=3310c549a73a949430bfda90876df7552a1dab0c'/>
<id>urn:sha1:3310c549a73a949430bfda90876df7552a1dab0c</id>
<content type='text'>
Create doc/uImage.FIT documentation directory with the following files:
- command_syntax_extensions.txt : extended command syntax description
- howto.txt                     : short usage howto
- source_file_format.txt        : internal new uImage format description

Add example image source files:
- kernel.its
- kernel_fdt.its
- multi.its

Update README appropriately.

Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
Signed-off-by: Bartlomiej Sieka &lt;tur@semihalf.com&gt;
</content>
</entry>
</feed>
