summaryrefslogtreecommitdiff
path: root/post/drivers/memory.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-7/+0
2016-12-04post: cosmetic: fix typoNiko Mauno1-1/+1
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-10-24arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher1-3/+4
2011-10-06POST: add new memory regions testValentin Longchamp1-19/+59
2011-10-06POST: drivers/memory.c coding style cleanupValentin Longchamp1-56/+57
2011-07-28post, memorytest: add support for none powerpc archsHeiko Schocher1-2/+6
2011-07-28post, memorytest: fix if vstart is not = 0x0Heiko Schocher1-2/+3
2011-07-26post: use ARRAY_SIZEMike Frysinger1-1/+1
2010-10-20Expand POST memory test to support arch-depended implementation.York Sun1-16/+52
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-22POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov1-3/+0
2008-03-02Fix warnings while compilation of post/drivers/memory.cAnatolij Gustschin1-3/+3
2007-08-25POST: limit memory test area to not touch global data anymoreYuri Tikhonov1-0/+3
2007-03-06Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk1-0/+483