u-boot-brain/arch/x86
Simon Glass d6d50db8a3 x86: gpio: Correct GPIO setup ordering
The Intel GPIO driver can set up the GPIO pin mapping when the first GPIO
is probed. However, it assumes that the first GPIO to be probed is in the
first GPIO bank. If this is not the case then the init will write to the
wrong registers.

Fix this. Also add a note that this code is deprecated. We should move to
using device tree instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2016-03-17 10:27:23 +08:00
..
cpu x86: Add some more common MSR indexes 2016-03-17 10:27:23 +08:00
dts x86: dts: link: Add board ID GPIOs 2016-03-17 10:27:23 +08:00
include/asm x86: gpio: Correct GPIO setup ordering 2016-03-17 10:27:23 +08:00
lib x86: Support booting SeaBIOS 2016-03-17 10:27:22 +08:00
config.mk efi: Add 64-bit payload support 2015-08-05 08:44:07 -06:00
Kconfig x86: Support booting SeaBIOS 2016-03-17 10:27:22 +08:00
Makefile x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00