Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 877d0310 authored by Nick Andrew's avatar Nick Andrew Committed by Jiri Kosina
Browse files

trivial: Fix misspelling of firmware



Fix misspelling of firmware.

Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent caa790ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ Note: For step 2, please make sure that host page size == TARGET_PAGE_SIZE of qe
		hg clone http://xenbits.xensource.com/ext/efi-vfirmware.hg
	    you can get the firmware's binary in the directory of efi-vfirmware.hg/binaries.

	(3) Rename the firware you owned to Flash.fd, and copy it to /usr/local/share/qemu
	(3) Rename the firmware you owned to Flash.fd, and copy it to /usr/local/share/qemu

4. Boot up Linux or Windows guests:
	4.1 Create or install a image for guest boot. If you have xen experience, it should be easy.
+1 −1
Original line number Diff line number Diff line
* Uploaded QE firmware

      If a new firwmare has been uploaded to the QE (usually by the
      If a new firmware has been uploaded to the QE (usually by the
      boot loader), then a 'firmware' child node should be added to the QE
      node.  This node provides information on the uploaded firmware that
      device drivers may need.
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ static void __init ip27_smp_setup(void)
	 * Assumption to be fixed: we're always booted on logical / physical
	 * processor 0.  While we're always running on logical processor 0
	 * this still means this is physical processor zero; it might for
	 * example be disabled in the firwware.
	 * example be disabled in the firmware.
	 */
	alloc_cpupda(0, 0);
}
+1 −1
Original line number Diff line number Diff line
@@ -686,7 +686,7 @@ tlb_fixup_done:
	 * point.
	 *
	 * There used to be enormous complexity wrt. transferring
	 * over from the firwmare's trap table to the Linux kernel's.
	 * over from the firmware's trap table to the Linux kernel's.
	 * For example, there was a chicken & egg problem wrt. building
	 * the OBP page tables, yet needing to be on the Linux kernel
	 * trap table (to translate PAGE_OFFSET addresses) in order to
+1 −1
Original line number Diff line number Diff line
@@ -2299,7 +2299,7 @@ static int sbmac_init(struct platform_device *pldev, long long base)
	eaddr = sc->sbm_hwaddr;

	/*
	 * Read the ethernet address.  The firwmare left this programmed
	 * Read the ethernet address.  The firmware left this programmed
	 * for us in the ethernet address register for each mac.
	 */

Loading