aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mboard_eeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: Addressed code review feedback for Rev7+ supportAshish Chaudhari2015-07-201-11/+11
|
* x300: Added HW rev compat number supportAshish Chaudhari2015-07-181-1/+13
| | | | | - Added new field "revision_compat" to mb_eeprom - Enforce a revision_compat of 7
* Consolidated byte_vector common code into single fileNicholas Corgan2015-03-271-27/+2
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-1/+134
|
* b200: added eeprom map needed for last commitJosh Blum2013-07-191-0/+65
|
* usrp: mboard eeprom map use string as keyJosh Blum2012-05-141-14/+10
|
* usrp2: work on alternative stream destinationJosh Blum2012-03-231-28/+49
|
* b100: new eeprom map for special 9 byte serialJosh Blum2011-10-121-25/+66
|
* usrp: added product and revision fields to eepromJosh Blum2011-10-101-35/+79
|
* usrp2: added a place for product code in eeprom mapJosh Blum2011-07-111-0/+16
|
* usrp2: work on setting up controllersJosh Blum2011-06-271-1/+1
|
* usrp-e100: created device address arg for master clock rate, removed eeprom hackJosh Blum2011-05-121-28/+1
|
* usrp-e100: shrink name field to git mcr into eepromJosh Blum2011-04-201-2/+3
|
* USRP1: added support for setting clock rate from EEPROMJosh Blum2011-05-011-6/+36
| | | | | Basically, same deal as the previous changeset but for USRP1. Modified previous changes so that the key is shorter (mcr = master_clock_rate)
* usrp-e100: add ability to set/get default master clock rate from EEPROMJosh Blum2011-05-011-0/+25
| | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too).
* usrp2: added support for GPSDO configuration bits in EEPROMJosh Blum2011-04-291-0/+23
| | | | | | | Added instructions to install and burn eeprom to documentation. Made gps_ctrl and gps_time sensor optional. Added sensors for motherboard to documentation
* uhd: added 9 byte serial to dboard eeprom classJosh Blum2011-02-221-3/+9
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* usrp2: use the mac address to determine serial# for older usrpJosh Blum2011-01-131-2/+8
|
* usrp: replace struct member sizeof with this macro so it compiles on macJosh Blum2010-11-231-2/+5
|
* Merge branch 'usrp_e100' into nextJosh Blum2010-11-231-0/+83
|\ | | | | | | | | Conflicts: images/Makefile
| * usrp_e100: added byteswapping calls to vendor and device (its NBO)Josh Blum2010-11-111-4/+5
| |
| * usrp-e100: split vendor/device field for eeprom, rename fab rev to model, ↵Josh Blum2010-11-111-15/+20
| | | | | | | | fixed char cast (to treat like integer)
| * usrp-e100: implemented wrapper for i2c device node + ioctls, implemented ↵Josh Blum2010-11-101-0/+77
| | | | | | | | e100 eeprom map
* | Merge branch 'public_master'Josh Blum2010-11-161-1/+1
|\ \
| * | usrp2: fix ip addr eeprom offset in motherboard eeprom parserJosh Blum2010-11-161-1/+1
| | |
* | | usrpbbbbbbbbbbbeeeeeeeeeeee fix typoJosh Blum2010-11-101-3/+3
| |/ |/|
* | uhd: renamed enums to reflect new conventionJosh Blum2010-11-101-30/+30
|/
* uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-14/+18
|
* uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵Josh Blum2010-11-051-13/+17
| | | | to usrp2
* Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-051-15/+2
| | | | | Conflicts: firmware/fx2/include
* usrp: implement name checking on dicovery (all platforms), separate usb ↵Josh Blum2010-11-051-2/+15
| | | | serial from serial (for now)
* usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-041-2/+1
| | | | eeproms
* usrp: print eeprom key/value pairs in the probe app, fixed mac addr sizeJosh Blum2010-11-041-3/+3
|
* usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-0/+4
|
* usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-43/+50
|
* usrp: created mboard eeprom map class, implemented for usrp2Josh Blum2010-11-041-0/+176