Move arch/ppc to arch/powerpcAs discussed on the list, move "arch/ppc" to "arch/powerpc" tobetter match the Linux directory structure.Please note that this patch also changes the "ppc" target in
Move arch/ppc to arch/powerpcAs discussed on the list, move "arch/ppc" to "arch/powerpc" tobetter match the Linux directory structure.Please note that this patch also changes the "ppc" target inMAKEALL to "powerpc" to match this new infrastructure. But "ppc"is kept as an alias for now, to not break compatibility withscripts using this name.Signed-off-by: Stefan Roese <sr@denx.de>Acked-by: Wolfgang Denk <wd@denx.de>Acked-by: Detlev Zundel <dzu@denx.de>Acked-by: Kim Phillips <kim.phillips@freescale.com>Cc: Peter Tyser <ptyser@xes-inc.com>Cc: Anatolij Gustschin <agust@denx.de>
show more ...
Rename lib_generic/ to lib/Now that the other architecture-specific lib directories have beenmoved out of the top-level directory there's not much reason to have the'_generic' suffix on the commo
Rename lib_generic/ to lib/Now that the other architecture-specific lib directories have beenmoved out of the top-level directory there's not much reason to have the'_generic' suffix on the common lib directory.Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Move lib_$ARCH directories to arch/$ARCH/libAlso move lib_$ARCH/config.mk to arch/$ARCH/config.mkThis change is intended to clean up the top-level directory structureand more closely mimic Linux
Move lib_$ARCH directories to arch/$ARCH/libAlso move lib_$ARCH/config.mk to arch/$ARCH/config.mkThis change is intended to clean up the top-level directory structureand more closely mimic Linux's directory organization.Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Generic udelay() with watchdog supportAccording to the PPC reference implementation the udelay() function isresponsible for resetting the watchdog timer as frequently as needed.Most other archite
Generic udelay() with watchdog supportAccording to the PPC reference implementation the udelay() function isresponsible for resetting the watchdog timer as frequently as needed.Most other architectures do not meet that requirement, so long-runningoperations might result in a watchdog reset.This patch adds a generic udelay() function which takes care ofresetting the watchdog before calling an architecture-specific__udelay().Signed-off-by: Ingo van Lil <inguin@gmx.de>
ABI: fix build problems due to now needed div64 routine.Signed-off-by: Wolfgang Denk <wd@denx.de>
Move api_examples to examples/apiAlso add a rule to remove demo.bin which was previously leftoverafter a "make clean"Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12