Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MX: Set a common gpio.h for all i.MX | Stefano Babic | 2012-09-01 | 1 | -6/+1 |
| | | | | | | | | | Each i.MX has its own gpio.h, defining the same structure. The internal GPIO controller has the same layout (at least for the register used by u-boot) and can be shared. Signed-off-by: Stefano Babic <sbabic@denx.de> Tested-by: Matt Sealey <matt@genesi-usa.com> | ||||
* | i.mx: add the initial support for freescale i.MX6Q processor | Jason Liu | 2011-12-09 | 1 | -0/+35 |
i.MX6Q is freescale quad core processors with ARM cortex_a9 complex. This patch is to add the initial support for this processor. Signed-off-by: Jason Liu <jason.hui@linaro.org> Cc:Stefano Babic <sbabic@denx.de> |