<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/common, branch v2024.07-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/common?h=v2024.07-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/common?h=v2024.07-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2024-05-19T14:16:36Z</updated>
<entry>
<title>Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""</title>
<updated>2024-05-19T14:16:36Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-19T02:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d678a59d2d719da9e807495b4b021501f2836ca5'/>
<id>urn:sha1:d678a59d2d719da9e807495b4b021501f2836ca5</id>
<content type='text'>
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman &lt;jonas@kwiboo.se&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>global: Make &lt;asm/global_data.h&gt; include &lt;asm/u-boot.h&gt;</title>
<updated>2024-05-06T21:07:48Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-01T02:40:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a7185887b83a5cc334c7ce5bd65970381b2f4ce'/>
<id>urn:sha1:6a7185887b83a5cc334c7ce5bd65970381b2f4ce</id>
<content type='text'>
This follows the example of RISC-V where &lt;asm/global_data.h&gt; includes
&lt;asm/u-boot.h&gt; directly as "gd" includes a reference to bd_info already
and so the first must include the second anyhow. We then remove
&lt;asm/u-boot.h&gt; from all of the places which include references to "gd"
an so have &lt;asm/global_data.h&gt; already.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>common: Remove &lt;common.h&gt; and add needed includes</title>
<updated>2024-05-06T21:05:04Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-04-27T14:11:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599'/>
<id>urn:sha1:a79fc7a79cc9d4f7a46b19a4891484ac1e9ef599</id>
<content type='text'>
Remove &lt;common.h&gt; from all "commmon/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>rockchip: Enable preconsole for rk3328</title>
<updated>2024-04-21T07:07:00Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2024-01-17T07:51:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f343dccaf1a0c817762e90852f7c9dbd9ef32945'/>
<id>urn:sha1:f343dccaf1a0c817762e90852f7c9dbd9ef32945</id>
<content type='text'>
Enable and set the start address of pre-console buffer for RK3328.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>Merge https://source.denx.de/u-boot/custodians/u-boot-usb</title>
<updated>2024-04-14T21:58:31Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-04-14T21:58:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b03b49046af5dfca599d2ce8f0aafed89b97aa91'/>
<id>urn:sha1:b03b49046af5dfca599d2ce8f0aafed89b97aa91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge patch series "mcheck implementation for U-Boot"</title>
<updated>2024-04-12T22:23:19Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-04-12T22:23:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=977fc15e9806ce3af2c20228acc3c744f9c3ed0c'/>
<id>urn:sha1:977fc15e9806ce3af2c20228acc3c744f9c3ed0c</id>
<content type='text'>
Eugene Uriev &lt;eugeneuriev@gmail.com&gt; says:

There was no "mcheck" for U-Boot before.

Since U-Boot has only 1 thread, and normally makes 4000+ - 6000+
mallocs, it's better to use havier canaries to protect heap-chunks.
My variant uses 2x8 = 16byte-long protector. And
the multiplier could be changed to tune speed/protection tradeoff.
This protects not only against memset()-s, but against "near" wild
pointers too, and makes more probable to catch "distant" ones.

The core file of the set is included into the C-file, not complied
separately in order to enable (potential) coexisting of
mcheck-protectors, e.g. malloc_simple(.) and dlmalloc simultaneously.

My tests were for ARM SoC, 64bit, so the patch is
aware of alignment.

Primary this patch is for using by developers: to verify,
if a change doesn't break the heap integrity.
By default the mcheck is disabled and wouldn't affect the boot.

I used pedantic mode, canary=16byte, registry-size=6608.
For my system the overhead was 230ms.
</content>
</entry>
<entry>
<title>mcheck: let mcheck_abortfunc_t print the pointer</title>
<updated>2024-04-12T22:23:06Z</updated>
<author>
<name>Eugene Uriev</name>
<email>eugeneuriev@gmail.com</email>
</author>
<published>2024-03-31T20:03:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=707a6dfb2b8429b3d361c8c884ada48ebae6f1e4'/>
<id>urn:sha1:707a6dfb2b8429b3d361c8c884ada48ebae6f1e4</id>
<content type='text'>
Signed-off-by: Eugene Uriev &lt;eugeneuriev@gmail.com&gt;
</content>
</entry>
<entry>
<title>mcheck: add stats, add a comment with test results</title>
<updated>2024-04-12T22:23:06Z</updated>
<author>
<name>Eugene Uriev</name>
<email>eugeneuriev@gmail.com</email>
</author>
<published>2024-03-31T20:03:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a0ff152d4f336e0c205f5d27e33181a60156ee43'/>
<id>urn:sha1:a0ff152d4f336e0c205f5d27e33181a60156ee43</id>
<content type='text'>
My tests have been run on an U-Boot (of older version)
for ARM (64bits).

Signed-off-by: Eugene Uriev &lt;eugeneuriev@gmail.com&gt;
</content>
</entry>
<entry>
<title>mcheck: introduce mcheck_on_ramrelocation(.)</title>
<updated>2024-04-12T22:23:06Z</updated>
<author>
<name>Eugene Uriev</name>
<email>eugeneuriev@gmail.com</email>
</author>
<published>2024-03-31T20:03:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7bceb16106e5db971e3b9c457d6274f7dbd76f7d'/>
<id>urn:sha1:7bceb16106e5db971e3b9c457d6274f7dbd76f7d</id>
<content type='text'>
The using of pre-reloc/malloc_simple heap is
too hard to follow after the relocation.

So lets drop it from the pedantic registry
and switch to dlmalloc, when moved.

The offset is ignored, but kept in the API
for the probable case, when that early
heap is relocated too.

Signed-off-by: Eugene Uriev &lt;eugeneuriev@gmail.com&gt;
</content>
</entry>
<entry>
<title>mcheck: add pedantic mode support</title>
<updated>2024-04-12T22:23:06Z</updated>
<author>
<name>Eugene Uriev</name>
<email>eugeneuriev@gmail.com</email>
</author>
<published>2024-03-31T20:03:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=18c1bfafe0ccdd3229d91bbb07ed942e9f233f93'/>
<id>urn:sha1:18c1bfafe0ccdd3229d91bbb07ed942e9f233f93</id>
<content type='text'>
The pedantic mode is run-time contolled, so
appropriate registry take place everytime.

Maybe it's worth to use compile-time control only.
So, the registry could be optimized out by an #ifdef.

Signed-off-by: Eugene Uriev &lt;eugeneuriev@gmail.com&gt;
</content>
</entry>
</feed>
