
Dear Anatolij Gustschin,
In message 1360317830-28525-7-git-send-email-agust@denx.de you wrote:
Add new mpc5121e based ac14xx board and a new pinmux config function for setting individual pinmux bit groups. This function is used in ac14xx board code.
Signed-off-by: Anatolij Gustschin agust@denx.de
MAINTAINERS | 1 + arch/powerpc/cpu/mpc512x/iopin.c | 54 +++ arch/powerpc/include/asm/immap_512x.h | 13 + board/ifm/ac14xx/Makefile | 34 ++ board/ifm/ac14xx/ac14xx.c | 617 +++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/ac14xx.h | 591 +++++++++++++++++++++++++++++++ 7 files changed, 1311 insertions(+), 0 deletions(-) create mode 100644 board/ifm/ac14xx/Makefile create mode 100644 board/ifm/ac14xx/ac14xx.c create mode 100644 include/configs/ac14xx.h
Applied to u-boot-mpc5xxx repo, thanks.
Best regards,
Wolfgang Denk