summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-272-539/+539
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-274-2/+543
* Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe2009-04-271-4/+8
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-212-7/+7
* Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe2009-04-211-2/+5
* Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe2009-04-214-17/+117
* Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe2009-04-194-115/+185
* Zach Welch <zw@superlucidity.net> add missing initializers in nand.coharboe2009-04-191-1/+1
* Zach Welch <zw@superlucidity.net> trim logic in tms470.coharboe2009-04-191-2/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-1918-34/+37
* The following patches was applied:mifi2009-04-1823-631/+654
* Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe2009-04-151-3/+11
* Improved (for humans) error reporting for flash programming errors.mlu2009-04-141-1/+21
* - add svn props from previous commitntfreak2009-04-031-126/+126
* Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.oharboe2009-04-031-1/+1
* Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe2009-04-022-5/+68
* Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2009-04-021-0/+126
* Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2009-04-022-7/+12
* Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...oharboe2009-04-021-0/+8
* Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...oharboe2009-04-021-3/+1
* Cortex-M3 cleanup and performance patchmlu2009-04-021-1/+1
* Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe2009-03-051-3/+3
* - add missing svn props from previous commitntfreak2009-03-021-256/+256
* Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe2009-03-013-1/+259
* Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...oharboe2009-03-011-6/+36
* Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...oharboe2009-03-011-2/+4
* Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...oharboe2009-03-011-1/+4
* Nicolas Pitre nico at cam.org spellingoharboe2009-03-011-2/+2
* - stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak2009-02-261-1/+33
* John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe2009-02-191-3/+3
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-182-26/+5
* - issue warning when flash image exceeds configured flash size.ntfreak2009-02-121-0/+4
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-1/+1
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf2009-01-201-62/+298
* John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe2009-01-052-53/+104
* eol-style nativeoharboe2009-01-032-1007/+1007
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-024-3/+1015
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-1316-371/+338
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-32/+32
* - typo with flash bank help commandntfreak2008-12-111-1/+1
* - str9xpec driver now working with new jtag tap configntfreak2008-12-032-31/+14
* "Theodore A. Roth" <taroth@gmail.com> fixes to distcheckoharboe2008-12-011-1/+2
* jtag newtap change & huge manual updateduane2008-11-302-91/+105
* - fix issue with luminary flash driver and tail bytesntfreak2008-11-271-12/+43
* - stm32x flash driver: add support for low density devicesntfreak2008-11-271-1/+33
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-258/+265
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-38/+38
n556' href='#n556'>556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016