mirror of
				https://review.coreboot.org/flashrom.git
				synced 2025-11-03 23:00:13 +01:00 
			
		
		
		
	nicintel: remove unused rget_io_perms()
The nicintel programmer does not use x86 IO Ports. Remove the dependency to it. Change-Id: Ibe609ff8f8fdbdf2a7de8e1922325ca4ad56a9e7 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60844 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						
						Nico Huber
					
				
			
			
				
	
			
			
			
						parent
						
							583c15fc65
						
					
				
				
					commit
					50847804a9
				
			
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -128,7 +128,6 @@ DEPENDS_ON_X86_PORT_IO := \
 | 
			
		||||
	CONFIG_ATAPROMISE \
 | 
			
		||||
	CONFIG_INTERNAL \
 | 
			
		||||
	CONFIG_NIC3COM \
 | 
			
		||||
	CONFIG_NICINTEL \
 | 
			
		||||
	CONFIG_NICINTEL_EEPROM \
 | 
			
		||||
	CONFIG_NICINTEL_SPI \
 | 
			
		||||
	CONFIG_NICNATSEMI \
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,6 @@
 | 
			
		||||
#include "flash.h"
 | 
			
		||||
#include "programmer.h"
 | 
			
		||||
#include "hwaccess.h"
 | 
			
		||||
#include "hwaccess_x86_io.h"
 | 
			
		||||
#include "hwaccess_physmap.h"
 | 
			
		||||
#include "platform/pci.h"
 | 
			
		||||
 | 
			
		||||
@@ -71,12 +70,6 @@ static int nicintel_init(void)
 | 
			
		||||
	struct pci_dev *dev = NULL;
 | 
			
		||||
	uintptr_t addr;
 | 
			
		||||
 | 
			
		||||
	/* Needed only for PCI accesses on some platforms.
 | 
			
		||||
	 * FIXME: Refactor that into get_mem_perms/rget_io_perms/get_pci_perms?
 | 
			
		||||
	 */
 | 
			
		||||
	if (rget_io_perms())
 | 
			
		||||
		return 1;
 | 
			
		||||
 | 
			
		||||
	/* FIXME: BAR2 is not available if the device uses the CardBus function. */
 | 
			
		||||
	dev = pcidev_init(nics_intel, PCI_BASE_ADDRESS_2);
 | 
			
		||||
	if (!dev)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user