summaryrefslogtreecommitdiff
path: root/common/memsize.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-14common/memsize.c: restore content of the base addressPatrick Delaunay1-0/+7
2018-03-14common/memsize.c: prepare get_ram_size updatePatrick Delaunay1-3/+4
2016-02-10Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede1-21/+26
2016-02-08common/memsize.c: Simplify RAM size detectionEddy Petrișor1-26/+21
2015-01-14common/memsize.c: Coding style cleanupWolfgang Denk1-14/+17
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-1/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-21Revert "memsize: Fix for bug in memory sizing code"Tom Rini1-1/+0
2012-09-18memsize: Fix for bug in memory sizing codeIwo Mergler1-0/+1
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD1-1/+1
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk1-0/+17
2004-01-07Add a common get_ram_size() function and modify the thewdenk1-0/+77