]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Enable UFS on R8A779F0 S4 Spider
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 22 Aug 2023 01:47:56 +0000 (03:47 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 9 Sep 2023 02:53:31 +0000 (04:53 +0200)
commit9a059a3af59cfffe7f1a6f025391c3fe0a5a0abf
treec22625cc9c1cdd0dce3cec2abb9bfb0e555b784c
parent19f627eceaf80f048dad93c5e132787b46faa17a
ARM: renesas: Enable UFS on R8A779F0 S4 Spider

Enable UFS controller driver and matching UFS and SCSI commands. The
former is used to initialize the device, the later is used to perform
low level access to the SCSI interface of the UFS device.

Enable R8A779F0 S4 Spider specific dependencies, the PCA953x driver
and GPIO clock gate driver. This setup is used to toggle 38.4 MHz
clock for the UFS controller.

Enable support for 48bit LBA in block layer to address disks larger
than 512*2^32 ~= 144 PiB. Enable use of 64bit LBA variables in the
rest of U-Boot, instead of the default 32bit ones.

Increase FAT cluster size to 128k as that is what is used by the
filesystem that is populated on the UFS device.

Use 'ufs init && scsi scan' to start the UFS device from U-Boot prompt.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/r8a779f0_spider_defconfig