summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* exitcall: move board_shutdown to exitcall infrastructureHerve Codina2015-07-131-1/+0
* exitcall: move arch_shutdown to exitcall infrastructureHerve Codina2015-07-131-2/+0
* linux/kernel.h: move some macros and prototypesMasahiro Yamada2015-01-291-58/+0
* asm-generic/bug.h: move BUG(), BUG_ON(), WARN(), WARN_ON() macrosMasahiro Yamada2015-01-291-32/+0
* linux/bug.h: move BUILD_BUG_ON*() macrosMasahiro Yamada2015-01-291-19/+1
* linux/kernel.h: move *_MAX, *_MIN macrosMasahiro Yamada2015-01-211-13/+0
* common.h: use special IOMEM() for MIPSAntony Pavlov2014-09-111-0/+6
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-071-0/+16
|\
| * include: import {lower,upper}_32_bits helpersSebastian Hesselbarth2014-07-281-0/+16
* | Add release stringSascha Hauer2014-07-221-0/+1
|/
* common: fix macro WARNChristoph Fritz2014-05-131-1/+2
* Add shell_expand functionSascha Hauer2014-03-281-0/+9
* run_command: remove unused flag parameterSascha Hauer2014-03-071-2/+1
* scripts: bareboxcrc32 as host and target userspacetoolMichael Grzeschik2013-12-041-0/+2
* common: add a macro to align an array on the stackAndre Heider2013-10-221-0/+11
* shutdown: add board call backJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+1
* Merge branch 'for-next/boardinfo'Sascha Hauer2013-09-051-1/+4
|\
| * Make hostname available to C CodeSascha Hauer2013-08-161-0/+2
| * introduce barebox_set_modelSascha Hauer2013-08-161-0/+1
| * remove remaining references of CONFIG_BOARDINFOSascha Hauer2013-08-161-1/+1
* | move print_hex_dump function to include/common.hSascha Hauer2013-08-071-0/+8
|/
* memory_display: Change address pointer to type const void *Sascha Hauer2013-07-221-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-07-011-0/+2
|\
| * add function to get boardinfo stringSascha Hauer2013-06-241-0/+2
* | common: add ALIGN_DOWN macroAlexander Aring2013-06-051-0/+1
* | common: fix codestyle in ALIGN macrosAlexander Aring2013-06-051-2/+2
|/
* Use a common define for RW_BUF_SIZESascha Hauer2013-04-171-0/+1
* memory commands: move memory_display to separate fileSascha Hauer2013-04-171-1/+1
* memory commands: export common functionsSascha Hauer2013-04-171-0/+4
* Merge branch 'for-next/misc'Sascha Hauer2013-02-041-0/+2
|\
| * common: add PAGE_ALIGN_DOWN macroAlexander Aring2013-01-181-0/+1
| * arm-mmu: move PAGE_ALIGN macro to common.hAlexander Aring2013-01-181-0/+1
* | Merge branch 'for-next/compile-log-level'Sascha Hauer2013-02-041-16/+1
|\ \
| * | consolidate print* in a single headerJean-Christophe PLAGNIOL-VILLARD2013-01-271-16/+1
| |/
* | 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
|\