summaryrefslogtreecommitdiff
path: root/common/memsize.c
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-13common/memsize.c: restore content of the base addressPatrick Delaunay
2018-03-13common/memsize.c: prepare get_ram_size updatePatrick Delaunay
2016-02-10Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede
2016-02-08common/memsize.c: Simplify RAM size detectionEddy Petrișor
2015-01-14common/memsize.c: Coding style cleanupWolfgang Denk
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-09-21Revert "memsize: Fix for bug in memory sizing code"Tom Rini
2012-09-18memsize: Fix for bug in memory sizing codeIwo Mergler
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk
2004-01-06Add a common get_ram_size() function and modify the thewdenk