X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fddr_spd.h;h=fe163da43e562b06c19d5ba13a30faf96e0b9423;hb=24b77393a5fcc3e1f51b4e3a1080c0efb60b52eb;hp=cf2aac6ae4274735140260e87edf98f105e78f0c;hpb=9f5f51540d0d6af03ff22f55b7afc3fda6a4120d;p=oweals%2Fu-boot.git diff --git a/include/ddr_spd.h b/include/ddr_spd.h index cf2aac6ae4..fe163da43e 100644 --- a/include/ddr_spd.h +++ b/include/ddr_spd.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2008-2014 Freescale Semiconductor, Inc. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * Version 2 as published by the Free Software Foundation. */ #ifndef _DDR_SPD_H_ @@ -384,9 +381,11 @@ struct ddr4_spd_eeprom_s { /* 135 Register Revision Number */ uint8_t reg_rev; /* 136 Address mapping from register to DRAM */ - uint8_t reg_map; - /* 137~253 Reserved */ - uint8_t res_137[254-137]; + u8 reg_map; + u8 ca_stren; + u8 clk_stren; + /* 139~253 Reserved */ + u8 res_137[254 - 139]; /* 254~255 CRC */ uint8_t crc[2]; } registered;