[U-Boot] [PATCH V2 0/4]ARM: AM33xx: Cleanup clocks and hwinit

Tom Rini trini at ti.com
Fri Aug 16 15:34:46 CEST 2013


On Tue, Jul 30, 2013 at 10:48:51AM +0530, Lokesh Vutla wrote:

> This series tries to cleanup code for AM33xx,
> inorder to ensure code reusabilty by moving the
> duplicated code to common place.
> This also helps in addition of new Soc with minimal
> changes.
> 
> Testing:
> Boot tested on BeagleBone White/Black, AM35xx EVM/EVMSK.
> Verified ./MAKEALL -s am33xx.
> 
> Changes Since V1:
> - Rebased on top of u-boot-ti
> - Created a function get_dpll_ddr_params() for getting
>   ddr dpll params from board files.
> - Updated License header for newly created files.
> 
> Heiko Schocher (1):
>   ARM: AM33xx: Move s_init to a common place
> 
> Lokesh Vutla (3):
>   ARM: AM33xx: Cleanup dplls data
>   ARM: AM33xx: Cleanup clocks layer
>   musb: Disable extra prints
> 
>  arch/arm/cpu/armv7/am33xx/Makefile               |    1 +
>  arch/arm/cpu/armv7/am33xx/board.c                |   68 ++-
>  arch/arm/cpu/armv7/am33xx/clock.c                |  171 ++++++++
>  arch/arm/cpu/armv7/am33xx/clock_am33xx.c         |  495 +++++-----------------
>  arch/arm/cpu/armv7/am33xx/clock_ti814x.c         |   25 +-
>  arch/arm/cpu/armv7/am33xx/emif4.c                |    5 +-
>  arch/arm/include/asm/arch-am33xx/clock.h         |   94 ++++
>  arch/arm/include/asm/arch-am33xx/clocks_am33xx.h |    6 +-
>  arch/arm/include/asm/arch-am33xx/sys_proto.h     |    9 +-
>  board/isee/igep0033/board.c                      |   55 +--
>  board/phytec/pcm051/board.c                      |   57 +--
>  board/ti/am335x/board.c                          |  102 ++---
>  board/ti/am335x/mux.c                            |   19 +
>  board/ti/ti814x/evm.c                            |   65 +--
>  drivers/usb/musb-new/musb_core.c                 |   20 +-
>  15 files changed, 573 insertions(+), 619 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/am33xx/clock.c

Applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130816/1ac00d53/attachment.pgp>


More information about the U-Boot mailing list