Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-28 | malloc_simple: Add debug statements to memalign_simple | Andrew F. Davis | 1 | -1/+5 |
2016-03-17 | malloc_simple: Add a little more debugging | Simon Glass | 1 | -2/+5 |
2015-10-21 | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 1 | -0/+4 |
2015-10-21 | malloc_simple: Add debug() information | Simon Glass | 1 | -0/+4 |
2015-10-20 | malloc_simple: Add Kconfig option for using only malloc_simple in the SPL | Hans de Goede | 1 | -1/+1 |
2015-09-28 | malloc_simple: fix malloc_ptr calculation | Philipp Rosenberger | 1 | -1/+1 |
2015-08-28 | malloc_simple: Correct the alignment logic in memalign_simple() | Simon Glass | 1 | -1/+1 |
2015-06-10 | Add a simple version of memalign() | Simon Glass | 1 | -0/+14 |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 1 | -0/+1 |
2015-02-12 | malloc_simple: Return NULL on malloc failure rather then calling panic() | Hans de Goede | 1 | -1/+1 |
2014-11-21 | dm: Split the simple malloc() implementation into its own file | Simon Glass | 1 | -0/+39 |