From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Fri, 07 Dec 2012 10:20:18 +0100 Subject: [U-Boot] [PATCH 4/4] cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd In-Reply-To: <1354805052-32347-4-git-send-email-sr@denx.de> References: <1354805052-32347-1-git-send-email-sr@denx.de> <1354805052-32347-4-git-send-email-sr@denx.de> Message-ID: <50C1B4D2.9010009@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On 12/06/2012 03:44 PM, Stefan Roese wrote: > Report the usage of the Advanced Sector Protection (PPB) to the user > upon 'flinfo' command. E.g: > > Bank # 1: CFI conformant flash (16 x 16) Size: 64 MB in 512 Sectors > AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E2301 > Advanced Sector Protection (PPB) enabled > Erase timeout: 16384 ms, write timeout: 2 ms > Buffer write timeout: 5 ms, buffer size: 32 bytes > > Sector Start Addresses: > FC000000 E FC020000 E RO FC040000 E FC060000 E FC080000 E > ... > > Signed-off-by: Stefan Roese > Cc: Anatolij Gustschin > Cc: Holger Brunck > --- > drivers/mtd/cfi_flash.c | 2 ++ > 1 file changed, 2 insertions(+) > Tested-by: Holger Brunck Regards Holger