| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | writeprotect: add set_wp_range() | Nikolai Artemiev | 2022-03-01 | 2 | -4/+36 |
* | libflashrom,writeprotect: add flashrom_wp_get_available_ranges() | Nikolai Artemiev | 2022-03-01 | 4 | -0/+281 |
* | writeprotect: add get_wp_range() for decoding ranges | Nikolai Artemiev | 2022-03-01 | 1 | -3/+11 |
* | flashchips,writeprotect_ranges: add range decoding function | Nikolai Artemiev | 2022-03-01 | 6 | -1/+107 |
* | libflashrom,writeprotect: add functions for reading/writing WP configs | Nikolai Artemiev | 2022-03-01 | 4 | -0/+363 |
* | writeprotect.h: add structure to represent chip wp configuration bits | Nikolai Artemiev | 2022-03-01 | 1 | -0/+36 |
* | flash.h,flashchips.c: add writeprotect bit layout map to chips | Nikolai Artemiev | 2022-03-01 | 3 | -0/+77 |
* | spi25_statusreg,flashchips: add SR2 read/write support | Nikolai Artemiev | 2022-02-28 | 4 | -3/+53 |
* | spi25_statusreg: make register read/write functions generic | Nikolai Artemiev | 2022-02-28 | 3 | -39/+95 |
* | writeprotect, cli_classic: delete old writeprotect code | Nikolai Artemiev | 2022-02-28 | 5 | -571/+7 |
* | libflashrom: Allow NULL-pointer argument in flashrom_flash_release() | Nico Huber | 2022-02-28 | 1 | -0/+3 |
* | hwaccess_x86_io: merge error message in rget_io_perms() | Thomas Heijligen | 2022-02-27 | 1 | -5/+2 |
* | meson.build: Don't depend on getrevision.sh | Samuel R. Messner | 2022-02-25 | 1 | -2/+2 |
* | pcidev: Avoid internal programmer relying on pacc global | Edward O'Callaghan | 2022-02-24 | 3 | -23/+25 |
* | cli_classic: Use flashrom_init() from API | Edward O'Callaghan | 2022-02-24 | 1 | -4/+2 |
* | Makefile: Rework the EXEC_SUFFIX determination | Thomas Heijligen | 2022-02-23 | 1 | -2/+1 |
* | cli_classic: Replace programmer_shutdown() with libflashrom call | Edward O'Callaghan | 2022-02-22 | 1 | -1/+1 |
* | cli_classic: Use flashrom_flash_getsize() over raw access | Edward O'Callaghan | 2022-02-22 | 1 | -5/+5 |
* | Makefile: enable internal programmer for x86 and all linux platforms | Thomas Heijligen | 2022-02-21 | 1 | -12/+20 |
* | libflashrom/fmap: Don't use off_t for flash offsets | Julius Werner | 2022-02-20 | 3 | -6/+6 |
* | tests: Add tests for verify operation | Anastasia Klimchuk | 2022-02-18 | 3 | -0/+100 |
* | internal.c: Seperate out get_params() from internal_init() | Edward O'Callaghan | 2022-02-17 | 1 | -15/+35 |
* | Makefile: remove CPPFLAGS and LDFLAGS to default directories | Thomas Heijligen | 2022-02-16 | 1 | -15/+0 |
* | ich_descriptors.c Invert the meaning of 'dual_output' bit | Werner Zeh | 2022-02-16 | 1 | -1/+1 |
* | platform/pci.h: adapt NetBSD include path to pkg-config | Thomas Heijligen | 2022-02-15 | 1 | -1/+1 |
* | Makefile: use pkg-config --libs --static for LDFLAGS | Thomas Heijligen | 2022-02-15 | 2 | -2/+1 |
* | Makefile: check if librt is an external library | Thomas Heijligen | 2022-02-15 | 2 | -0/+8 |
* | tests: Add comprehensive comment for chip.c | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+12 |
* | tests: Set up mock chip memory in consistent and predictable way | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+2 |
* | tests: add fprintf() mock with redirection to io_mock | Nikolai Artemiev | 2022-02-14 | 3 | -0/+16 |
* | Add Elkhart Lake support | Werner Zeh | 2022-02-04 | 5 | -6/+47 |
* | fmap.c: Avoid undefined behaviour with fmap_lsearch([len:=0]) | Edward O'Callaghan | 2022-02-03 | 1 | -0/+3 |
* | ichspi: Remove unneeded line breaks, add useful line breaks and tabs | Anastasia Klimchuk | 2022-02-02 | 1 | -58/+36 |
* | ichspi: Extract initialisation of swseq and hwseq into a function | Anastasia Klimchuk | 2022-02-02 | 1 | -34/+41 |
* | ichspi: Extract handling programmer param into a function | Anastasia Klimchuk | 2022-02-02 | 1 | -27/+37 |
* | ichspi: Split very long init function into two | Anastasia Klimchuk | 2022-02-02 | 1 | -242/+255 |
* | Add mediatek_i2c_spi interface | Neill Corlett | 2022-02-01 | 6 | -0/+531 |
* | flashrom.c: Move do_*() helpers into cli_classic.c | Edward O'Callaghan | 2022-01-27 | 3 | -101/+97 |
* | flashrom.c: Make {read,write}_buf_from_include_args() public | Edward O'Callaghan | 2022-01-27 | 2 | -2/+4 |
* | SFDP: make mandatory table length check work with newer SFDP revisions | Michael Niewöhner | 2022-01-26 | 1 | -1/+1 |
* | sfdp: drop redundant check of the mandatory table size | Michael Niewöhner | 2022-01-26 | 1 | -4/+0 |
* | meson: sync programmer dependencies from Makefile | Peter Marheine | 2022-01-25 | 1 | -44/+65 |
* | hwaccess: fix build on non-x86 targets | Peter Marheine | 2022-01-25 | 4 | -11/+16 |
* | flashrom: Convert do_read() into a libflashrom user | Edward O'Callaghan | 2022-01-22 | 1 | -3/+18 |
* | cli_classic.c: Convert do_erase() to libflashrom call | Edward O'Callaghan | 2022-01-22 | 3 | -21/+14 |
* | flashrom.c: extract operation only uses layout files | Daniel Campello | 2022-01-21 | 1 | -1/+2 |
* | Makefile: remove obsolete distclean target | Thomas Heijligen | 2022-01-20 | 1 | -3/+0 |
* | Makefile: rename FEATURE_CFLAGS to FEATURE_FLAGS | Thomas Heijligen | 2022-01-20 | 1 | -59/+59 |
* | Makefile: merge compiler, hwlibs, features targets into config target | Thomas Heijligen | 2022-01-20 | 1 | -25/+12 |
* | Makefile: reorder make targets | Thomas Heijligen | 2022-01-20 | 1 | -35/+36 |