Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-20 Thread Christoph Stoidner
On Do, 2024-11-14 at 07:30 +0100, Yannic Moog wrote: > Hi Christoph, > > On Wed, 2024-11-13 at 17:00 +0100, Christoph Stoidner wrote: > > The phyCORE-i.MX 93 is available in various variants. Relevant > > variant > > options for the spl/u-boot are: > > - with or without HS400 support for the eMM

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-20 Thread Yannic Moog
On Tue, 2024-11-19 at 17:45 +0100, Christoph Stoidner wrote: > > > On Do, 2024-11-14 at 07:30 +0100, Yannic Moog wrote: > > Hi Christoph, > > > > On Wed, 2024-11-13 at 17:00 +0100, Christoph Stoidner wrote: > > > The phyCORE-i.MX 93 is available in various variants. Relevant > > > variant > > >

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-19 Thread Christoph Stoidner
On Do, 2024-11-14 at 09:37 +0100, Primoz Fiser wrote: > Hi Christoph, > > On 13. 11. 24 17:00, Christoph Stoidner wrote: > > The phyCORE-i.MX 93 is available in various variants. Relevant > > variant > > options for the spl/u-boot are: > > - with or without HS400 support for the eMMC > > - with 1G

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-14 Thread Christoph Stoidner
On Mi, 2024-11-13 at 20:42 +0100, Wadim Egorov wrote: > > > Am 13.11.24 um 17:00 schrieb Christoph Stoidner: > > The phyCORE-i.MX 93 is available in various variants. Relevant > > variant > > options for the spl/u-boot are: > > - with or without HS400 support for the eMMC > > - with 1GB ram chi

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-14 Thread Christoph Stoidner
On Mi, 2024-11-13 at 15:29 -0300, Fabio Estevam wrote: > On Wed, Nov 13, 2024 at 1:16 PM Christoph Stoidner > wrote: > > > + > > +   eeprom@50 { > > +   bootph-pre-ram; > > +   bootph-some-ram; > > +   compatible = "atmel,24c32"; > > +   reg =

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-14 Thread Primoz Fiser
Hi Christoph, On 13. 11. 24 17:00, Christoph Stoidner wrote: > The phyCORE-i.MX 93 is available in various variants. Relevant variant > options for the spl/u-boot are: > - with or without HS400 support for the eMMC > - with 1GB ram chip, or 2GB ram chip > > The phyCORE's eeprom contains all infor

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-13 Thread Yannic Moog
Hi Christoph, On Wed, 2024-11-13 at 17:00 +0100, Christoph Stoidner wrote: > The phyCORE-i.MX 93 is available in various variants. Relevant variant > options for the spl/u-boot are: > - with or without HS400 support for the eMMC > - with 1GB ram chip, or 2GB ram chip > > The phyCORE's eeprom cont

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-13 Thread Fabio Estevam
On Wed, Nov 13, 2024 at 1:16 PM Christoph Stoidner wrote: > + > + eeprom@50 { > + bootph-pre-ram; > + bootph-some-ram; > + compatible = "atmel,24c32"; > + reg = <0x50>; > + pagesize = <32>; > + vcc-supply =

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-13 Thread Wadim Egorov
Am 13.11.24 um 19:29 schrieb Fabio Estevam: On Wed, Nov 13, 2024 at 1:16 PM Christoph Stoidner wrote: + + eeprom@50 { + bootph-pre-ram; + bootph-some-ram; + compatible = "atmel,24c32"; + reg = <0x50>; + pagesize = <

Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-13 Thread Wadim Egorov
Am 13.11.24 um 17:00 schrieb Christoph Stoidner: The phyCORE-i.MX 93 is available in various variants. Relevant variant options for the spl/u-boot are: - with or without HS400 support for the eMMC - with 1GB ram chip, or 2GB ram chip The phyCORE's eeprom contains all information about the exi

[PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

2024-11-13 Thread Christoph Stoidner
The phyCORE-i.MX 93 is available in various variants. Relevant variant options for the spl/u-boot are: - with or without HS400 support for the eMMC - with 1GB ram chip, or 2GB ram chip The phyCORE's eeprom contains all information about the existing variant options. Add evaluation of the eeprom da