~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to Documentation/powerpc/dts-bindings/fsl/cpm_qe/qe/firmware.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
* Uploaded QE firmware
2
 
 
3
 
      If a new firmware has been uploaded to the QE (usually by the
4
 
      boot loader), then a 'firmware' child node should be added to the QE
5
 
      node.  This node provides information on the uploaded firmware that
6
 
      device drivers may need.
7
 
 
8
 
      Required properties:
9
 
      - id: The string name of the firmware.  This is taken from the 'id'
10
 
            member of the qe_firmware structure of the uploaded firmware.
11
 
            Device drivers can search this string to determine if the
12
 
            firmware they want is already present.
13
 
      - extended-modes: The Extended Modes bitfield, taken from the
14
 
                   firmware binary.  It is a 64-bit number represented
15
 
                   as an array of two 32-bit numbers.
16
 
      - virtual-traps: The virtual traps, taken from the firmware binary.
17
 
                  It is an array of 8 32-bit numbers.
18
 
 
19
 
Example:
20
 
        firmware {
21
 
                id = "Soft-UART";
22
 
                extended-modes = <0 0>;
23
 
                virtual-traps = <0 0 0 0 0 0 0 0>;
24
 
        };