X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fddr_spd.h;h=fe163da43e562b06c19d5ba13a30faf96e0b9423;hb=2a055ea53260ac8addeeb94eb671172844bc9106;hp=cf2aac6ae4274735140260e87edf98f105e78f0c;hpb=a26acb7dc946b2fe7fa25736928878f6adf88f46;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/ddr_spd.h b/include/ddr_spd.h index cf2aac6..fe163da 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;