Hi everyone!

As a follow up to https://review.coreboot.org/c/flashrom/+/58477 and https://review.coreboot.org/c/flashrom/+/58480, I want to update the section "Adding/reviewing a new flash chip" of the dev guidelines with documentation for two new chip data fields that were added:

Note that some chips have configuration bits that function like TB/SEC/CMP but are called something else in the datasheet (e.g. BP3/BP4/...). These bits should be assigned to a field according their function and the datasheet name should be noted in a comment, for example:
```
.sec    = {STATUS1, 6, RW}, /* Called BP4 in datasheet, acts like SEC */
```

Let me know if the text is alright, thanks!

Cheers,
Nik