<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/x86/include/asm/fsp, 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>2018-05-07T13:34:12Z</updated>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Consolidate Azalia header file</title>
<updated>2017-10-19T03:37:51Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2017-10-13T08:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=abddcd52ab4979a57dc90ce1b90f8121b43d91b2'/>
<id>urn:sha1:abddcd52ab4979a57dc90ce1b90f8121b43d91b2</id>
<content type='text'>
So far there are two copies of Azalia struct defines with one in
baytrail and the other one in braswell. This consolidates these
two into one, put it in the common place, and remove the prefix
pch_ to these structs to make their names more generic.

This also corrects reset_wait_timer from us to ms.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Update fsp command to show spec 1.1 header</title>
<updated>2017-09-16T06:57:44Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2017-08-16T05:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b3fd2126dc8114d648b1e769b9fa621e3537bf48'/>
<id>urn:sha1:b3fd2126dc8114d648b1e769b9fa621e3537bf48</id>
<content type='text'>
FSP spec 1.1 adds 3 new APIs and their offsets are in the header.
Update the 'fsp hdr' command to show these new entries.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Add FSP_GRAPHICS_INFO_HOB</title>
<updated>2017-09-16T06:57:44Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2017-08-16T05:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4ff333b7dd0f0d541225f87ebb2523beb7eefcad'/>
<id>urn:sha1:4ff333b7dd0f0d541225f87ebb2523beb7eefcad</id>
<content type='text'>
This adds a new HOB type for graphics information introduced in FSP
spec 1.1. When graphics capability is included in FSP and enabled,
FSP produces an FSP_GRAPHICS_INFO_HOB as described in the EFI PI
specification which provides information about the graphics mode and
framebuffer.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Update struct common_buf for FSP spec 1.1</title>
<updated>2017-09-16T06:57:44Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2017-08-16T05:41:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=bb737ced7fc8c6d49554fb431971df87720b0e00'/>
<id>urn:sha1:bb737ced7fc8c6d49554fb431971df87720b0e00</id>
<content type='text'>
FSP spec 1.1 adds one more member to the struct common_buf to
determine the memory size that can be reserved by FSP below "top
of low usable memory" for bootloader usage. This new member uses
the reserved space so that it is still compatible with previous
FSP spec 1.0.

A new HOB (FSP_HOB_RESOURCE_OWNER_BOOTLOADER_TOLUM_GUID) is also
published when common_buf.tolum_size is valid and non zero.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Fix cast for 64-bit compilation</title>
<updated>2017-02-06T03:38:46Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-01-16T14:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=beb4d65e92ad091aefb1b5579ed839782ecb2008'/>
<id>urn:sha1:beb4d65e92ad091aefb1b5579ed839782ecb2008</id>
<content type='text'>
Fix a cast in get_next_hob() that causes warnings on 64-bit machines.

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: fsp: Set up init runtime buffer in update_fsp_configs()</title>
<updated>2016-01-13T04:20:14Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2015-12-11T06:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=214feec1c56d0c0f69bdcc677ad75683ed4f7661'/>
<id>urn:sha1:214feec1c56d0c0f69bdcc677ad75683ed4f7661</id>
<content type='text'>
fsp_init() runtime buffer parameter might be different across
different platforms. Move this to update_fsp_configs().

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Move struct fspinit_rtbuf definition to chipset header</title>
<updated>2016-01-13T04:20:14Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2015-12-11T06:03:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4ce022d396dd293f40b08f05886c21469feb74ea'/>
<id>urn:sha1:4ce022d396dd293f40b08f05886c21469feb74ea</id>
<content type='text'>
All FSP spec v1.0 complaint FSP binary uses struct fspinit_rtbuf
as defined by the 1.0 spec, however there are FSPs that does not
follow 1.0 spec (possible due to that FSP predates the 1.0 spec),
and future FSP binary that is complaint to v1.1 spec defines an
optional paltform-specific runtime data in the struct fspinit_rtbuf.
Hence move the definition to chipset header.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Rename update_fsp_upd() and change its signature</title>
<updated>2016-01-13T04:20:14Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2015-12-11T06:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=81f84aa6c903eb78d6650f159a6486a2a5af83cb'/>
<id>urn:sha1:81f84aa6c903eb78d6650f159a6486a2a5af83cb</id>
<content type='text'>
To support platform-specific configurations (might not always be
UPD on some platform), use a better name update_fsp_configs() and
accepct struct fsp_config_data as its parameter so that platform
codes can handle whatever configuration data for that FSP.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: fsp: Rename shared_data to fsp_config_data</title>
<updated>2016-01-13T04:20:14Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2015-12-11T06:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cb379a34c46230c9b56a1aa1750445a867c48bd4'/>
<id>urn:sha1:cb379a34c46230c9b56a1aa1750445a867c48bd4</id>
<content type='text'>
FSP has several config data like UPD, HDA verb table which can be
overridden or provided by bootloader. Currently in U-Boot only UPD
is handled via struct shared_data. To accommodate any platform, we
rename shared_data to fsp_config_data and move the definition from
common place fsp_support.h to platform-specific place fsp_configs.h.

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