summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier/sdram.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2020-12-16x86: tangier: Find proper memory region for relocationAndy Shevchenko1-0/+43
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-2/+2
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng1-2/+4
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-07-30x86: Add Intel Tangier supportFelipe Balbi1-0/+206