summaryrefslogtreecommitdiffstats
path: root/src/lib/spd_bin.c
Commit message (Expand)AuthorAgeFilesLines
* lib/spd: Demote log about using default DDR4 params to NOTICEEric Lai2022-05-161-1/+1
* lib: Add LPDDR5 DRAM typeScott Chao2022-04-271-0/+2
* lib/spd: Do not print part number if it is not availableWerner Zeh2022-03-151-2/+4
* spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner2021-03-171-8/+7
* lib: Add DDR5 DRAM typeSubrata Banik2021-02-181-0/+2
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-3/+3
* lib/spd: respect spd memory part name overrideNick Vaccaro2020-10-091-14/+21
* lib/spd_bin: add LPDDR4X case to spd_get_name()Nick Vaccaro2020-10-051-0/+1
* soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()Nick Vaccaro2020-10-051-0/+7
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* lib/spd_bin: Add spaces around operatorPaul Menzel2020-03-151-1/+1
* lib/spd_bin: Cleanup spd_get_banksEric Lai2020-03-151-13/+6
* lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDsEric Lai2020-03-151-1/+8
* lib/spd_bin: Correct LPDDR3 SPD informationEric Lai2020-03-101-12/+26
* lib/spd_bin: Add "number" to log messageEric Lai2020-03-071-1/+1
* lib/spd_bin: Extend LPDDR4 SPD informationEric Lai2020-03-071-1/+7
* lib/spd_bin: Fix grammar mistake in a commentAngel Pons2020-03-071-1/+1
* lib/spd_bin,soc/intel/common: Move get_spd_smbus()Kyösti Mälkki2020-01-091-68/+0
* device/early_smbus: Drop unused function parameterKyösti Mälkki2020-01-031-5/+5
* lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-5/+3
* lib/spd_bin: Extend DDR4 spd informationEric Lai2019-09-091-28/+120
* lib/spd_bin.c: Remove unused include <arch/byteorder.h>Elyes HAOUAS2019-06-191-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* intel/common/smbus: increase spd read performanceKane Chen2017-10-311-7/+21
* lib/spd_bin: Use proper I2C addressesNico Huber2017-06-291-2/+0
* lib/spd_bin: Print out correct SMBus SPD address in dump_spd_infoFurquan Shaikh2017-06-091-1/+1
* lib/spd_bin: make SMBus SPD addresses an inputAaron Durbin2017-05-271-1/+1
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-2/+4
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-4/+4
* src/lib: Add space before (Lee Leahy2017-03-091-1/+1
* ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi2017-02-101-0/+44
* lib/spd_bin: Check return code & remove dead codeNaresh G Solanki2016-12-141-5/+3
* lib: Add library to handle SPD data in CBFS or DIMMNaresh G Solanki2016-11-301-0/+168