
On Wed, Apr 24, 2019 at 07:32:14AM -0500, Dinh Nguyen wrote:
On 4/23/19 5:02 PM, Tom Rini wrote:
On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote:
Hi,
This is V4 of the series to add a UCLASS_CACHE dm driver to handling the configuration of cache settings. Place this new driver under /drivers/cache. In this initial revision, the driver is only configuring what I think are essential cache settings. The more comprehensive cache settings can be done in the OS.
Diffs from v4:
- Fix compile error found in sandbox_cache.c
Thanks. I'd greatly appreciate it if you can throw this whole series at travis (or just do a world build locally) and report back that everything is OK now.
Will do. By a "world build", you mean using buildman for all architectures right?
Yes. buildman can fetch a valid toolchain for everything I think (and there's a documented location in .travis.yml for the maybe 1-2 that it doesn't) and then build everything.