···4242 hg clone http://xenbits.xensource.com/ext/efi-vfirmware.hg4343 you can get the firmware's binary in the directory of efi-vfirmware.hg/binaries.44444545- (3) Rename the firware you owned to Flash.fd, and copy it to /usr/local/share/qemu4545+ (3) Rename the firmware you owned to Flash.fd, and copy it to /usr/local/share/qemu464647474. Boot up Linux or Windows guests:4848 4.1 Create or install a image for guest boot. If you have xen experience, it should be easy.
···11* Uploaded QE firmware2233- If a new firwmare has been uploaded to the QE (usually by the33+ If a new firmware has been uploaded to the QE (usually by the44 boot loader), then a 'firmware' child node should be added to the QE55 node. This node provides information on the uploaded firmware that66 device drivers may need.
+1-1
arch/mips/sgi-ip27/ip27-smp.c
···221221 * Assumption to be fixed: we're always booted on logical / physical222222 * processor 0. While we're always running on logical processor 0223223 * this still means this is physical processor zero; it might for224224- * example be disabled in the firwware.224224+ * example be disabled in the firmware.225225 */226226 alloc_cpupda(0, 0);227227}
+1-1
arch/sparc/kernel/head_64.S
···686686 * point.687687 *688688 * There used to be enormous complexity wrt. transferring689689- * over from the firwmare's trap table to the Linux kernel's.689689+ * over from the firmware's trap table to the Linux kernel's.690690 * For example, there was a chicken & egg problem wrt. building691691 * the OBP page tables, yet needing to be on the Linux kernel692692 * trap table (to translate PAGE_OFFSET addresses) in order to
+1-1
drivers/net/sb1250-mac.c
···22992299 eaddr = sc->sbm_hwaddr;2300230023012301 /*23022302- * Read the ethernet address. The firwmare left this programmed23022302+ * Read the ethernet address. The firmware left this programmed23032303 * for us in the ethernet address register for each mac.23042304 */23052305
+1-1
drivers/net/tg3.c
···1122511225 return tg3_phy_init(tp);11226112261122711227 /* Reading the PHY ID register can conflict with ASF1122811228- * firwmare access to the PHY hardware.1122811228+ * firmware access to the PHY hardware.1122911229 */1123011230 err = 0;1123111231 if ((tp->tg3_flags & TG3_FLAG_ENABLE_ASF) ||
+1-1
drivers/net/wireless/ipw2x00/ipw2100.c
···23622362 i * sizeof(struct ipw2100_status));2363236323642364#ifdef IPW2100_DEBUG_C323652365- /* Halt the fimrware so we can get a good image */23652365+ /* Halt the firmware so we can get a good image */23662366 write_register(priv->net_dev, IPW_REG_RESET_REG,23672367 IPW_AUX_HOST_RESET_REG_STOP_MASTER);23682368 j = 5;
+1-1
drivers/net/wireless/ipw2x00/ipw2200.c
···88448844#endif /* CONFIG_IPW2200_MONITOR */8845884588468846 /* Free the existing firmware and reset the fw_loaded88478847- * flag so ipw_load() will bring in the new firmawre */88478847+ * flag so ipw_load() will bring in the new firmware */88488848 free_firmware();8849884988508850 priv->ieee->iw_mode = wrqu->mode;
+1-1
drivers/net/wireless/iwlwifi/iwl-agn.c
···1337133713381338 /* api_ver should match the api version forming part of the13391339 * firmware filename ... but we don't check for that and only rely13401340- * on the API version read from firware header from here on forward */13401340+ * on the API version read from firmware header from here on forward */1341134113421342 if (api_ver < api_min || api_ver > api_max) {13431343 IWL_ERR(priv, "Driver unable to support your firmware API. "
+1-1
drivers/net/wireless/iwlwifi/iwl3945-base.c
···2562256225632563 /* api_ver should match the api version forming part of the25642564 * firmware filename ... but we don't check for that and only rely25652565- * on the API version read from firware header from here on forward */25652565+ * on the API version read from firmware header from here on forward */2566256625672567 if (api_ver < api_min || api_ver > api_max) {25682568 IWL_ERR(priv, "Driver unable to support your firmware API. "
+1-1
drivers/net/wireless/libertas/cmd.c
···1649164916501650/**16511651 * @brief This function executes next command in command16521652- * pending queue. It will put fimware back to PS mode16521652+ * pending queue. It will put firmware back to PS mode16531653 * if applicable.16541654 *16551655 * @param priv A pointer to struct lbs_private structure
+1-1
drivers/pci/pci.c
···550550 * @dev: PCI device to handle.551551 * @state: PCI power state (D0, D1, D2, D3hot) to put the device into.552552 *553553- * Transition a device to a new power state, using the platform formware and/or553553+ * Transition a device to a new power state, using the platform firmware and/or554554 * the device's PCI PM registers.555555 *556556 * RETURN VALUE:
+1-1
drivers/platform/x86/thinkpad_acpi.c
···58115811 * ThinkPads from this same time period (and earlier) probably lack the58125812 * tachometer as well.58135813 *58145814- * Unfortunately a lot of ThinkPads with new-style ECs but whose firwmare58145814+ * Unfortunately a lot of ThinkPads with new-style ECs but whose firmware58155815 * was never fixed by IBM to report the EC firmware version string58165816 * probably support the tachometer (like the early X models), so58175817 * detecting it is quite hard. We need more data to know for sure.
+1-1
drivers/staging/otus/hal/hpmain.c
···152152 else153153 {154154 #ifndef ZM_OTUS_LINUX_PHASE_2155155- /* donwload the normal frimware */155155+ /* download the normal firmware */156156 if ((ret = zfFirmwareDownload(dev, (u32_t*)zcFwImage,157157 (u32_t)zcFwImageSize, ZM_FIRMWARE_WLAN_ADDR)) != ZM_SUCCESS)158158 {
+1-1
drivers/usb/atm/ueagle-atm.c
···626626 goto err_fw_corrupted;627627628628 /*629629- * Start to upload formware : send reset629629+ * Start to upload firmware : send reset630630 */631631 value = 1;632632 ret = uea_send_modem_cmd(usb, F8051_USBCS, sizeof(value), &value);
+1-1
drivers/usb/serial/ChangeLog.history
···715715716716 0.2 (01/30/2000) greg kroah-hartman717717 Milestone 1 release.718718- Device is found by USB subsystem, enumerated, fimware is downloaded718718+ Device is found by USB subsystem, enumerated, firmware is downloaded719719 and the descriptors are printed to the debug log, config is set, and720720 green light starts to blink. Open port works, and data can be sent721721 and received at the default settings of the UART. Loopback connector
+1-1
include/linux/libata.h
···379379 ATA_HORKAGE_BRIDGE_OK = (1 << 10), /* no bridge limits */380380 ATA_HORKAGE_ATAPI_MOD16_DMA = (1 << 11), /* use ATAPI DMA for commands381381 not multiple of 16 bytes */382382- ATA_HORKAGE_FIRMWARE_WARN = (1 << 12), /* firwmare update warning */382382+ ATA_HORKAGE_FIRMWARE_WARN = (1 << 12), /* firmware update warning */383383 ATA_HORKAGE_1_5_GBPS = (1 << 13), /* force 1.5 Gbps */384384385385 /* DMA mask for user DMA control: User visible values; DO NOT
+2-2
kernel/power/disk.c
···265265 * hibernation_snapshot - quiesce devices and create the hibernation266266 * snapshot image.267267 * @platform_mode - if set, use the platform driver, if available, to268268- * prepare the platform frimware for the power transition.268268+ * prepare the platform firmware for the power transition.269269 *270270 * Must be called with pm_mutex held271271 */···378378 * hibernation_restore - quiesce devices and restore the hibernation379379 * snapshot image. If successful, control returns in hibernation_snaphot()380380 * @platform_mode - if set, use the platform driver, if available, to381381- * prepare the platform frimware for the transition.381381+ * prepare the platform firmware for the transition.382382 *383383 * Must be called with pm_mutex held384384 */
+1-1
sound/oss/pss.c
···4646 * load the driver as it did in previous versions.4747 * 04-07-1999: Anthony Barbachan <barbcode@xmen.cis.fordham.edu>4848 * Added module parameter pss_firmware to allow the user to tell 4949- * the driver where the fireware file is located. The default 4949+ * the driver where the firmware file is located. The default 5050 * setting is the previous hardcoded setting "/etc/sound/pss_synth".5151 * 00-03-03: Christoph Hellwig <chhellwig@infradead.org>5252 * Adapted to module_init/module_exit
+1-1
sound/sh/aica.c
···565565 err = request_firmware(&fw_entry, "aica_firmware.bin", &pd->dev);566566 if (unlikely(err))567567 return err;568568- /* write firware into memory */568568+ /* write firmware into memory */569569 spu_disable();570570 spu_memload(0, fw_entry->data, fw_entry->size);571571 spu_enable();