summaryrefslogtreecommitdiff
path: root/arch/x86/lib/physmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2014-10-29x86: Move paging functions into cpu.cSimon Glass1-30/+3
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2013-05-14x86: Declare global_data pointer when it is usedSimon Glass1-0/+2
2012-12-07x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black1-0/+228