<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/x86/include/asm, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-08T05:02:18Z</updated>
<entry>
<title>x86: Add a simple TPL implementation</title>
<updated>2019-05-08T05:02:18Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-05-02T16:52:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7c03caf6fac19cfef049ec84d813e87481d48d69'/>
<id>urn:sha1:7c03caf6fac19cfef049ec84d813e87481d48d69</id>
<content type='text'>
Add the required CPU code so that TPL builds correctly. Also update the
SPL code to deal with being booted from TPL.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Support saving MRC data from SPL</title>
<updated>2019-05-08T05:02:14Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-04-26T03:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9a67994e0132f0a078de6ab7c11a049dbb5c365c'/>
<id>urn:sha1:9a67994e0132f0a078de6ab7c11a049dbb5c365c</id>
<content type='text'>
When SPL is used to set up the memory controller we want to save the MRC
data in SPL to avoid needing to pass it up to U-Boot proper to save. Add a
function to handle that.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Add a handoff header file</title>
<updated>2019-05-08T05:02:12Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-04-26T03:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=62be5dd8858e4b9c1aea635619be707ec45d4a88'/>
<id>urn:sha1:62be5dd8858e4b9c1aea635619be707ec45d4a88</id>
<content type='text'>
Add an arch-specific handoff header so that we can use the HANDOFF feature
on x86 devices.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: Add a way to reinit the cpu</title>
<updated>2019-05-08T05:02:11Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-04-26T03:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c0069e9a8a033a359a202e6252da228edab9b5af'/>
<id>urn:sha1:c0069e9a8a033a359a202e6252da228edab9b5af</id>
<content type='text'>
We cannot init the CPU fully both than once during a boot. Add a new
function which can be called to figure out the CPU identity, but which
does not change anything. For x86_64, this is empty for now.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier</title>
<updated>2019-03-10T00:17:00Z</updated>
<author>
<name>Andy Shevchenko</name>
</author>
<published>2019-02-26T11:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c652dd15571e6c7df35ff30eeb8b3e2b7e6300ba'/>
<id>urn:sha1:c652dd15571e6c7df35ff30eeb8b3e2b7e6300ba</id>
<content type='text'>
Intel Tangier SoC has a general purpose DMA which can serve to speed up
communications on SPI and I2C serial buses.

Provide DMA descriptors to utilize this capability in the future.

Note, I2C6, which is available to user, has no DMA request lines connected.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier</title>
<updated>2019-03-10T00:17:00Z</updated>
<author>
<name>Andy Shevchenko</name>
</author>
<published>2019-02-26T11:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1d2825aa30b63e01ac353ebf36159fda00e33a05'/>
<id>urn:sha1:1d2825aa30b63e01ac353ebf36159fda00e33a05</id>
<content type='text'>
Intel Tangier SoC has a general purpose DMA which can serve to speed up
communications on SPI and I2C serial buses.

Provide DMA descriptors to utilize this capability in the future.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: broadwell: Add support for serial I/O devices</title>
<updated>2019-02-20T07:27:10Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3f3411ebf864f6aa656cc8788ef1a7d2270b8e7a'/>
<id>urn:sha1:3f3411ebf864f6aa656cc8788ef1a7d2270b8e7a</id>
<content type='text'>
Add support for initing the I2C device and ADSP on broadwell. These are
needed for sound to work.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: broadwell: Add support for the ADSP</title>
<updated>2019-02-20T07:27:10Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=23e8bd7e49b6d402fafd1247e0b791c80c802561'/>
<id>urn:sha1:23e8bd7e49b6d402fafd1247e0b791c80c802561</id>
<content type='text'>
The Application Digital Signal Processor is used for sound processing with
broadwell. Add a driver to support this.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: x86: Add beeping support in i8254</title>
<updated>2019-02-20T07:27:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79a5be820d9b187a1d8617d6a1cb65392448322d'/>
<id>urn:sha1:79a5be820d9b187a1d8617d6a1cb65392448322d</id>
<content type='text'>
Adjust the code to allow beeping at different frequencies, using a
calculated value for timer 2.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound: x86: link: Add sound support</title>
<updated>2019-02-20T07:27:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-02-17T03:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177'/>
<id>urn:sha1:6744c0d6525e9fb9b5c7fc0d7b66c0d0cbdf6177</id>
<content type='text'>
Add sound support for link, using the HDA codec implementation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
</feed>
