mirror of
				https://review.coreboot.org/flashrom.git
				synced 2025-10-30 21:02:11 +01:00 
			
		
		
		
	Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode
If the parameter is set, the IT87* SPI driver will set the I/O base port of the IT87* SPI controller interface to the port specified in the parameter. Usage: flashrom -p it87spi=port=0x820 Corresponding to flashrom svn r646. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
		| @@ -184,6 +184,14 @@ Currently the following programmers support this mechanism: | ||||
| .BR nic3com , | ||||
| .BR satasii . | ||||
| .sp | ||||
| The it87spi has an optional parameter which will set the I/O base port of the | ||||
| IT87* SPI controller interface to the port specified in the parameter. | ||||
| For that you have to use the | ||||
| .B "flashrom -p it87spi=port=portnum" | ||||
| syntax where | ||||
| .B portnum | ||||
| is an I/O port number which must be a multiple of 8. | ||||
| .sp | ||||
| The ft2232spi has an optional parameter specifying the controller type and | ||||
| interface/port it should support. For that you have to use the | ||||
| .B "flashrom -p ft2232spi=model,port=interface" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carl-Daniel Hailfinger
					Carl-Daniel Hailfinger