summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe2009-05-081-1/+1
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-15/+15
* Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe2009-05-074-1058/+2
* Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2009-05-072-27/+17
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-45/+45
* retire out_mask - not used anywhereoharboe2009-05-061-15/+15
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-4/+4
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+5
* Print out warning when LPC calc_checksum will cause verification to fail.oharboe2009-04-301-0/+9
* Fix signed/unsigned comparison.zwelch2009-04-301-1/+1
* no changeoharboe2009-04-301-62/+63
* flash fillX now has a verify stageoharboe2009-04-301-0/+16
* Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu2009-04-291-1/+10
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* 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
#n575'>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