<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「Kabylake PCH UART 测试工具 UEFI Shell 版」的评论	</title>
	<atom:link href="https://www.lab-z.com/zuartshell/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/zuartshell/</link>
	<description></description>
	<lastBuildDate>Thu, 17 Feb 2022 00:51:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/zuartshell/#comment-214775</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 17 Feb 2022 00:51:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.lab-z.com/?p=8338#comment-214775</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/zuartshell/#comment-214563&quot;&gt;HaCoMaTaTa&lt;/a&gt;。

1.PCH UART 都是通过 MMIO 来发送 TX RX 的，具体可以查看BIOS代码

2.这个看 IBV 是否提供，一般都会提供的。

3.回复在另外的里面

这部分MMIO操作 Datasheet 写的非常模糊，BWG 又通常不会提，所以需要以实际代码为准。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/zuartshell/#comment-214563">HaCoMaTaTa</a>。</p>
<p>1.PCH UART 都是通过 MMIO 来发送 TX RX 的，具体可以查看BIOS代码</p>
<p>2.这个看 IBV 是否提供，一般都会提供的。</p>
<p>3.回复在另外的里面</p>
<p>这部分MMIO操作 Datasheet 写的非常模糊，BWG 又通常不会提，所以需要以实际代码为准。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/zuartshell/#comment-214773</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 17 Feb 2022 00:41:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.lab-z.com/?p=8338#comment-214773</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/zuartshell/#comment-214598&quot;&gt;HaCoMaTaTa&lt;/a&gt;。

Windows 下PCH Uart 通讯的标准做法应该是：在ASL UART Controller 下面通过ASL 声明一个设备，这个设备使用 UART Port，然后写一个设备驱动来进行通讯。

换句话说，这个更多是软件工程师的事情，不是BIOS工程师的活。如果非要写的话，可以通过直接对 PCH Register Program 来实现。这样的做法存在风险，发送数据问题不大，接收的话可能会有问题。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/zuartshell/#comment-214598">HaCoMaTaTa</a>。</p>
<p>Windows 下PCH Uart 通讯的标准做法应该是：在ASL UART Controller 下面通过ASL 声明一个设备，这个设备使用 UART Port，然后写一个设备驱动来进行通讯。</p>
<p>换句话说，这个更多是软件工程师的事情，不是BIOS工程师的活。如果非要写的话，可以通过直接对 PCH Register Program 来实现。这样的做法存在风险，发送数据问题不大，接收的话可能会有问题。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：HaCoMaTaTa		</title>
		<link>https://www.lab-z.com/zuartshell/#comment-214598</link>

		<dc:creator><![CDATA[HaCoMaTaTa]]></dc:creator>
		<pubDate>Wed, 16 Feb 2022 08:15:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.lab-z.com/?p=8338#comment-214598</guid>

					<description><![CDATA[您好 常閱讀您的文章
目前剛好工作上 也使用到 PCH 的UART
請問您在Windows 底下是如何 發送 UART的呢?

在 windows 裝置管理員 並沒有出現COM port 裝置 故也無法使用putty相關工具去測試
windows 裝置管理員只有UART controller device]]></description>
			<content:encoded><![CDATA[<p>您好 常閱讀您的文章<br />
目前剛好工作上 也使用到 PCH 的UART<br />
請問您在Windows 底下是如何 發送 UART的呢?</p>
<p>在 windows 裝置管理員 並沒有出現COM port 裝置 故也無法使用putty相關工具去測試<br />
windows 裝置管理員只有UART controller device</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：HaCoMaTaTa		</title>
		<link>https://www.lab-z.com/zuartshell/#comment-214563</link>

		<dc:creator><![CDATA[HaCoMaTaTa]]></dc:creator>
		<pubDate>Tue, 15 Feb 2022 23:07:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.lab-z.com/?p=8338#comment-214563</guid>

					<description><![CDATA[目前剛好在工作上 第一次使用PCH 上的 UART (Elkhart Lake)
碰巧看到您這篇文章, 
故想請教您一些問題

1. PCH UART, 是否都是透過 PCI MMIO Register去發送 Tx/Rx呢? 
    看了一下 Datasheet 關鍵的Register 如 RBR/DLH/IIR 都放在 MMIO上面

2. 如果是如透過MMIO, Serial IO protocol 是否也會attach 上去呢?
    如果沒有, 是否就ˋ需要自行寫tool 去 操作 MMIO 來送收 Tx/Rx 呢?

3. 如果於windows底下, Device Manager是否會長出 COM 呢 ? 還是需要自行撰寫ASL 後，才能進行收送的測試
    (目前於沒有長出COM , 所以才有此一問)]]></description>
			<content:encoded><![CDATA[<p>目前剛好在工作上 第一次使用PCH 上的 UART (Elkhart Lake)<br />
碰巧看到您這篇文章,<br />
故想請教您一些問題</p>
<p>1. PCH UART, 是否都是透過 PCI MMIO Register去發送 Tx/Rx呢?<br />
    看了一下 Datasheet 關鍵的Register 如 RBR/DLH/IIR 都放在 MMIO上面</p>
<p>2. 如果是如透過MMIO, Serial IO protocol 是否也會attach 上去呢?<br />
    如果沒有, 是否就ˋ需要自行寫tool 去 操作 MMIO 來送收 Tx/Rx 呢?</p>
<p>3. 如果於windows底下, Device Manager是否會長出 COM 呢 ? 還是需要自行撰寫ASL 後，才能進行收送的測試<br />
    (目前於沒有長出COM , 所以才有此一問)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
