summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* memory_display: move prototype to include/printk.hSascha Hauer2018-12-031-10/+0
* environment: Do not use environment when overlapping with other partitionsSascha Hauer2018-09-261-0/+10
* include/common: Make use of ALIGN and ALIGN_DOWNAndrey Smirnov2018-08-221-2/+2
* include/common.h: move IOMEM declaration for MIPS to arch/mips/include/asm/io.hPeter Mamonov2018-05-241-5/+2
* of: base: use root_node compatible as suggestion for a hostnameOleksij Rempel2018-01-171-0/+1
* linux/kernel.h: move ALIGN_DOWN() to include/linux/kernel.hMasahiro Yamada2018-01-051-2/+0
* poweroff: Allow to register poweroff handlersSascha Hauer2017-03-301-3/+0
* libfile: move open_and_lseek() to libfileSascha Hauer2016-04-151-1/+0
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-6/+0
* include: move shell prototypes to shell.hSascha Hauer2016-04-151-11/+0
* include/common.h: remove unused struct memarea_infoSascha Hauer2016-04-151-10/+0
* include: move run_command prototype to command.hSascha Hauer2016-04-151-1/+0
* ARM: Remove do_execute and thumb2_executeTrent Piepho2015-12-071-6/+0
* clock: remove duplicate xdelay declarationsSascha Hauer2015-09-231-4/+1
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-1/+0
* 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