[PATCH V3 0/4] Enable gigadevice and add new part #s

Michal Simek michal.simek at amd.com
Tue Jan 10 12:37:56 CET 2023



On 1/10/23 00:49, Victor Lim wrote:
> Changes in V2:
> 
> Adding the following parts to the list
> gd25b256: 3V QSPI, QE=1, 256Mbit
> gd25b512: 3V QSPI, QE=1, 512Mbit
> gd55b01g: 3V QSPI, QE=1, 1Gbit
> gd55b02g: 3V QSPI, QE=1, 2Gbit
> gd25f64: 3V QSPI, QE=1, 64Mbit, high performance
> gd25f128: 3V QSPI, QE=1, 128Mbit, high performance
> gd25f256: 3V QSPI, QE=1, 256Mbit, high performance
> gd55f512: 3V QSPI, QE=1, 512Mbit, high performance
> gd25t512: 3V QSPI, 512Mbit, ultra high performance
> gd55t01g: 3V QSPI, 1Gbit, ultra high performance
> gd55t02g: 3V QSPI, 2Gbit, ultra high performance
> gd25x512: 3V OSPI, 512Mbit, ultra high performance
> gd55x01g: 3V OSPI, 1Gbit, ultra high performance
> gd55x02g: 3V OSPI, 2Gbit, ultra high performance
> gd25lb256: 1.8V QSPI, QE=1, 256Mbit
> gd25lb512: 1.8V QSPI, QE=1, 512Mbit
> gd55lb01g: 1.8V QSPI, QE=1, 1Gbit
> gd55lb02g: 1.8V QSPI, QE=1, 2Gbit
> gd25lf64: 1.8V QSPI, QE=1, 64Mbit, high performance
> gd25lf128: 1.8V QSPI, QE=1, 128Mbit, high performance
> gd25lf256: 1.8V QSPI, QE=1, 256Mbit, high performance
> gd55lf512: 1.8V QSPI, QE=1, 512Mbit, high performance
> gd25lt512: 1.8V QSPI, 512Mbit, ultra high performance
> gd55lt01g: 1.8V QSPI, 1Gbit, ultra high performance
> gd55lt02g: 1.8V QSPI, 2Gbit, ultra high performance
> gd25lx512: 1.8V OSPI, 512Mbit, ultra high performance
> gd55lx01g: 1.8V OSPI, 1Gbit, ultra high performance
> gd55lx02g: 1.8V OSPI, 2Gbit, ultra high performance
> 
> This is the link to the datasheet.
> https://www.gigadevice.com/products/memory/flash/spi-nor/
> 
> Victor Lim (4):
>    mtd: spi-nor-ids: add gigadevice part #
>    configs: zynq: enable gigadevice
>    arm64: zynqmp: enable gigadevice
>    xilinx: versal: enable gigadevice
> 
>   configs/xilinx_versal_mini_qspi_defconfig |  1 +
>   configs/xilinx_zynq_virt_defconfig        |  1 +
>   configs/xilinx_zynqmp_mini_qspi_defconfig |  1 +
>   configs/xilinx_zynqmp_virt_defconfig      |  1 +
>   configs/zynq_cse_qspi_defconfig           |  1 +
>   drivers/mtd/spi/spi-nor-ids.c             | 68 +++++++++++++++++++++++
>   6 files changed, 73 insertions(+)
> 


Applied.
M


More information about the U-Boot mailing list