summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
...
* | startup: add __noreturn to start_bareboxSascha Hauer2013-01-201-1/+1
* | startup: call a barebox_main function pointer at the end of the startupSascha Hauer2013-01-201-0/+6
|/
* lib: update size_human_readable to latest versionWolfram Sang2012-12-191-1/+1
* mem: add the swab (swap bytes) option to memory_display()Antony Pavlov2012-11-261-1/+1
* introduce region_overlap() functionSascha Hauer2012-10-051-0/+13
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | common: split out meminfo output and make it optionalJan Luebbe2012-09-061-2/+2
|/
* Merge branch 'for-next/poweroff'Sascha Hauer2012-07-021-0/+1
|\
| * add 'poweroff' commandAntony Pavlov2012-06-301-0/+1
* | make memory display 64bit capableSascha Hauer2012-06-301-1/+1
* | make parse_area_spec arguments loff_tSascha Hauer2012-06-301-1/+1
* | introduce strtoull_suffix functionSascha Hauer2012-06-301-0/+1
* | Change byte order detection mechanism to kernel styleSascha Hauer2012-06-281-0/+18
|/
* ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-061-0/+6
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-271-0/+9
|\
| * Add dump_stack functionSascha Hauer2012-01-261-0/+9
* | banner: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+4
|/
* common.h: remove unused function declarationsSascha Hauer2011-12-151-5/+0
* add kernel gunzip implementationSascha Hauer2011-11-291-2/+0
* compile in simple_strtoullSascha Hauer2011-11-291-2/+0
* remove irq support fragmentsSascha Hauer2011-11-281-19/+0
* pcm030: use new functionalitySascha Hauer2011-09-271-1/+1
* ARM: rework MMU supportSascha Hauer2011-08-031-0/+1
* fix: commands/bootm.c:346:2: warning: statement with no effectJean-Christophe PLAGNIOL-VILLARD2011-07-171-2/+8
* move version_string to seperate fileSascha Hauer2011-04-111-0/+1
* Add more useful generic macrosJuergen Beisert2010-12-211-0/+10
* Add macro for correct rounding in integer devisionsJuergen Beisert2010-12-141-0/+7
* Make DIV_ROUND_UP macro globally availableJuergen Beisert2010-12-141-0/+2
* common: Add define for IOMEM helper macro.Marek Belisko2010-11-191-0/+2
* version_string: sparse fixesSascha Hauer2010-10-211-0/+2
* commands/mem.c: sparse fixesSascha Hauer2010-10-211-0/+2
* add WARN_ON and WARN supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+25
* crc32: activate crc32_no_comp (needed for jffs2 and UBI)Sascha Hauer2010-07-051-2/+2
* remove now unused arch_executeSascha Hauer2010-03-301-1/+0
* introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-301-0/+1
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-2/+2
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
* common.h: add compile time check helper functionsMarc Kleine-Budde2010-02-161-2/+29
* Add EP93xx ethernet driverMatthias Kaehlcke2010-01-141-0/+1
* fix arch_execute prototypeSascha Hauer2009-12-171-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* add *_MAX and *_MIN macrosSascha Hauer2009-06-101-0/+13
* fix pr_debugSascha Hauer2009-04-061-1/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+1
* remove unused stuff from include/common.hSascha Hauer2009-03-191-25/+0
* Introduce dev_* and pr_* functionsSascha Hauer2008-10-311-6/+14
* add include/linux/kernel.hSascha Hauer2008-08-131-13/+1
* add compiler header files from kernelSascha Hauer2008-08-131-1/+1
* Fixed orphaned CONFIG_INTERRUPTSSascha Hauer2008-04-041-1/+1