summaryrefslogtreecommitdiffstats
path: root/common/memory.c
Commit message (Expand)AuthorAgeFilesLines
* memory: fuse overlapping memory banksAhmad Fatoum2021-06-021-4/+45
* common: memory: allocate all memory devices at onceAhmad Fatoum2021-06-021-4/+13
* resource: enable use of iomem command on EFI systemsAhmad Fatoum2021-04-131-1/+1
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-12/+1
* tlsf: Update to v3.1Sascha Hauer2020-06-161-2/+2
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* memory: of_fixup: adapt to new memory layoutMarco Felsch2019-02-121-18/+57
* common: Add functions to find free RAMSascha Hauer2018-04-041-0/+51
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-1/+1
* efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-271-1/+1
* malloc: Add a function to detect if malloc pool is already initializedSascha Hauer2015-01-051-0/+8
* resource: Let request_iomem_region return an error pointerSascha Hauer2014-09-161-2/+2
* resource: Let __request_region return an error pointerSascha Hauer2014-09-161-1/+2
* Add initial EFI architecture supportSascha Hauer2014-07-161-1/+1
* common: Allow for I/O mapped I/OMichel Stam2014-04-081-1/+2
* of: Add a context pointer to fixup functionsSascha Hauer2013-11-061-2/+2
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
* of: memory: Use of_write_numberSascha Hauer2013-03-061-19/+6
* of: fixup unflattened devicetreeSascha Hauer2013-03-061-34/+14
* barebox-data: add barebox-data sectionsAlexander Aring2013-01-181-0/+4
* memory: fix size address calculationAlexander Aring2013-01-141-2/+2
* memory: return error in barebox_add_memory_bankSascha Hauer2012-10-081-3/+5
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-2/+2
* common: memory: fix off-by-one in tlsf_createMarc Kleine-Budde2012-04-241-1/+1
* add tlsf-based malloc implementationAntony Pavlov2011-12-231-0/+8
* fix "no previous prototype for 'sbrk'" warningAntony Pavlov2011-12-091-0/+1
* memory: do not try to reserve iomem on sandboxSascha Hauer2011-12-071-1/+2
* register sdram as resourcesSascha Hauer2011-12-041-0/+58
* oftree: add fixup for memory nodesSascha Hauer2011-10-191-0/+80
* introduce generic memory bank handlingSascha Hauer2011-09-231-0/+18
* malloc: put common memory functions to seperate fileSascha Hauer2011-04-111-0/+71