<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/common.h, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-01-16T03:05:34Z</updated>
<entry>
<title>Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm</title>
<updated>2019-01-16T03:05:34Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-01-16T03:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=aac0c29d4b8418c5c78b552070ffeda022b16949'/>
<id>urn:sha1:aac0c29d4b8418c5c78b552070ffeda022b16949</id>
<content type='text'>
Fix recent changes to serial API for driver model
Buildman clang support and a few fixes
Small fixes to 'dm tree' and regmap test
Improve sandbox build compatibility
A few other minor fixes
</content>
</entry>
<entry>
<title>common: command: Add support for $ auto-completion</title>
<updated>2019-01-15T20:38:28Z</updated>
<author>
<name>Boris Brezillon</name>
</author>
<published>2018-12-05T08:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=03dcf17dba3dbd6f1cfe9ecaa0665ea8c11e0ef2'/>
<id>urn:sha1:03dcf17dba3dbd6f1cfe9ecaa0665ea8c11e0ef2</id>
<content type='text'>
Add the dollar_complete() function to auto-complete arguments starting
with a '$' and use it in the cmd_auto_complete() path such that all
args starting with a $ can be auto-completed based on the available env
vars.

Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;
[trini: Fix some linking problems]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>serial: Move new functions to serial.h</title>
<updated>2019-01-15T00:47:13Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-12-28T21:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=0171f432047e86305593bb1eb1cc86f853e55029'/>
<id>urn:sha1:0171f432047e86305593bb1eb1cc86f853e55029</id>
<content type='text'>
We should not be adding new functions to common.h. Move these recently
added functions to serial.h.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm</title>
<updated>2018-12-06T01:32:25Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-12-06T01:32:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2a055ea53260ac8addeeb94eb671172844bc9106'/>
<id>urn:sha1:2a055ea53260ac8addeeb94eb671172844bc9106</id>
<content type='text'>
Minor sandbox enhancements  / fixes
tpm improvements to clear up v1/v2 support
buildman toolchain fixes
New serial options to set/get config
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-spi</title>
<updated>2018-12-05T20:06:24Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-12-05T20:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1'/>
<id>urn:sha1:9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1</id>
<content type='text'>
- Various MTD fixes from Boris
- Zap various unused / legacy paths.
- pxa3xx NAND update from Miquel

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>dm: serial: Introduce -&gt;getinfo() callback</title>
<updated>2018-12-05T13:08:31Z</updated>
<author>
<name>Andy Shevchenko</name>
</author>
<published>2018-11-20T21:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d5bb4f862b47ad9112132071ad18f9936494e307'/>
<id>urn:sha1:d5bb4f862b47ad9112132071ad18f9936494e307</id>
<content type='text'>
New callback will give a necessary information to fill up ACPI SPCR table,
for example. Maybe used later for other purposes.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Change ADR_SPACE_SYSTEM_IO to SERIAL_ADDRESS_SPACE_IO to fix build error:
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>dm: serial: Add -&gt;getconfig() callback</title>
<updated>2018-12-05T13:06:44Z</updated>
<author>
<name>Andy Shevchenko</name>
</author>
<published>2018-11-20T21:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ac7f5db9dc690901d99fe0afbcb3d4241c3cab8e'/>
<id>urn:sha1:ac7f5db9dc690901d99fe0afbcb3d4241c3cab8e</id>
<content type='text'>
In some cases it would be good to know the settings, such as parity,
of current serial console. One example might be an ACPI SPCR table
to generate using these parameters.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>efi_loader: Reserve unaccessible memory</title>
<updated>2018-12-02T20:59:37Z</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2018-11-30T20:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=7b78d6438a2b3a7f58a34934b54a1a83733b8fdd'/>
<id>urn:sha1:7b78d6438a2b3a7f58a34934b54a1a83733b8fdd</id>
<content type='text'>
On some systems, not all RAM may be usable within U-Boot. Maybe the
memory maps are incomplete, maybe it's used as workaround for broken
DMA. But whatever the reason may be, a platform can say that it does
not wish to have its RAM accessed above a certain address by defining
board_get_usable_ram_top().

In the efi_loader world, we ignored that hint, mostly because very few
boards actually have real restrictions around this.

So let's honor the board's wish to not access high addresses during
boot time. The best way to do so is by indicating the respective pages
as "allocated by firmware". That way, Operating Systems will still
use the pages after boot, but before boot no allocation will use them.

Reported-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Tested-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
</content>
</entry>
<entry>
<title>spi: Remove unused mpc8xx code</title>
<updated>2018-11-27T15:36:53Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-11-22T16:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=efbeabee79a28760837fcd5e75ff53d8bb857835'/>
<id>urn:sha1:efbeabee79a28760837fcd5e75ff53d8bb857835</id>
<content type='text'>
- spi_init_f
- spi_init_r
- spi_read
- spi_write

these spi calls are exclusively for mpc8xx, but
the relevant driver is not available so remove it.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>Drop CONFIG_INIT_CRITICAL</title>
<updated>2018-11-26T05:57:31Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-11-22T10:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c95cafd0b1ca984e0dbd8e1335c947d715ce0fb2'/>
<id>urn:sha1:c95cafd0b1ca984e0dbd8e1335c947d715ce0fb2</id>
<content type='text'>
This is now deprecated and no board is using it. Drop it.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Signed-off-by: Lukas Auer &lt;lukas.auer@aisec.fraunhofer.de&gt;
</content>
</entry>
</feed>
