1. 30 4月, 2008 1 次提交
  2. 28 4月, 2008 6 次提交
  3. 25 4月, 2008 1 次提交
  4. 20 3月, 2008 1 次提交
  5. 11 3月, 2008 1 次提交
  6. 26 1月, 2008 1 次提交
  7. 30 11月, 2007 1 次提交
    • H
      x86_64 EFI boot support: EFI frame buffer driver · 7c83172b
      Huang, Ying 提交于
      This patch adds Graphics Output Protocol support to the kernel.  UEFI2.0 spec
      deprecates Universal Graphics Adapter (UGA) protocol and only Graphics Output
      Protocol (GOP) is produced.  Therefore, the boot loader needs to query the
      UEFI firmware with appropriate Output Protocol and pass the video information
      to the kernel.  As a result of GOP protocol, an EFI framebuffer driver is
      needed for displaying console messages.  The patch adds a EFI framebuffer
      driver.  The EFI frame buffer driver in this patch is based on the Intel Mac
      framebuffer driver.
      
      The ELILO bootloader takes care of passing the video information as
      appropriate for EFI firmware.
      
      The framebuffer driver has been tested in i386 kernel and x86_64 kernel on EFI
      platform.
      Signed-off-by: NChandramouli Narayanan <mouli@linux.intel.com>
      Signed-off-by: NHuang Ying <ying.huang@intel.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Andi Kleen <ak@suse.de>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      7c83172b
  8. 15 11月, 2007 1 次提交
  9. 31 10月, 2007 1 次提交
  10. 30 10月, 2007 1 次提交
  11. 20 10月, 2007 1 次提交
  12. 18 10月, 2007 1 次提交
  13. 17 10月, 2007 6 次提交
  14. 01 8月, 2007 1 次提交
  15. 25 7月, 2007 1 次提交
  16. 22 7月, 2007 3 次提交
  17. 18 7月, 2007 2 次提交
  18. 28 6月, 2007 1 次提交
  19. 04 6月, 2007 1 次提交
  20. 24 5月, 2007 2 次提交
  21. 14 5月, 2007 1 次提交
  22. 11 5月, 2007 3 次提交
  23. 10 5月, 2007 2 次提交
    • M
      [S390] Kconfig: menus with depends on HAS_IOMEM. · e25df120
      Martin Schwidefsky 提交于
      Add "depends on HAS_IOMEM" to a number of menus to make them
      disappear for s390 which does not have I/O memory.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      e25df120
    • L
      ACPI: video: output switch sysfs support · 23b0f015
      Luming Yu 提交于
      Requires CONFIG_VIDEO_OUTPUT_CONTROL and CONFIG_ACPI_VIDEO.
      
      After loading output.ko and video.ko, you would have
      /sys/class/video_output and several device acpi_videoNum there.
      
      For example, I got acpi_video0, acpi_video1,acpi_video2,and acpi_video3
      under /sys/class/video_output on my T40.
      I can query the status of  output device0 by running " cat
      /sys/class/video_output/acpi_video0
      " The return value is defined in ACPI SPEC B.5.5 _DCS(Return the
      Status of Output Device).  Also you can turn off video1 and turn on
      video0  by " echo 0 > acpi_video1; echo 0x80000000 > acpi_video0".
      Please reference ACPI SPEC  B.5.7 _DSS for the parameter definition.
      
      Please note that it may or may NOT works purely depending on if
      your vendor providing correct ACPI video extension support in bios.
      the driver output.ko and video.ko just works like a interface to
      invoke BIOS.
      Signed-off-by: NLuming Yu <Luming.yu@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      23b0f015