Re: [U-Boot] [PATCH] x86: Fix IDE configuration for the coreboot board

2011-11-28 Thread Gabe Black
I missed this patch when I was gathering up the change which introduce the coreboot cpu/board/config. This should be applied on top of it, or folded into it. Gabe On Mon, Nov 28, 2011 at 9:21 PM, Gabe Black wrote: > The ports for the IDE controller were reversed. Because u-boot was > configured

[U-Boot] [PATCH] x86: Fix IDE configuration for the coreboot board

2011-11-28 Thread Gabe Black
The ports for the IDE controller were reversed. Because u-boot was configured to look for at most one bus with one disk attached, it looked at the wrong one, didn't find anything, and quit looking. This change does not increase the number of busses or devices per bus that u-boot should check for b