Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: remove non-relevant buffer pool things from memory map | Josh Blum | 2010-12-11 | 1 | -4/+2 |
| | |||||
* | usrp2: removed buffer pool macros and constants from memory map | Josh Blum | 2010-12-11 | 1 | -108/+0 |
| | |||||
* | Merge branch 'flow_ctrl' into next | Josh Blum | 2010-11-23 | 2 | -2/+6 |
|\ | |||||
| * | Firmware mem map changes for flow ctrl somehow didn't get propagated. | Nick Foster | 2010-11-18 | 2 | -2/+6 |
| | | | | | | | | Also removed firmware update fw rev checking -- it occurs to me that checking fw rev in order to update fw is counterproductive. | ||||
* | | N200 comes up with default IP and MAC when booted in safe mode (button pushed). | Nick Foster | 2010-11-22 | 2 | -20/+6 |
|/ | |||||
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 1 | -2/+2 |
| | | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib. | ||||
* | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵ | Nick Foster | 2010-10-12 | 1 | -1/+2 |
| | | | | with hardware revisions. | ||||
* | USRP2P: Little bit of commonality in the include files. No functional change. | Nick Foster | 2010-10-08 | 1 | -4/+2 |
| | |||||
* | U2P: Bootloader works, successfully loads production image. | Nick Foster | 2010-10-08 | 2 | -6/+6 |
| | | | | Split I2C into async and sync halves to keep the size of the bootloader small. | ||||
* | U2P: Whoops. | Nick Foster | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | U2P: Bootloader/ICAP updates. 2-stage bootloader works. Uses EEPROM for ↵ | Nick Foster | 2010-10-07 | 6 | -22/+153 |
| | | | | state info. | ||||
* | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2 | Nick Foster | 2010-10-05 | 1 | -4/+5 |
| | |||||
* | Change to get codec_impl to compile, dur. | Nick Foster | 2010-08-25 | 1 | -2/+2 |
| | | | | Changed memory map to correspond to new tx_policy code. | ||||
* | Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h. | Nick Foster | 2010-08-18 | 3 | -38/+6 |
| | | | | | | | This stuff should only go back into fw_common.h if we decide to integrate firmware update into the UHD code. Right now it's a separate Python script. Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P. | ||||
* | UDP firmware update support for USRP2P. | Nick Foster | 2010-08-17 | 5 | -1/+167 |
| | | | | | | | | The hooks are in there for USRP2, but without CPLD changes it won't support it. Added an app host/utils/usrp2p_fw_update.py to write to USRP2P over the wire. Lots of TODOs in that file. Caveat -- fw_common.h, bootloader_utils.h, and the .py app MUST ALL AGREE! | ||||
* | Working support for multiple UARTs. | Nick Foster | 2010-08-12 | 1 | -4/+2 |
| | | | | | | | Default behavior (printf, gets, etc.) routes to DEFAULT_UART, set in hal_uart.h. Use fputstr() to print to other UARTs. Bring fgets() from hal_io.c out in hal_io.h if you want to read data from other UARTs. Still blocking. No interrupt-driven stuff yet. | ||||
* | Branch to make use of quad UART on USRP2P. | Nick Foster | 2010-08-11 | 1 | -1/+4 |
| | |||||
* | Clock bugs, LED order. | Nick Foster | 2010-07-29 | 2 | -8/+12 |
| | | | | | | | | | | Figured out cold-start problem with Matt's help -- the DCM wasn't being reset. This also explains why USRP2 didn't like it when clocks_mimo_config was omitted -- it was sneakily resetting the DCM while enabling/disabling ref outputs. Also re-did USRP2P LED order and genericized the LED settings so LED_D is LED_D for both USRP2 and USRP2P. | ||||
* | Stripped out all the clock functionality except for init'ing the FPGA. Clock ↵ | Nick Foster | 2010-07-28 | 2 | -260/+0 |
| | | | | smarts have been host-side for a while, so this is redundant code. | ||||
* | Ethernet blinky light changes. Link LED works. D201 (next to PHY) blinks on ↵ | Nick Foster | 2010-07-28 | 1 | -1/+8 |
| | | | | TX. Yellow LED on connector blinks on TX/RX. | ||||
* | Ethernet mods for activity LED. | Nick Foster | 2010-07-27 | 2 | -2/+31 |
| | |||||
* | Ethernet PHY re-do. | Nick Foster | 2010-07-27 | 3 | -1/+600 |
| | |||||
* | New branch with firmware dir from USRP2P branch. | Nick Foster | 2010-07-26 | 22 | -0/+2682 |