<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cmd/bdinfo.c, branch v2024.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cmd/bdinfo.c?h=v2024.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cmd/bdinfo.c?h=v2024.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-12-09T13:42:29Z</updated>
<entry>
<title>cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e</title>
<updated>2023-12-09T13:42:29Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-10-07T21:41:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea9637c92f3b698903ee3d76f0b57e1109b352b0'/>
<id>urn:sha1:ea9637c92f3b698903ee3d76f0b57e1109b352b0</id>
<content type='text'>
Add support for printing ethernet settings only via 'bdinfo -e' .

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Implement support for printing memory layout via bdinfo -m</title>
<updated>2023-12-09T13:42:29Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-10-07T21:40:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1774a80307c357ab26f8ee42c5b082a902393b6'/>
<id>urn:sha1:f1774a80307c357ab26f8ee42c5b082a902393b6</id>
<content type='text'>
Add support for printing memory layout only via 'bdinfo -m' .

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Optionally use getopt and implement bdinfo -a</title>
<updated>2023-12-09T13:42:29Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-10-07T21:40:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6a90ac0902ff64a5a1dabe69cf4b480ac34d69a'/>
<id>urn:sha1:b6a90ac0902ff64a5a1dabe69cf4b480ac34d69a</id>
<content type='text'>
Add optional support for getopt() and in case this is enabled via
GETOPT configuration option, implement support for 'bdinfo -a'.
The 'bdinfo -a' behaves exactly like bdinfo and prints 'all' the
bdinfo information. This is implemented in preparation for other
more fine-grained options.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
</content>
</entry>
<entry>
<title>bdinfo: Show the malloc base with the bdinfo command</title>
<updated>2023-07-17T09:12:21Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-16T03:38:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0be0f205b974abb7b464e5b2819db47bbc6d5f1f'/>
<id>urn:sha1:0be0f205b974abb7b464e5b2819db47bbc6d5f1f</id>
<content type='text'>
It is useful to see the base of the malloc region. This is visible when
debugging but not in normal usage.

Add it to the global data so that it can be shown.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Tested-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
</content>
</entry>
<entry>
<title>bdinfo: Show the RAM top and approximate stack pointer</title>
<updated>2023-07-17T09:12:03Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-16T03:38:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b279f5170a807a87a5726bcbeb0bc98937102eee'/>
<id>urn:sha1:b279f5170a807a87a5726bcbeb0bc98937102eee</id>
<content type='text'>
These are useful pieces of information when debugging. The RAM top shows
where U-Boot started allocating memory from, before it relocated. The
stack pointer can be checked to ensure it is in the correct region.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Tested-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
</content>
</entry>
<entry>
<title>bdinfo: Show information about the serial port</title>
<updated>2023-07-17T05:38:34Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-12T15:04:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=347a845aec18561d36299b0735c47c2b3f45bc71'/>
<id>urn:sha1:347a845aec18561d36299b0735c47c2b3f45bc71</id>
<content type='text'>
It is useful to see the detailed setting of the serial port, e.g. to
allow setting up earlycon or console for Linux. Add this output to the
'bdinfo' command.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
[bmeng: squashed in 20230716033929.253357-2-sjg@chromium.org]
Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Print ethaddr of current MAC</title>
<updated>2023-05-03T22:30:46Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-04-22T13:01:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a76315052b93e73444c4703b610660ccbd38deda'/>
<id>urn:sha1:a76315052b93e73444c4703b610660ccbd38deda</id>
<content type='text'>
Instead of always printing ethaddr of MAC 0, print eth%daddr of the current MAC.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Wrap network information printing into print_eth()</title>
<updated>2023-05-03T22:30:46Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-04-22T13:01:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8eb4e2c05406dcaad30b36fa2a69a63dff376a4'/>
<id>urn:sha1:d8eb4e2c05406dcaad30b36fa2a69a63dff376a4</id>
<content type='text'>
Move all the network information printing into print_eth(),
no functional change.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Map fdt_blob and new_fdt to sysmem</title>
<updated>2023-05-03T22:30:46Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut+renesas@mailbox.org</email>
</author>
<published>2023-04-22T13:01:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=55922ed5fa03c3ce2ca6c1c504d86dcf2c80c5f7'/>
<id>urn:sha1:55922ed5fa03c3ce2ca6c1c504d86dcf2c80c5f7</id>
<content type='text'>
Map fdt_blob and new_fdt to sysmem, otherwise $fdtcontroladdr
and bdinfo output do not match and the bdinfo output address
is not a valid address accessible via sandbox memory accessors.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>bbinfo: Show the size of the copy framebuffer</title>
<updated>2023-03-13T12:53:01Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-03-10T20:47:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38191594df6bf3f68081626b9069b6e35b691085'/>
<id>urn:sha1:38191594df6bf3f68081626b9069b6e35b691085</id>
<content type='text'>
If the copy framebuffer is enabled, show its size.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
