Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1276959
| From | Shuge <shugelinux@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [linux-sunxi] Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node |
| Date | 2015-11-25 02:30 +0100 |
| Message-ID | <qyx4e-7Bk-9@gated-at.bofh.it> (permalink) |
| References | <qxUmd-7zM-5@gated-at.bofh.it> <qxUmd-7zM-9@gated-at.bofh.it> <qxYJb-1N0-3@gated-at.bofh.it> <qyieT-6jd-53@gated-at.bofh.it> <qyieT-6jd-51@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Monday, November 23, 2015 at 17:32 UTC+8, Maxime Ripard wrote:
> On Mon, Nov 23, 2015 at 10:51:15PM -0800, Sugar Wu wrote:
>> On Monday, November 23, 2015 at 8:43:59 PM UTC+8, Maxime Ripard wrote:
>>>
>>> Hi,
>>>
>>> On Mon, Nov 23, 2015 at 09:02:48AM +0100, Josef Gajdusek wrote:
>>>> Add a node describing the Security ID memory to the
>>>> Allwinner H3 .dtsi file.
>>>>
>>>> Signed-off-by: Josef Gajdusek <a...@atx.name <javascript:>>
>>>> ---
>>>> arch/arm/boot/dts/sun8i-h3.dtsi | 7 +++++++
>>>> 1 file changed, 7 insertions(+)
>>>>
>>>> diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi
>>> b/arch/arm/boot/dts/sun8i-h3.dtsi
>>>> index 0faa38a..58de718 100644
>>>> --- a/arch/arm/boot/dts/sun8i-h3.dtsi
>>>> +++ b/arch/arm/boot/dts/sun8i-h3.dtsi
>>>> @@ -359,6 +359,13 @@
>>>> #size-cells = <0>;
>>>> };
>>>>
>>>> + sid: eeprom@01c14000 {
>>>> + compatible = "allwinner,sun4i-a10-sid";
>>>> + reg = <0x01c14000 0x400>;
>>>
>>> The datasheet says it's 256 bytes wide, while the size here is of 1kB,
>>> is it intentional?
>>
>> SID memory map is 0x01c14000 ~ 0x01c143FF, include 2048bits efuse space.
>> H3 efuse space is SID_SRAM, its range is 0x01c14200 ~ +0x100.
>
> Interesting, what is below the 0x200 registers?
>
Some control register about SID.
offset: 0x40 SID Program/Read Control Register
offset: 0x50 SID Program Key Value Register
offset: 0x60 SID Read Key Value Register
offset: 0x70 \
offset: 0x80 SJTAG Attribute 0 Register
offset: 0x84 SJTAG Attribute 1 Register
offset: 0x88 SJTAG Select Register
offset: 0x90 SID Program Ctrol register for burned timing
>
> Thanks!
> Maxime
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/5] ARM: dts: sun8i: Add SID node Josef Gajdusek <atx@atx.name> - 2015-11-23 09:10 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-23 13:50 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Chen-Yu Tsai <wens@csie.org> - 2015-11-24 04:20 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-24 07:40 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-24 07:40 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Chen-Yu Tsai <wens@csie.org> - 2015-11-24 07:50 +0100
Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-24 09:10 +0100
Re: [linux-sunxi] Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-24 10:40 +0100
Re: [linux-sunxi] Re: [PATCH v2 1/5] ARM: dts: sun8i: Add SID node Shuge <shugelinux@gmail.com> - 2015-11-25 02:30 +0100
csiph-web