Difference between revisions of "Minnowboard:IssueTracker"

From eLinux.org
Jump to: navigation, search
m
(Adding some hardware bits until the other issue trackers are up. Restoring iterms inadvertantly erased between edits.)
Line 1: Line 1:
 +
== Linux Kernel Issues ==
 +
 +
* none listed currently
 +
 +
== Yocto Project BSP Issues ==
 +
 +
* none listed currently
 +
 +
== Angstrom Image Issues ==
 +
 +
* none listed currently
 +
 
== MinnowBoard X3 Issues ==
 
== MinnowBoard X3 Issues ==
 +
 +
* none listed currently
  
 
== Testing Lure Issues ==
 
== Testing Lure Issues ==
 +
 +
* none listed currently
  
 
== Training Lure Issues ==
 
== Training Lure Issues ==
 +
 +
* none listed currently
  
 
== UEFI Firmware Issues ==
 
== UEFI Firmware Issues ==
Line 79: Line 97:
 
#* Reporter: dvhart
 
#* Reporter: dvhart
 
#* Not going to happen before release. Maybe not at all. The existing drivers don't work this way and duplicating them for Minnow doesn't really make sense.
 
#* Not going to happen before release. Maybe not at all. The existing drivers don't work this way and duplicating them for Minnow doesn't really make sense.
 +
 +
[[Category: MinnowBoard]]
 +
[[Category: CircuitCo]]

Revision as of 13:54, 9 May 2013

Linux Kernel Issues

  • none listed currently

Yocto Project BSP Issues

  • none listed currently

Angstrom Image Issues

  • none listed currently

MinnowBoard X3 Issues

  • none listed currently

Testing Lure Issues

  • none listed currently

Training Lure Issues

  • none listed currently

UEFI Firmware Issues

  1. Firmware must detect SATA and MMC by default and enable EFIfb
    • Priority: CRITICAL
    • Status: NEW
    • Reporter: koen
    • dvhart: From past experience, this should work like this: On first boot the firmware scans SATA, MMC, and USB (in that order) and automatically boot the standard EFI payload (EFI/BOOT/BOOTIA32.EFI). I think that path changes in the spec for fixed media like SSDs. On the subsequent boot, it will attempt to boot only that path. If that fails, I believe it drops to the shell, you run the commands to get your payload ready, then "exit", select from the options to boot, and that choice should be selected on the next boot. Lee please comment.
  1. mPCIe not visible from OS
    • Priority: CRITICAL
    • Status: NEW
    • Reporter: danders
  1. Zero 0x0-0x1000 per compatibility documentation
    • Priority: CRITICAL
    • Status: RESOLVED
    • Reporter: dvhart
    • Firmware now zeroes the page. Linux now has improved heuristics to detect bogus data.
  1. GOP driver needs to set GPIO state appropriately based on LVDS_PRESENT signal
    • Priority: CRITICAL
    • Status: ACCEPTED
    • Reporter: dvhart
  1. Set DMI_BOARD_NAME to “MinnowBoard” per our previous SMBIOS discussion
    • Priority: HIGH
    • Status: ACCEPTED
    • Reporter: dvhart
    • VENDOR strings will be "Circuitco"
    • Completed, pending next firmware release
  1. Random? Boot failures. One ends in “PROGRESS CODE: V2020004 I0” over serial
    • Priority: MEDIUM
    • Status: NEEDINFO
    • Reporter: dvhart
    • Lee unable to reproduce
  1. Board doesn't boot after poweroff, must cut/restore power
    • Priority: MEDIUM
    • Status: NEW
    • Reporter: dvhart
  1. Ensure the intel-hda pci device config data is populated, as well as the VERB table
    • Priority: MEDIUM
    • Status: NEEDINFO
    • Reporter: dvhart
    • Audio device now works with MSI disabled. Need information from OS to determine why MSIs are being enabled.
  1. Verify we are using ACPI 5.0, boot messages only confirm ACPI 2.0
    • Priority: MEDIUM
    • Status: NEEDINFO
    • Reporter: dvhart
    • How do we tell which version of AML is passed to the OS?
  1. USB keyboard prevents serial console from receiving input (no hub in use)
    • Priority: MEDIUM
    • Status: ACCEPTED
    • Reporter: dvhart
    • General USB 1.0 issues are known and being worked.
  1. I/O space for WDT uninitialized (can't use the E6xx watchdog)
    • Priority: LOW
    • Status: ACCEPTED
    • Reporter: dvhart
  1. Linux boot message: Firmware Bug: ACPI: BIOS _OSI(Linux) query ignored
    • Priority: LOW
    • Status: ACCEPTED
    • Reporter: dvhart
  1. Add SSDT describing the GPIO present on the board (pending input from ACPI teams)
    • Priority: LOW
    • Status: NEEDINFO
    • Reporter: dvhart
    • Not going to happen before release. Maybe not at all. The existing drivers don't work this way and duplicating them for Minnow doesn't really make sense.