Minnowboard:IssueTracker

From eLinux.org
Revision as of 14:20, 14 May 2013 by Dvhart (talk | contribs) (UEFI Firmware Issues)
Jump to: navigation, search

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. Add PCI SIDs to all PCI devices
    • Priority: CRITICAL
    • Status: New
    • Reporter: dvhart
    • dvhart: To properly identify the PCI devices as being on the MinnowBoard, we need to specify this in the PCI Subsystem IDs (SVID,SID). We are working on getting the IDs acquired, but we can use temporary ones for developing the drivers while we wait for the IDs to materialize.
  2. 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.
  3. mPCIe not visible from OS
    • Priority: CRITICAL
    • Status: NEW
    • Reporter: danders
  4. GOP driver needs to set GPIO state appropriately based on LVDS_PRESENT signal
    • Priority: CRITICAL
    • Status: ACCEPTED
    • Reporter: dvhart
  5. Add EFI VAR for EG20TEthernetAddr0
    • Priority: HIGH
    • Status: ACCEPTED
    • Reporter: dvhart
  6. Random? Boot failures. One ends in “PROGRESS CODE: V2020004 I0” over serial
    • Priority: MEDIUM
    • Status: NEEDINFO
    • Reporter: dvhart
    • Lee unable to reproduce
  7. Board doesn't boot after poweroff, must cut/restore power
    • Priority: MEDIUM
    • Status: NEW
    • Reporter: dvhart
  8. 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.
  9. 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?
  10. 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.
  11. I/O space for WDT uninitialized (can't use the E6xx watchdog)
    • Priority: LOW
    • Status: ACCEPTED
    • Reporter: dvhart
  12. Linux boot message: Firmware Bug: ACPI: BIOS _OSI(Linux) query ignored
    • Priority: LOW
    • Status: ACCEPTED
    • Reporter: dvhart
  13. 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.
  14. USB keyboard not detected on reboot from Angstrom image
    • Priority: Medium
    • Status: NEW
    • Reporter: dvhart
    • When rebooting from Angstrom ($ reboot) if there is no autoboot target setup, the firmware will drop to the shell, but the USB keyboard isn't detected. Using the serial console works and the keyboard and mouse both work once booted back up into Angstrom.

RESOLVED

  1. Set DMI_BOARD_NAME to “MinnowBoard” per our previous SMBIOS discussion
    • Priority: HIGH
    • Status: RESOLVED
    • Reporter: dvhart
    • VENDOR strings will be "Circuitco"
    • Completed, pending next firmware release
  2. 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.