<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.falcon, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/README.falcon?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/README.falcon?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-08-03T07:21:02Z</updated>
<entry>
<title>doc: move README.falcon to HTML</title>
<updated>2023-08-03T07:21:02Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2023-07-28T20:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7fe3901f671aac26ad580ef09f055811d19ae5a5'/>
<id>urn:sha1:7fe3901f671aac26ad580ef09f055811d19ae5a5</id>
<content type='text'>
Move the Falcon mode documentation to HTML.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
<entry>
<title>WS cleanup: remove SPACE(s) followed by TAB</title>
<updated>2021-09-30T13:08:16Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2021-09-27T15:42:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0cf207ec01cbacae47585fcc26591dd2296507d6'/>
<id>urn:sha1:0cf207ec01cbacae47585fcc26591dd2296507d6</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>doc: Update parallel NOR flash related information in README.falcon</title>
<updated>2019-07-19T18:14:50Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2019-05-16T14:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=259bd3a0d12adc05ef64162c44285ea9ad491997'/>
<id>urn:sha1:259bd3a0d12adc05ef64162c44285ea9ad491997</id>
<content type='text'>
This commit updates the doc/README.falcon regarding Falcon boot on
NOR flash memories.

This code is used by MCCMON6 board - so for more details please refer to
configs/mccmon6_nor_defconfig.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
<entry>
<title>cmd: spl: provide address and size of prepared FDT in environment</title>
<updated>2017-08-26T18:56:12Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2017-08-17T19:01:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=767cb74a0028be337d2ffecee7450e83fa2e7bd1'/>
<id>urn:sha1:767cb74a0028be337d2ffecee7450e83fa2e7bd1</id>
<content type='text'>
Writing prepared FDT to persistent storage should be possible in
scripts. Create environment variables containing address and size
of the updated FDT. Scripts can use these variables after running
'spl export fdt ...' command to write the new blob to persistent
storage.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>doc/README.falcon: Clarify steps slightly.</title>
<updated>2014-07-07T23:42:34Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-06-27T13:03:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfd6de9cf98ad1418edf96da970eac50f4fe6f0d'/>
<id>urn:sha1:cfd6de9cf98ad1418edf96da970eac50f4fe6f0d</id>
<content type='text'>
Make it clear that we need to load a legacy-formatted (aka uImage)
kernel into memory as well as the DT if used before using "spl export".

Cc: Yebio Mesfin &lt;ymesfin@ti.com&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot</title>
<updated>2014-04-17T18:39:54Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-03-28T16:03:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ae1590ed52256bb3bbb45506c005020075fbe49f'/>
<id>urn:sha1:ae1590ed52256bb3bbb45506c005020075fbe49f</id>
<content type='text'>
We add two new environment variables, falcon_args_file and
falcon_image_file, which when set will override the compiled in default
values for falcon mode.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>README.falcon: Document environment variables for falcon mode</title>
<updated>2014-04-17T18:39:54Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-03-28T16:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3523df0078b08e43b868da0680e617e75eca2581'/>
<id>urn:sha1:3523df0078b08e43b868da0680e617e75eca2581</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>README.falcon: Note how we determine if we can boot the OS or not</title>
<updated>2013-07-26T20:39:10Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-07-08T16:15:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d118d7660120635a91bde47fdb9da3776462c0b2'/>
<id>urn:sha1:d118d7660120635a91bde47fdb9da3776462c0b2</id>
<content type='text'>
Reviewed-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>Add README for the "Falcon" mode</title>
<updated>2013-03-01T17:01:32Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2013-02-23T00:53:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e1b393976ba59045e477fdea0beb69bd29b9102'/>
<id>urn:sha1:3e1b393976ba59045e477fdea0beb69bd29b9102</id>
<content type='text'>
Simple howto to add support to a board
for booting the kernel from SPL ("Falcon" mode).

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
</feed>
