<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/configs/x86-common.h, 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: Enable the RTC on all boards</title>
<updated>2019-05-08T05:02:18Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2019-05-02T16:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=31d5261d3599dd7e1868e93e95076ac5d7468b3c'/>
<id>urn:sha1:31d5261d3599dd7e1868e93e95076ac5d7468b3c</id>
<content type='text'>
With the move to Kconfig this option should be set in Kconfig, not in the
config header file. Move it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>ata: Drop CONFIG_SYS_SCSI_MAX_* from boards using DM_SCSI</title>
<updated>2018-09-26T01:49:18Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
</author>
<published>2018-09-12T22:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1bc93b50e84a5258b4da2d01f9e64e5421874743'/>
<id>urn:sha1:1bc93b50e84a5258b4da2d01f9e64e5421874743</id>
<content type='text'>
These options are not used or necessary when device model is being used
for SCSI. Just drop them.

Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define</title>
<updated>2018-09-17T06:31:48Z</updated>
<author>
<name>Christian Gmeiner</name>
</author>
<published>2018-09-07T07:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=41f4e4302fbaa426f0ca34720f438f74d3304e79'/>
<id>urn:sha1:41f4e4302fbaa426f0ca34720f438f74d3304e79</id>
<content type='text'>
This will add support for a baud rate of 57600.

Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>x86: efi: payload: Turn on acpi in the kernel command line</title>
<updated>2018-08-30T03:23:14Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-08-23T15:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a0913cdf7b7ef1a9f622294cf7a9e97ea9eb72f2'/>
<id>urn:sha1:a0913cdf7b7ef1a9f622294cf7a9e97ea9eb72f2</id>
<content type='text'>
Now that we have full Linux kernel boot support on EFI payload,
avoid pass "acpi=off" to the kernel command line.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>configs: Migrate CONFIG_NR_DRAM_BANKS</title>
<updated>2018-08-16T20:45:02Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-08-16T12:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=86cf1c82850f7c226f23684e19616e526ffaf10f'/>
<id>urn:sha1:86cf1c82850f7c226f23684e19616e526ffaf10f</id>
<content type='text'>
We have the following cases:
- CONFIG_NR_DRAM_BANKS was defined, migrate normally
- CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
  CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
- CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
  2), set this to 8.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<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>Convert CONFIG_SPI to Kconfig</title>
<updated>2018-04-27T18:54:11Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-04-15T17:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f1b1f77060beadbfe9f42a3be00019bd025afbd6'/>
<id>urn:sha1:f1b1f77060beadbfe9f42a3be00019bd025afbd6</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SPI

This partly involves updating code that assumes that CONFIG_SPI implies
things that are specific to the MPC8xx SPI driver.  For now, just update
the CONFIG tests.  This also involves reworking the default for
CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a
reasonable default, as it does not cause any compile failures.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>treewide: Convert CONFIG_HOSTNAME to a string option</title>
<updated>2018-04-08T22:31:09Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5bc0543df3079add8152afa041b887d081d71839'/>
<id>urn:sha1:5bc0543df3079add8152afa041b887d081d71839</id>
<content type='text'>
CONFIG_HOSTNAME is defined as a "plain" preprocessor string, but every
use is couched by __stringify(...).

Hence, convert it to a proper string option.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig</title>
<updated>2018-04-08T19:12:09Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=78eba69d98b02aeba9faf00a89266282ec35fd44'/>
<id>urn:sha1:78eba69d98b02aeba9faf00a89266282ec35fd44</id>
<content type='text'>
Migrate the CONFIG_DISPLAY_BOARDINFO_LATE option to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
[trini: Re-run migration]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig</title>
<updated>2018-04-08T18:52:54Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2aeb22d9ab02ba922ede2883391b314ac9e2baac'/>
<id>urn:sha1:2aeb22d9ab02ba922ede2883391b314ac9e2baac</id>
<content type='text'>
Migrate the CONFIG_LAST_STAGE_INIT option to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
</feed>
