aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools/db-init.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix handling of 0-valued dt-compatAlex Williams2018-09-121-1/+3
| | | | | | A value of 0 for dt-compat would cause db-init to use the rev instead. This fixes the check to be on number of args instead of the dt-compat value.
* mpm: tools: Introduce dt-compat and mcu-compat fieldsMoritz Fischer2018-06-201-4/+19
| | | | | | | | | | | | | | | | Introduce dt-compat and mcu-compat fields into the eeprom structure. For the motherboard eeprom this is straightforward, since there's still padding bytes that could be (ab)used for this. On the dboard side more creativity is required and the original revision field of 2 bytes is reduced to only one byte revision and one byte dt-compat. Since this will only affect new units being backwards compatible with older versions of the bootloader is not an issue. Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* mpm: Update all license headersMartin Braun2018-02-191-1/+1
| | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
* mpm: Add EEPROM utilities for N310Martin Braun2018-01-121-0/+44
Actually-written-by: Moritz Fischer <moritz.fischer@ettus.com>