Hi Albert, Can you help to apply this patches as I believe there are not further comments on this? Thanks and have a nice day!
Chin Liang On Mon, 2013-12-02 at 14:31 -0600, Chin Liang See wrote: > Adding Scan Manager driver and handoff files. Scan Manager driver > will be called to configure the IO buffer setting. > > Signed-off-by: Chin Liang See <[email protected]> > Cc: Dinh Nguyen <[email protected]> > Cc: Wolfgang Denk <[email protected]> > CC: Pavel Machek <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Albert Aribaud <[email protected]> > --- > Changes for v2 > - Rebase with latest v2014.01-rc1 > > Chin Liang See (2): > socfpga: Adding Scan Manager driver > socfpga: Adding Scan Manager IOCSR handoff files > > arch/arm/cpu/armv7/socfpga/Makefile | 2 +- > arch/arm/cpu/armv7/socfpga/scan_manager.c | 231 +++++++ > arch/arm/cpu/armv7/socfpga/spl.c | 4 + > arch/arm/include/asm/arch-socfpga/scan_manager.h | 97 +++ > .../include/asm/arch-socfpga/socfpga_base_addrs.h | 1 + > board/altera/socfpga/iocsr_config.c | 653 > ++++++++++++++++++++ > board/altera/socfpga/iocsr_config.h | 12 + > include/configs/socfpga_cyclone5.h | 1 + > 8 files changed, 1000 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/cpu/armv7/socfpga/scan_manager.c > create mode 100644 arch/arm/include/asm/arch-socfpga/scan_manager.h > create mode 100644 board/altera/socfpga/iocsr_config.c > create mode 100644 board/altera/socfpga/iocsr_config.h > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

