No description
d62cafcf35
This is a cryptographically signed message in MIME format. Date: Thu, 9 Aug 2018 07:27:35 +0200 Currently, the GRUB payload for coreboot does not detect the Western Digital hard disk WDC WD20EARS-60M AB51 connected to the ASRock E350M1, as that takes over ten seconds to spin up. ``` disk/ahci.c:533: port 0, err: 0 disk/ahci.c:539: port 0, err: 0 disk/ahci.c:543: port 0, err: 0 disk/ahci.c:549: port 0, offset: 120, tfd:80, CMD: 6016 disk/ahci.c:552: port 0, err: 0 disk/ahci.c:563: port 0, offset: 120, tfd:80, CMD: 6016 disk/ahci.c:566: port: 0, err: 0 disk/ahci.c:593: port 0 is busy disk/ahci.c:621: cleaning up failed devs ``` GRUB detects the drive, when either unloading the module *ahci*, and then loading it again, or when doing a warm reset. As the ten second time-out is too short, increase it to 32 seconds, used by SeaBIOS. which detects the drive successfully. The AHCI driver in libpayload uses 30 seconds, and that time-out was added in commit 354066e1 (libpayload: ahci: Increase timeout for signature reading) with the description below. > We can't read the drives signature before it's ready, i.e. spun up. > So set the timeout to the standard 30s. Also put a notice on the > console, so the user knows why the signature reading failed. Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
asm-tests | ||
build-aux | ||
conf | ||
docs | ||
grub-core | ||
include | ||
m4 | ||
po | ||
tests | ||
themes/starfield | ||
unicode | ||
util | ||
.gitignore | ||
ABOUT-NLS | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
BUGS | ||
ChangeLog-2015 | ||
config.h.in | ||
configure.ac | ||
COPYING | ||
coreboot.cfg | ||
geninit.sh | ||
gentpl.py | ||
INSTALL | ||
linguas.sh | ||
Makefile.am | ||
Makefile.util.def | ||
NEWS | ||
README | ||
THANKS | ||
TODO |
This is GRUB 2, the second version of the GRand Unified Bootloader. GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more robust, more powerful, and more portable. See the file NEWS for a description of recent changes to GRUB 2. See the file INSTALL for instructions on how to build and install the GRUB 2 data and program files. Please visit the official web page of GRUB 2, for more information. The URL is <http://www.gnu.org/software/grub/grub.html>. More extensive documentation is available in the Info manual, accessible using 'info grub' after building and installing GRUB 2. There are a number of important user-visible differences from the first version of GRUB, now known as GRUB Legacy. For a summary, please see: info grub Introduction 'Changes from GRUB Legacy'