From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 8 May 2017 15:05:00 +0800 Subject: [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86 In-Reply-To: <20170410003821.1492-2-sjg@chromium.org> References: <20170410003821.1492-1-sjg@chromium.org> <20170410003821.1492-2-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Mon, Apr 10, 2017 at 8:38 AM, Simon Glass wrote: > This is not to be applied. It is needed to test using CONFIG_DM_MMC on x86 > since SCSI is broken with this setup. > > Signed-off-by: Simon Glass > --- When you said "SCSI is broken with this setup", did you mean GP# exception when boot up with a hard disk like below? SCSI: Target spinup took 0 ms. SATA link 1 timeout. AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode flags: 64bit ncq stag pm led clo pio slum part sxs scanning bus for devices... General Protection EIP: 0010:[<46174204>] EFLAGS: 00010202 Original EIP :[] EAX: 00000000 EBX: 46174204 ECX: 00000000 EDX: 00000000 ESI: 7b347f80 EDI: 7b5c3fc8 EBP: 7b3481c4 ESP: 7b347f58 DS: 0018 ES: 0018 FS: 0020 GS: 0018 SS: 0018 CR0: 00000033 CR2: 00000000 CR3: 00000000 CR4: 00000600 DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000 DR6: ffff0ff0 DR7: 00000400 Stack: 0x7b347f98 : 0x20202020 0x7b347f94 : 0x20202020 0x7b347f90 : 0x00000000 0x7b347f8c : 0x0000003f 0x7b347f88 : 0x00000000 0x7b347f84 : 0x0010c837 0x7b347f80 : 0x3fff0c5a 0x7b347f7c : 0x7b585f7d 0x7b347f78 : 0x7b347f80 0x7b347f74 : 0x00000000 0x7b347f70 : 0x00000001 0x7b347f6c : 0x7b57b01d 0x7b347f68 : 0x7b5c3fc8 0x7b347f64 : 0x7b347f80 0x7b347f60 : 0x00000000 0x7b347f5c : 0x00000001 --->0x7b347f58 : 0x7b57cd1a 0x7b347f54 : 0x00010202 0x7b347f50 : 0x00000010 0x7b347f4c : 0x46174204 ### ERROR ### Please RESET the board ### [snip] Regards, Bin