summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Collapse)AuthorAgeFilesLines
* remove now unused arch_executeSascha Hauer2010-03-301-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-301-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* common.h: add compile time check helper functionsMarc Kleine-Budde2010-02-161-2/+29
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Add EP93xx ethernet driverMatthias Kaehlcke2010-01-141-0/+1
| | | | | | | Added ethernet driver for EP93xx SoCs Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix arch_execute prototypeSascha Hauer2009-12-171-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add *_MAX and *_MIN macrosSascha Hauer2009-06-101-0/+13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix pr_debugSascha Hauer2009-04-061-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+1
| | | | | | | | Some devices, especially the ones doing DMA should be disabled before giving control to an OS. We take the simple approach here: Just shutdown the devices in the reverse order they were activated. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove unused stuff from include/common.hSascha Hauer2009-03-191-25/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Introduce dev_* and pr_* functionsSascha Hauer2008-10-311-6/+14
| | | | | | | | Proven to be useful in linux kernel, U-Boot should have such a thing aswell. We do not distinguish between the various print levels others than debug and not debug. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add include/linux/kernel.hSascha Hauer2008-08-131-13/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add compiler header files from kernelSascha Hauer2008-08-131-1/+1
| | | | | | | Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Fixed orphaned CONFIG_INTERRUPTSSascha Hauer2008-04-041-1/+1
| | | | | | | replace remaining CONFIG_INTERRUPTS with CONFIG_USE_IRQ Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove traces of old tab completionSascha Hauer2008-03-011-4/+0
|
* Revert "separating memory commands"Marc Kleine-Budde2007-11-271-9/+0
| | | | | | | | | | | | This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-121-0/+9
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* add container_of macro. Needed for list implementationSascha Hauer2007-10-111-0/+11
|
* export functionsSascha Hauer2007-10-041-1/+1
|
* move ARRAY_SIZE macro to include/common.hSascha Hauer2007-09-281-0/+2
|
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-2/+1
| | | | return a pointer to a human readable string rather than printingit directly
* - teach hush to honour PATH variableSascha Hauer2007-09-241-0/+2
| | | | - remove common/main.c. This is now handled in the different shells.
* add the possibility to have a arch specific 'go' command. SomeSascha Hauer2007-09-161-1/+3
| | | | architectures need this (e.g. blackfin and i386)
* compile fixesSascha Hauer2007-07-051-0/+2
|
* svn_rev_693Sascha Hauer2007-07-051-1/+0
| | | | remove do_reset
* svn_rev_683Sascha Hauer2007-07-051-208/+6
| | | | more cleanups, fix compiler warnings
* svn_rev_677Sascha Hauer2007-07-051-30/+0
| | | | remove arm specific things
* svn_rev_653Sascha Hauer2007-07-051-8/+1
| | | | restructure tree, add reginfo command
* svn_rev_599Sascha Hauer2007-07-051-2/+5
| | | | no interrupts
* svn_rev_538Sascha Hauer2007-07-051-0/+1
| | | | several powerpc fixes
* svn_rev_528Sascha Hauer2007-07-051-3/+0
|
* svn_rev_502Sascha Hauer2007-07-051-6/+0
| | | | complete multiple console support
* svn_rev_481Sascha Hauer2007-07-051-1/+1
| | | | make more char * const, fix compiler warnings
* svn_rev_411Sascha Hauer2007-07-051-6/+0
| | | | remove now nonexisting functions from console.c
* svn_rev_381Sascha Hauer2007-07-051-1/+1
| | | | change readline prototype to be independent of global console_buffer
* svn_rev_321Sascha Hauer2007-07-051-21/+4
| | | | move some functions away from common.h
* svn_rev_273Sascha Hauer2007-07-051-208/+6
| | | | split up header files, make src pointer in write functions const
* svn_rev_268Sascha Hauer2007-07-051-1/+1
| | | | WIP
* svn_rev_208Sascha Hauer2007-07-051-9/+0
| | | | move imx specific things to extra header file
* svn_rev_173Sascha Hauer2007-07-051-2/+3
| | | | WIP
* svn_rev_153Sascha Hauer2007-07-051-2/+2
| | | | remove global data #2
* svn_rev_140Sascha Hauer2007-07-051-7/+3
| | | | cleanup getenv/setenv
* svn_rev_127Sascha Hauer2007-07-051-3/+0
| | | | remove old timer functions
* svn_rev_118Sascha Hauer2007-07-051-1/+0
| | | | thousands of things
* svn_rev_109Sascha Hauer2007-07-051-0/+15
| | | | do not know anymore
* svn_rev_038Sascha Hauer2007-07-051-0/+5
| | | | move helper function cmd_get_data_size to generic, add header for it
* svn_rev_033Sascha Hauer2007-07-051-2/+1
| | | | change to clocksource api
* Merge http://www.denx.de/git/u-bootKim Phillips2006-11-281-1/+1
|\