<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/board/emulation, branch v2022.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/board/emulation?h=v2022.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/board/emulation?h=v2022.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-02-10T03:19:15Z</updated>
<entry>
<title>doc: qemu-riscv: Update documentation for QEMU spike machine</title>
<updated>2022-02-10T03:19:15Z</updated>
<author>
<name>Anup Patel</name>
<email>apatel@ventanamicro.com</email>
</author>
<published>2022-01-27T06:11:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7c08680aa32db12e5a7e2765cfc8b7e8ce8895ff'/>
<id>urn:sha1:7c08680aa32db12e5a7e2765cfc8b7e8ce8895ff</id>
<content type='text'>
We can now use same U-Boot images on both QEMU virt machine and QEMU
spike machine so let's update the QEMU RISC-V documentation.

Signed-off-by: Anup Patel &lt;apatel@ventanamicro.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: riscv: qemu: Explain how to extract the generated dt</title>
<updated>2021-12-23T15:24:39Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2021-12-17T03:59:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3c1614537d4fd2c5b7f1c29887541210bf0b8bd'/>
<id>urn:sha1:c3c1614537d4fd2c5b7f1c29887541210bf0b8bd</id>
<content type='text'>
QEMU currently generates a devicetree for use with U-Boot. Explain how to
obtain it.

Also explain how to merge it to produce a devicetree with the U-Boot
features included.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: qemu: Mention -nographic in the docs</title>
<updated>2021-12-23T15:24:39Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2021-12-17T03:59:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d7636c946b85390a984402c0422f6270a45befd'/>
<id>urn:sha1:6d7636c946b85390a984402c0422f6270a45befd</id>
<content type='text'>
Without this option QEMU appears to hang. Add it to avoid confusion.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: qemu-arm peripherials</title>
<updated>2021-11-30T08:23:27Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2021-11-28T10:50:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d2465347c7cc6997c58409083c8ba18888cc9aa'/>
<id>urn:sha1:9d2465347c7cc6997c58409083c8ba18888cc9aa</id>
<content type='text'>
* add description how to add RNG device
* for a disk specify format=raw to avoid a warning
* fix a typo

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
Reviewed-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>doc: qemu: Add instructions for swtpm usage</title>
<updated>2021-11-10T19:57:54Z</updated>
<author>
<name>Ilias Apalodimas</name>
<email>ilias.apalodimas@linaro.org</email>
</author>
<published>2021-11-09T07:02:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be2868f097ee06ee98e71050f18d5d729106978f'/>
<id>urn:sha1:be2868f097ee06ee98e71050f18d5d729106978f</id>
<content type='text'>
A previous patch added support for an mmio based TPM.
Add an example in QEMU on it's usage

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>doc: remove qemu_capsule_update from index</title>
<updated>2021-07-24T08:49:51Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2021-07-24T08:33:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30c5cbf31b6e6deb63a58ecb03b89384a09fb473'/>
<id>urn:sha1:30c5cbf31b6e6deb63a58ecb03b89384a09fb473</id>
<content type='text'>
Commit 316ab801c0d9 ("doc: Update CapsuleUpdate READMEs") deleted file
doc/board/emulation/qemu_capsule_update.rst. Update the index. this avoids

    doc/board/emulation/index.rst:6: WARNING:
    toctree contains reference to nonexisting document
    'board/emulation/qemu_capsule_update'

Fixes: 316ab801c0d9 ("doc: Update CapsuleUpdate READMEs")
Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: Update CapsuleUpdate READMEs</title>
<updated>2021-07-18T12:43:56Z</updated>
<author>
<name>Ilias Apalodimas</name>
<email>ilias.apalodimas@linaro.org</email>
</author>
<published>2021-07-17T14:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=316ab801c0d91c02b21b8be1e3db7e69555364e9'/>
<id>urn:sha1:316ab801c0d91c02b21b8be1e3db7e69555364e9</id>
<content type='text'>
Since we removed embeddingg the capsule key into a .dtb and fixed
authenticated capsule updates for all boards, move the relevant
documentation in the efi file and update it accordingly

Signed-off-by: Ilias Apalodimas &lt;ilias.apalodimas@linaro.org&gt;
</content>
</entry>
<entry>
<title>doc: qemu: arm64: Fix the documentation of capsule update</title>
<updated>2021-07-06T18:11:50Z</updated>
<author>
<name>Masami Hiramatsu</name>
<email>masami.hiramatsu@linaro.org</email>
</author>
<published>2021-06-04T09:45:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ae303b62b7c1d858e16a12b5ba86a41fcfa2d0f'/>
<id>urn:sha1:6ae303b62b7c1d858e16a12b5ba86a41fcfa2d0f</id>
<content type='text'>
Since the EDK2 GenerateCapsule script is out of date and it
doesn't generate the supported version capsule file, the document
should refer the mkeficapsule in tools.

Signed-off-by: Masami Hiramatsu &lt;masami.hiramatsu@linaro.org&gt;
</content>
</entry>
<entry>
<title>doc: update and fix Qemu MIPS documentation</title>
<updated>2021-05-25T13:35:06Z</updated>
<author>
<name>Daniel Schwierzeck</name>
<email>daniel.schwierzeck@gmail.com</email>
</author>
<published>2021-04-21T19:13:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=835b4fdf3bf5ec778e1fb7610f00707754454974'/>
<id>urn:sha1:835b4fdf3bf5ec778e1fb7610f00707754454974</id>
<content type='text'>
Update description to use the MIPS Malta board for Qemu.

Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: board: qemu-ppce500: Document eTSEC usage</title>
<updated>2021-04-15T08:52:17Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2021-03-14T12:15:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5b5dd690dd89e167961478c01a6d1ea88de5a7ad'/>
<id>urn:sha1:5b5dd690dd89e167961478c01a6d1ea88de5a7ad</id>
<content type='text'>
Document how to launch a QEMU session with eTSEC as a network device.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
</content>
</entry>
</feed>
