summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/sdram.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng
2015-08-26x86: coreboot: Allow >=4GiB memory bank sizeBin Meng
2015-08-26x86: Remove calculate_relocation_address()Bin Meng
2015-08-26x86: coreboot: Correctly report E820 typesBin Meng
2015-04-16x86: Support machines with >4GB of RAMSimon Glass
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21x86: Fix up some missing prototypesSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
2012-12-06x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black
2011-12-19x86: Add infrastructure to extract an e820 table from the coreboot tablesGabe Black
2011-12-19x86: Initial commit for running as a coreboot payloadGabe Black