aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Don't install git hooks automaticallyFelix Singer2022-11-041-3/+3
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-151-0/+9
* print.c: Move list of known boards to known_boards.cEdward O'Callaghan2022-08-291-2/+2
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-251-1/+1
* flashrom.c: Move read_buf_from_file() to helpers_fileio.cEdward O'Callaghan2022-08-251-1/+1
* Makefile: print dependency versionsThomas Heijligen2022-08-231-4/+8
* Makefile: Fix build for WindowsThomas Heijligen2022-08-121-0/+3
* Makefile: Add support for Elbrus (e2k) architectureAnton Samsonov2022-08-091-1/+1
* Makefile: fix rebuild issuesThomas Heijligen2022-08-091-2/+2
* Makefile: Fix dependencies for developerbox_spiFelix Singer2022-07-251-0/+1
* Makefile: Fix option name of parade_lspcon programmerFelix Singer2022-07-251-1/+1
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-171-6/+6
* it85spi: EOL supportEdward O'Callaghan2022-07-041-1/+1
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configsThomas Heijligen2022-04-291-13/+5
* Introduce an `include` directory for header filesThomas Heijligen2022-04-291-2/+4
* Drop STANDALONE modeThomas Heijligen2022-04-131-1/+0
* NEED_PCI: remove macroThomas Heijligen2022-04-131-1/+0
* hwaccess: add endianness converting deserialization functionsThomas Heijligen2022-04-131-1/+1
* Endian conversion: move to platform.h and platform/endian*.cThomas Heijligen2022-04-121-2/+3
* hwaccess: replace macros by C codeThomas Heijligen2022-04-121-1/+3
* hwaccess_x86_io: clean header conceptThomas Heijligen2022-03-141-19/+0
* Makefile: use HAS_ USE_ pattern for serial supportThomas Heijligen2022-03-141-10/+12
* Makefile: print version info as part of the config targetThomas Heijligen2022-03-121-3/+1
* Makefile: use libflashrom.a as input to build the flashrom executableThomas Heijligen2022-03-121-5/+5
* Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2CThomas Heijligen2022-03-121-0/+1
* Makefile: use the HAS_ USE_ scheme for linux i2c dependent programmerThomas Heijligen2022-03-121-2/+7
* flashchips,writeprotect_ranges: add range decoding functionNikolai Artemiev2022-03-011-1/+2
* Makefile: Rework the EXEC_SUFFIX determinationThomas Heijligen2022-02-231-2/+1
* Makefile: enable internal programmer for x86 and all linux platformsThomas Heijligen2022-02-211-12/+20
* Makefile: remove CPPFLAGS and LDFLAGS to default directoriesThomas Heijligen2022-02-161-15/+0
* Makefile: use pkg-config --libs --static for LDFLAGSThomas Heijligen2022-02-151-1/+0
* Makefile: check if librt is an external libraryThomas Heijligen2022-02-151-0/+4
* Add mediatek_i2c_spi interfaceNeill Corlett2022-02-011-0/+8
* Makefile: remove obsolete distclean targetThomas Heijligen2022-01-201-3/+0
* Makefile: rename FEATURE_CFLAGS to FEATURE_FLAGSThomas Heijligen2022-01-201-59/+59
* Makefile: merge compiler, hwlibs, features targets into config targetThomas Heijligen2022-01-201-25/+12
* Makefile: reorder make targetsThomas Heijligen2022-01-201-35/+36
* Makefile: clean up variablesThomas Heijligen2022-01-201-5/+4
* Makefile: Make pkg-config mandatory to find libpciThomas Heijligen2022-01-201-65/+37
* Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IOThomas Heijligen2022-01-201-19/+19
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+1
* satasii: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* ogp_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel_eeprom: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* nicintel: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* gfxnvidia: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* drkaiser: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
* atavia: remove unused rget_io_perms()Thomas Heijligen2022-01-101-1/+0
9' href='#n529'>529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 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