<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/pci, branch v2022.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/pci?h=v2022.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/pci?h=v2022.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-08-26T18:59:21Z</updated>
<entry>
<title>pci: Add checks to prevent config space overflow</title>
<updated>2022-08-26T18:59:21Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2022-07-03T10:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9f554b62440de542c482fecf9374e8da3ea3602'/>
<id>urn:sha1:d9f554b62440de542c482fecf9374e8da3ea3602</id>
<content type='text'>
PCIe config space has address range 0-4095. So do not allow reading from
addresses outside of this range. Lot of U-Boot drivers do not expect that
passed value is not in this range. PCI DM read function is extended to
fill read value to all ones or zeros when it fails as U-Boot callers
ignores return value.

Calling U-Boot command 'pci display.b 0.0.0 0 0x2000' now stops printing
config space at the end (before 0x1000 address).

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>video: Rename structs and functions to avoid VBE</title>
<updated>2022-08-12T12:14:23Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-07-30T21:52:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=da62e1e861b922866311bcb3e07c69c12e79730d'/>
<id>urn:sha1:da62e1e861b922866311bcb3e07c69c12e79730d</id>
<content type='text'>
Rename these to VESA, itself an abbreviation, to avoid a conflict with
Verified Boot for Embedded.

Rename this to avoid referencing VBE.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Renname vbe.h to vesa.h</title>
<updated>2022-08-12T12:14:23Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2022-07-30T21:52:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cafe8712e8143ae8e5e5d733d74bc46bffe0be92'/>
<id>urn:sha1:cafe8712e8143ae8e5e5d733d74bc46bffe0be92</id>
<content type='text'>
We want to use VBE to mean Verfiied Boot for Embedded in U-Boot. Rename
the existing VBE (Vesa BIOS extensions) to allow this.

Verified Boot for Embedded is documented doc/develop/vbe.rst

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>pci: pci_mvebu: Add support for reset-gpios</title>
<updated>2022-08-09T06:58:27Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2022-08-05T14:03:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca3756c86b0ae997699abac7c5371550dd4842a0'/>
<id>urn:sha1:ca3756c86b0ae997699abac7c5371550dd4842a0</id>
<content type='text'>
Release PERST# signal via GPIO when "reset-gpios" is defined in device tree.

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_FSL_PCI_VER_3_X to Kconfig</title>
<updated>2022-07-05T21:05:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bb74fe19bc74da78d8018a0ba024e34522bda51'/>
<id>urn:sha1:6bb74fe19bc74da78d8018a0ba024e34522bda51</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_FSL_PCI_VER_3_X

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_PCI_MSC01 to Kconfig</title>
<updated>2022-07-05T21:05:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=363397ae1a17ae58f1ef6664e775d3c16091af87'/>
<id>urn:sha1:363397ae1a17ae58f1ef6664e775d3c16091af87</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_PCI_MSC01

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SH7751_PCI to Kconfig</title>
<updated>2022-07-05T21:05:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=31a8f5545eb8f2d2e1bdf0ccdb1d1b63a16c9008'/>
<id>urn:sha1:31a8f5545eb8f2d2e1bdf0ccdb1d1b63a16c9008</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SH7751_PCI

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to Kconfig</title>
<updated>2022-07-05T21:04:59Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e58eebb5140ce52838a7a31279b434d7030b2e35'/>
<id>urn:sha1:e58eebb5140ce52838a7a31279b434d7030b2e35</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_PCI_CONFIG_HOST_BRIDGE

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_PCI_GT64120 to Kconfig</title>
<updated>2022-07-05T21:04:59Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf2c48fa1a6e068f232d84aae43b5dad654a9017'/>
<id>urn:sha1:bf2c48fa1a6e068f232d84aae43b5dad654a9017</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_PCI_GT64120

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_PCI_SCAN_SHOW to Kconfig</title>
<updated>2022-07-05T21:04:59Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-20T12:07:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f27bca4c27ef1503a85ad285a4a39c7c62fddc2d'/>
<id>urn:sha1:f27bca4c27ef1503a85ad285a4a39c7c62fddc2d</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_PCI_SCAN_SHOW

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
