Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 1 | -75/+0 |
| | |||||
* | packet_router: dont register mac, also reorganized some tidbits | Josh Blum | 2010-12-11 | 1 | -10/+0 |
| | |||||
* | packet_router: enable the serdes and always send GARP | Josh Blum | 2010-12-11 | 1 | -1/+3 |
| | |||||
* | usrp2: replaced spi and i2c async stuff with sync (since were out of the ↵ | Josh Blum | 2010-12-11 | 1 | -2/+0 |
| | | | | fast-path) | ||||
* | usrp2: pretty much gutted the buffer pool stuff with other misc changes, not ↵ | Josh Blum | 2010-12-11 | 1 | -5/+0 |
| | | | | in working shape | ||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| * | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 1 | -11/+0 |
| | | |||||
* | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays. | ||||
* | | U2P: Bootloader works, successfully loads production image. | Nick Foster | 2010-10-08 | 1 | -0/+2 |
|/ | | | | Split I2C into async and sync halves to keep the size of the bootloader small. | ||||
* | Interrupt-driven I2C. txrx_uhd uses async i2c for comms. | Nick Foster | 2010-08-10 | 1 | -5/+9 |
| | |||||
* | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -6/+5 |
| | |||||
* | Moved some misc setting registers into host. | Josh Blum | 2010-04-28 | 1 | -10/+0 |
| | |||||
* | removed some unused things like gpio from microblaze code | Josh Blum | 2010-04-28 | 1 | -11/+0 |
| | |||||
* | Added reload flag to the stream cmd. | Josh Blum | 2010-04-28 | 1 | -2/+2 |
| | | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host. | ||||
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -1/+0 |
| | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
* | pulled aux dac and adc support from microblaze, its in the host now | Josh Blum | 2010-04-19 | 1 | -4/+0 |
| | |||||
* | removed unused firmware code | Josh Blum | 2010-04-13 | 1 | -1/+0 |
| | |||||
* | Moved ad9777 control 100% on to the host | Josh Blum | 2010-04-13 | 1 | -16/+0 |
| | |||||
* | Copied a snapshot of the usrp2 firmware into the microblaze firmware ↵ | Josh Blum | 2010-02-10 | 1 | -0/+129 |
directory in the uhd repo. Added erllc copyrights to the files created and modified at erllc. |