Re: [PATCH PREVIEW RFC 5/6] base: bootcache: Add bootcache memory backend
Andrea Campanella <[email protected]> Wed, 24 Sep 2025 16:13:54 +0100
| Newsgroups | org.kernel.vger.linux-embedded |
|---|---|
| Message-ID | <[email protected]> |
On 9/24/25 15:42, Dan Scally wrote: > Hi Andrea > > On 23/09/2025 15:23, acampanella-thegoodpenguin wrote: >> From: Marc Kelly <[email protected]> >> >> bootcache_backend_memory provides a simple memory based backend that can >> inject data found stored in a reserved-memory block into the bootcache >> framework. > > This looks really cool and I'd like to give it a go; how are you > testing it currently? Do you have a tool to create the blob that > you're putting into the reserved memory that I could take a look at? > > Thanks > Dan > > Hello Dan, I'm glad you are finding it interesting! We are in the process of cleaning up the demo for public use, we are using qemuarm64 to test it, we should be releasing the test setup soon!