<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/cmd/Makefile, 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-05-28T22:55:08Z</updated>
<entry>
<title>cmd: remove unused `display` command</title>
<updated>2019-05-28T22:55:08Z</updated>
<author>
<name>Heinrich Schuchardt</name>
</author>
<published>2019-05-21T05:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=005a804d0f3a0f0ace28a097142401ef9778e74c'/>
<id>urn:sha1:005a804d0f3a0f0ace28a097142401ef9778e74c</id>
<content type='text'>
Compiling the display command leads to an error

    undefined reference to `display_set'

No implementation of display_set() exists in U-Boot.

Eliminate the `display` command as well as the accompanying files.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cmd: add exception command</title>
<updated>2019-04-22T16:06:39Z</updated>
<author>
<name>Heinrich Schuchardt</name>
</author>
<published>2018-12-26T16:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=dab8788a8cadaa18a44001f98fa959fc672fff4f'/>
<id>urn:sha1:dab8788a8cadaa18a44001f98fa959fc672fff4f</id>
<content type='text'>
The 'exception' command allows to test exception handling.

This implementation supports ARM, x86, RISC-V and the following exceptions:
* 'breakpoint' - prefetch abort exception (ARM 32bit only)
* 'unaligned'  - data abort exception (ARM only)
* 'undefined'  - undefined instruction exception

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>cmd: add wdt command</title>
<updated>2019-04-12T05:04:18Z</updated>
<author>
<name>Michael Walle</name>
</author>
<published>2019-04-06T00:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=82a00be35382b537cbe1338ade00252242383a90'/>
<id>urn:sha1:82a00be35382b537cbe1338ade00252242383a90</id>
<content type='text'>
Add a command to control the watchdog devices. This is useful if the
watchdog is rather long running (eg. seconds) and it should be
controlled by scripts. It is also handy during debugging.

Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>cmd: add efidebug command</title>
<updated>2019-02-25T11:47:13Z</updated>
<author>
<name>AKASHI Takahiro</name>
</author>
<published>2019-02-25T06:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=59df7e7e77e79442f6ff27076206b38a32942471'/>
<id>urn:sha1:59df7e7e77e79442f6ff27076206b38a32942471</id>
<content type='text'>
Currently, there is no easy way to add or modify UEFI variables.
In particular, bootmgr supports BootOrder/BootXXXX variables, it is
quite hard to define them as u-boot variables because they are represented
in a complicated and encoded format.

The new command, efidebug, helps address these issues and give us
more friendly interfaces:
 * efidebug boot add: add BootXXXX variable
 * efidebug boot rm: remove BootXXXX variable
 * efidebug boot dump: display all BootXXXX variables
 * efidebug boot next: set BootNext variable
 * efidebug boot order: set/display a boot order (BootOrder)

Signed-off-by: AKASHI Takahiro &lt;takahiro.akashi@linaro.org&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>cmd: env: add "-e" option for handling UEFI variables</title>
<updated>2019-02-25T11:47:13Z</updated>
<author>
<name>AKASHI Takahiro</name>
</author>
<published>2019-02-25T06:54:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=49d81fdfb8c1fc07e54c8f01fe5c5b1125f884cb'/>
<id>urn:sha1:49d81fdfb8c1fc07e54c8f01fe5c5b1125f884cb</id>
<content type='text'>
"env [print|set] -e" allows for handling uefi variables without
knowing details about mapping to corresponding u-boot variables.

Signed-off-by: AKASHI Takahiro &lt;takahiro.akashi@linaro.org&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y</title>
<updated>2019-02-19T21:58:24Z</updated>
<author>
<name>Ismael Luceno Cortes</name>
</author>
<published>2019-02-18T09:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2d3beff2d297d278b3944289be285a59fa7904e0'/>
<id>urn:sha1:2d3beff2d297d278b3944289be285a59fa7904e0</id>
<content type='text'>
Signed-off-by: Ismael Luceno &lt;ismael.luceno@silicon-gears.com&gt;
</content>
</entry>
<entry>
<title>cmd: Move the "dm" command from test/dm/ to cmd/</title>
<updated>2018-12-15T16:49:19Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-12-08T00:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=6df41b1cf3f22c8baa3e2919d7607f96c5385c57'/>
<id>urn:sha1:6df41b1cf3f22c8baa3e2919d7607f96c5385c57</id>
<content type='text'>
The "dm" command under CONFIG_CMD_DM should live under cmd/ rather than
test/dm/ so move it.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>cmd: add clear screen 'cls' command</title>
<updated>2018-12-04T18:44:57Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2018-12-01T09:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7'/>
<id>urn:sha1:4e92e60d35d5ef3a3f7ca9cdd24aa51a1a3263a7</id>
<content type='text'>
Add common clear screen command for configurations
CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.

Remove the existing cls command implementation from
lcd.c code and activate the command for all boards
enabling CONFIG_LCD for compatibility reasons.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Tested-by: Patrick.Delaunay &lt;patrick.delaunay@free.fr&gt;
</content>
</entry>
<entry>
<title>sandbox: Add a new 'sb' command</title>
<updated>2018-11-26T13:25:36Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-11-16T01:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d66ddafaf94386f8b92b190a09a0dc488a89149f'/>
<id>urn:sha1:d66ddafaf94386f8b92b190a09a0dc488a89149f</id>
<content type='text'>
The old 'sb' command was deprecated in 2015 and replaced with 'host'. It
is useful to be able to access some internal sandbox state, particularly
for testing.

Resurrect the old command and provide a way to print some basic state
information (currently just the arguments to sandbox).

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cmd: pinmux: Add pinmux command</title>
<updated>2018-11-16T21:51:56Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2018-10-24T12:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d5a8313905f54ebdf128ac428c3cf58a2ebcbda2'/>
<id>urn:sha1:d5a8313905f54ebdf128ac428c3cf58a2ebcbda2</id>
<content type='text'>
pinmux command allows to :
 - list all pin-controllers available on platforms
 - select a pin-controller
 - display the muxing of all pins of the current pin-controller
   or all pin-controllers depending of given options

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
cmd: pinmux: Fix pinmux command

if "pinmux status" command is used without having
set dev using "pinmux dev", print pinmux usage
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
