Skip to content
  • Stefan Weil's avatar
    4e9df06a
    eepro100: Fix boot ROM support · 4e9df06a
    Stefan Weil authored
    
    
    * Rename pxe-eepro100.bin to pxe-i82559er.bin.
      The other devices supported by eepro100.c need
      additional pxe boot ROM images.
    * Call rom_add_option during initialisation.
      The code won't work with two or more different
      eepro100 devices, because it only adds one option
      ROM, but this use case is perhaps never needed.
    
    Using this patch, model=i82559er at least works partially.
    For full support, more eepro100 patches are needed
    (will follow later, can be fetched from ar7 branch
    of QEMU).
    
    Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
    4e9df06a
    eepro100: Fix boot ROM support
    Stefan Weil authored
    
    
    * Rename pxe-eepro100.bin to pxe-i82559er.bin.
      The other devices supported by eepro100.c need
      additional pxe boot ROM images.
    * Call rom_add_option during initialisation.
      The code won't work with two or more different
      eepro100 devices, because it only adds one option
      ROM, but this use case is perhaps never needed.
    
    Using this patch, model=i82559er at least works partially.
    For full support, more eepro100 patches are needed
    (will follow later, can be fetched from ar7 branch
    of QEMU).
    
    Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
Loading