aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-08ARM: cygwin complile fixesDavid Brownell1-4/+6
2009-12-08zy1000: some background info on the zy1000 file.Øyvind Harboe1-0/+25
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe10-48/+90
2009-12-08zy1000: remove unecessary includeØyvind Harboe1-4/+0
2009-12-08build: add build/src to include pathØyvind Harboe12-10/+25
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell1-2/+1
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell3-0/+12
2009-12-07target: add debug_reason_name()David Brownell5-8/+19
2009-12-07ARM: don't clone arm_arch_state() codeDavid Brownell4-33/+8
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell24-200/+231
2009-12-07ARM: rename some generic routinesDavid Brownell15-32/+34
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell18-249/+281
2009-12-07ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell3-20/+32
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell1-12/+71
2009-12-07ARM DPM: don't write low bits of watchpoint valueDavid Brownell1-1/+1
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch2-20/+28
2009-12-06allow 'flash_banks' command to give GDB outputZachary T Welch1-1/+1
2009-12-06fix NOR flash regressionZachary T Welch1-0/+2
2009-12-05misc code review updatesDavid Brownell4-14/+11
2009-12-05NOR: add 29LV400BC flash deviceMathias Kuester1-0/+17
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre1-7/+9
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre1-6/+4
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch20-28/+33
2009-12-04move remaining nand helper filesZachary T Welch8-11/+9
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch7-872/+1005
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch5-104/+205
2009-12-04ARM: doc updates for main headerDavid Brownell1-3/+11
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell6-11/+10
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell11-27/+27
2009-12-04ARM: misc generic cleanupDavid Brownell4-13/+28
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell12-19/+19
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell8-20/+18
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell12-23/+23
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell8-39/+39
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell16-141/+141
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell18-77/+77
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell1-0/+18
2009-12-04ARM11: basic watchpoint supportDavid Brownell4-9/+100
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell2-23/+61
2009-12-04reorder build order of src directoryZachary T Welch1-1/+9
2009-12-04remove flash.h from treeZachary T Welch18-63/+4
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch6-326/+358
2009-12-04remove target.h from flash.hZachary T Welch21-20/+31
2009-12-04split NOR and NAND flash headersZachary T Welch4-12/+15
2009-12-04eliminate src/flash/flash.cZachary T Welch3-221/+187
2009-12-04add flash/nor/drivers.cZachary T Welch4-55/+79
2009-12-04move more nor flash implementation detailsZachary T Welch5-999/+1011
2009-12-04ARM: semihosting entry cleanupDavid Brownell1-8/+39
2009-12-04ARM: remove semihosting globalsDavid Brownell5-33/+48
2009-12-04add flash/nor/core.[ch]Zachary T Welch5-62/+149