summaryrefslogtreecommitdiff
path: root/common/malloc_simple.c
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-10-21-0/+4
|\
| * malloc_simple: Add debug() informationSimon Glass2015-10-21-0/+4
* | malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede2015-10-20-1/+1
|/
* malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger2015-09-28-1/+1
* malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass2015-08-28-1/+1
* Add a simple version of memalign()Simon Glass2015-06-10-0/+14
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede2015-02-12-1/+1
* dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-21-0/+39