aboutsummaryrefslogtreecommitdiff
path: root/src/ecosboard.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-05zy1000: complete zy1000_uart to jim command switchØyvind Harboe1-6/+6
2010-01-19zy1000: print out PCB revision upon bootØyvind Harboe1-1/+5
2009-12-30zy1000: add zy1000_ prefix to uart commandØyvind Harboe1-1/+1
2009-12-30zy1000: unlock flash upon startup for revcØyvind Harboe1-0/+14
2009-12-30zy1000: reconfigure FPGA upon reset instead of just the CPUØyvind Harboe1-0/+8
2009-12-16zy1000: removed some redundant includeØyvind Harboe1-22/+4
2009-12-15zy1000: keep up with command.h cleanupØyvind Harboe1-5/+15
2009-12-08zy1000: remove unecessary includeØyvind Harboe1-4/+0
2009-12-03zy1000: include files have moved aboutØyvind Harboe1-2/+2
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch1-1/+1
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch1-1/+1
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch1-1/+1
2009-12-03change #include "telnet_server.h" to <server/telnet_server.h>Zachary T Welch1-1/+1
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch1-1/+1
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch1-1/+1
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch1-1/+1
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch1-7/+1
2009-12-02zy1000: keep up with startup refactoring work.Øyvind Harboe1-0/+5
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe1-6/+4
2009-11-27zy1000: keep up with changes to log_init()Øyvind Harboe1-7/+1
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-22zy1000: un-break uart command after command handler refactoringØyvind Harboe1-15/+19
2009-11-17zy1000: revC UART forwardingØyvind Harboe1-4/+12
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-3/+0
2009-11-14add openocd.h for top-level declarationsZachary T Welch1-0/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-8/+8
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-05warnings: removeØyvind Harboe1-3/+2
2009-10-22disable ZY1000's UART forwarding test code.Øyvind Harboe1-1/+10
2009-10-21eCos synthetic target updates.Øyvind Harboe1-0/+2
2009-10-07increase pause before reboot so web interface remains responsive when issuing...oharboe1-2/+2
2009-09-17prefix zy1000_reboot command to avoid name conflictsoharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-06zy1000 now listens for port 1234. Upon accepting connection reboot zy1000.oharboe1-1/+61
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-4/+4
2009-06-19less warningsoharboe1-2/+1
2009-06-18less warningsoharboe1-10/+10
2009-06-17dummy driver now works under eCosoharboe1-5/+25
2009-06-11embedded host: launch telnet server even if configuration failsoharboe1-0/+3
2009-06-05remove unused include file: strings.hoharboe1-1/+0