summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Set model and hostname at boardlevelSascha Hauer2013-08-161-4/+1
* Make hostname available to C CodeSascha Hauer2013-08-161-0/+34
* introduce barebox_set_modelSascha Hauer2013-08-161-8/+15
* remove remaining references of CONFIG_BOARDINFOSascha Hauer2013-08-163-12/+12
* globalvar: move globalvar init to pure_initcallSascha Hauer2013-08-161-1/+1
* Add a global.version variableSascha Hauer2013-08-161-0/+5
* globalvar: Allow to set initial valueSascha Hauer2013-08-162-4/+12
* uimage: fix: fill size when no compression is usedJean-Christophe PLAGNIOL-VILLARD2013-08-121-0/+1
* uimage: fix: always support multi image supportJean-Christophe PLAGNIOL-VILLARD2013-08-121-7/+0
* Merge branch 'for-next/of'Sascha Hauer2013-08-052-6/+16
|\
| * devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-152-6/+16
* | Merge branch 'for-next/misc'Sascha Hauer2013-08-053-15/+34
|\ \
| * | resurrect CONFIG_PANIC_HANG optionAntony Pavlov2013-08-051-0/+11
| * | memory_display: Change address pointer to type const void *Sascha Hauer2013-07-221-1/+1
| * | Force set console baudrate at enable timeAlexey Galakhov2013-07-101-2/+11
| * | common: console: Fix possible null pointer dereferenceAlexander Shiyan2013-07-091-14/+13
| |/
* | Merge branch 'for-next/lz4'Sascha Hauer2013-08-051-0/+4
|\ \
| * | lib: Add support for LZ4-compressed kernelKyungsik Lee2013-07-161-0/+4
* | | Merge branch 'for-next/imagesize'Sascha Hauer2013-08-051-0/+3
|\ \ \
| * | | block: shortcut writebuffer_flush if writing is disabledSascha Hauer2013-07-221-0/+3
| |/ /
* / / of: Use correct devicetree in of_print_cmdlineSascha Hauer2013-07-271-1/+1
|/ /
* / ARM: i.MX: Fix i.MX27 debug uart Kconfig entriesSascha Hauer2013-07-151-2/+3
|/
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-021-1/+1
|\
| * OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-1/+1
* | Merge branch 'for-next/ppc'Sascha Hauer2013-07-012-0/+40
|\ \
| * | common: DDR2 SPD checksum.Renaud Barbier2013-06-272-0/+40
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-07-013-12/+18
|\ \
| * | add function to get boardinfo stringSascha Hauer2013-06-242-9/+18
| * | module: remove duplicate ALIGN and __ALIGN_MASK definitionSascha Hauer2013-06-211-3/+0
* | | Merge branch 'for-next/menu'Sascha Hauer2013-07-011-7/+8
|\ \ \
| * | | menu: Make action callback optionalSascha Hauer2013-06-191-1/+2
| * | | Fix gotoXY argument orderSascha Hauer2013-06-191-5/+5
| * | | menu: Align entriesSascha Hauer2013-06-191-1/+1
| |/ /
* | | Merge branch 'for-next/memtest'Sascha Hauer2013-07-012-0/+314
|\ \ \
| * | | common: add memtest.c with mem_test routineAlexander Aring2013-06-052-0/+314
| |/ /
* | | Merge branch 'for-next/debug'Sascha Hauer2013-07-012-18/+93
|\ \ \
| * | | startup: Add initcall tracing debug optionSascha Hauer2013-06-252-0/+8
| * | | ARM: i.MX: Make debug UART selectable from KconfigSascha Hauer2013-06-251-0/+85
| * | | remove unused debug Kconfig optionsSascha Hauer2013-06-231-18/+0
| | |/ | |/|
* | | Merge branch 'for-next/bootm'Sascha Hauer2013-07-013-0/+307
|\ \ \ | |/ / |/| |
| * | bootm: factor out code to make it usable from CSascha Hauer2013-06-193-0/+307
| |/
* / partitions: dos: fix memory leak in nt disk signatureSascha Hauer2013-06-191-0/+2
|/
* Merge branch 'for-next/of'Sascha Hauer2013-06-021-6/+15
|\
| * bootm: print Kernel commandline in verbose modeSascha Hauer2013-05-311-0/+15
| * of: remove unused defineSascha Hauer2013-05-311-6/+0
* | Merge branch 'for-next/block'Sascha Hauer2013-06-025-11/+122
|\ \
| * | partition: DOS: Add parameter for the NT disk SignatureSascha Hauer2013-06-021-0/+88
| * | partitions: Add missing depends on BLOCKSascha Hauer2013-06-021-0/+1
| * | block: implement block_read/block_write functionsSascha Hauer2013-05-313-3/+25
| * | block: rename file operation functionsSascha Hauer2013-05-311-8/+8