Evan Lojewski

Results 21 comments of Evan Lojewski

Note that I'm not sure how to, or if it's possible to mark this as based off of #63 however the diff can be seen here: https://github.com/meklort/ec/compare/config-pull...meklort:config-values

I've updated the code to handle a full configuration space - the flash block is now erased and the configuration is written back, re-compacted. With that change, it should be...

I've added the SPDX identifiers. Note that per the SPDX specification, it's recommended to include the standard license header in addition to the SPDX specified, so I've left it in....

As requested, I've removed the standard license header.

> Testing on a galp3-c: > > * When configured for release, system does not boot (doesn't reach first power event; LEDs are off) Is there anything special that needs...

> EC reset hangs at `flash_init()`. Moving it after `gpio_init()` allows reset to complete (system boots), but I don't know what effect that has. Ah, makes sense. I based the...

I've added a quick change to use SCAR1 instead of SCAR0 for the galp3-c. I don't know if it'll cause any other issue (comment in scratch.c said SCAR1 is in...

> Suppose the format changes to handle a new config. How will the EC and tool detect and handle this? > > I've previously used a simple incrementing version number...

> Going over the drawbacks section: > > > * This code calls between two applications. The flash API is a separate image which has no knowledge of XSEG /...

I've rebased this and added the compact command as requested earlier.