summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/state'Sascha Hauer2015-06-092-97/+324
|\
| * state: add support for uint8 variablesJan Luebbe2015-06-031-0/+33
| * state: add some more error messagesJan Luebbe2015-06-031-5/+14
| * state: backend_raw: update documentation of struct state_backend_raw membersMarc Kleine-Budde2015-05-261-2/+2
| * state: backend_raw: add sanity check of data_len during loadMarc Kleine-Budde2015-05-261-0/+11
| * state: backend_raw: rename backend_raw_write_one() -> backend_raw_save_one()Marc Kleine-Budde2015-05-261-5/+5
| * state: backend_raw: factor out state_backend_raw_file_get_size() into separat...Marc Kleine-Budde2015-05-261-9/+64
| * state: backend_raw: properly align write and erase sizeMarc Kleine-Budde2015-05-261-7/+7
| * state: backend_raw: rename struct state_backend_raw::step -> strideMarc Kleine-Budde2015-05-261-8/+8
| * state: backend_raw: remove hard coded limit of two copiesMarc Kleine-Budde2015-05-261-5/+12
| * state: mtd_get_meminfo: make usage of mtd's meminfo compatible to linuxMarc Kleine-Budde2015-05-261-2/+2
| * state: mtd_get_meminfo: open path readonly instead of readwriteMarc Kleine-Budde2015-05-261-1/+1
| * state: add fixup to copy state from barebox to kernel device treeMarc Kleine-Budde2015-05-261-7/+100
| * of: add a function to remove an of_fixupUwe Kleine-König2015-05-181-0/+19
| * state: backend: support phandle and of_path referencesMarc Kleine-Budde2015-05-151-3/+6
| * state: add functionality to export state descriptionMarc Kleine-Budde2015-05-151-23/+38
| * state: make state_release() non staticMarc Kleine-Budde2015-05-151-1/+1
| * state: print proper error message, if reg property is not foundMarc Kleine-Budde2015-05-151-1/+4
| * state: print name of property of size mismatch is detectedMarc Kleine-Budde2015-05-151-2/+2
| * state: state_new_from_fdt(): remove unused functionMarc Kleine-Budde2015-05-151-21/+0
| * state: state_uint32_create: use %u to print unsigned variableMarc Kleine-Budde2015-05-151-1/+1
* | Merge branch 'for-next/posix_types'Sascha Hauer2015-06-091-0/+3
|\ \
| * | dma: Use generic place for dma_addr_t typedefSascha Hauer2015-05-221-0/+3
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2015-06-093-14/+34
|\ \
| * | tlsf malloc: enable 64bit support on 64bit architecturesSascha Hauer2015-05-221-1/+5
| * | console: use regular malloc for log messagesSascha Hauer2015-05-151-3/+11
| * | startup: introduce postenvironment_initcallSascha Hauer2015-05-151-10/+18
| |/
* | Merge branch 'for-next/memtest'Sascha Hauer2015-06-091-64/+112
|\ \
| * | common/memtest.c: Distil common error reporting codeAndrey Smirnov2015-05-151-25/+28
| * | common/memtest.c: Refactor mem_test() into three surbroutinesAndrey Smirnov2015-05-151-37/+68
| * | common/memtest.c: Do not omit offset of 0 from testsAndrey Smirnov2015-05-151-1/+16
| * | common/memtest.c: Fix incorrect array boundary checkAndrey Smirnov2015-05-151-2/+1
| |/
* | Merge branch 'for-next/mem64'Sascha Hauer2015-06-091-14/+28
|\ \
| * | memory_display: Add 64bit supportSascha Hauer2015-05-281-1/+15
| * | memory_display: Use consistent typesSascha Hauer2015-05-281-13/+13
| |/
* | Merge branch 'for-next/console'Sascha Hauer2015-06-092-40/+99
|\ \
| * | console: When switching baudrate print console nameSascha Hauer2015-06-091-2/+2
| * | console: Add console_get_by_nameSascha Hauer2015-06-091-0/+13
| * | console: Add functions to get/set baudrateSascha Hauer2015-06-091-5/+32
| * | console: Add functions to get/set active state of consoleSascha Hauer2015-06-091-34/+53
| |/
* / bootsource: Add NET bootsourceWadim Egorov2015-05-271-0/+1
|/
* setenv: Be more informative when device parameter setting failsSascha Hauer2015-05-041-5/+7
* timeout: factor out wait-for-key-press loop into separate fileMarc Kleine-Budde2015-04-232-0/+68
* Merge branch 'for-next/state'Sascha Hauer2015-04-133-0/+1206
|\
| * state: add framework for persistent state handlingSascha Hauer2015-03-123-0/+1206
* | Merge branch 'for-next/crypto'Sascha Hauer2015-04-135-205/+79
|\ \
| * | password: add pbkdf2 supportJean-Christophe PLAGNIOL-VILLARD2015-03-202-30/+70
| * | command: allow runtime usageJean-Christophe PLAGNIOL-VILLARD2015-03-191-0/+2
| * | password: add support for sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-122-0/+6
| * | digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-121-2/+3