[U-Boot-Users] Support for AM29LV008B ( 1 M x 8 bit ) 8Megabit Bottom boot device

Hello,
I am using u-boot release 0.4.0. I was looking for flash support for AMD's AM29LV008B 8Mbit bottom boot chip, didnt find one. Just curious to know if we already have one so that I dont have to re-invent the wheel :-)
Warm Regards, Raghu.
__________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

I was looking for flash support for AMD's AM29LV008B 8Mbit bottom boot chip, didnt find one.
Define these in include/flash.c
/* 29LV008BT ID ( 1 M, top boot sector) */ #define AMD_ID_LV008BT 0x3E
/* 29LV008BB ID ( 1 M, bottom boot sect) */ #define AMD_ID_LV008BB 0x37
#define FLASH_AM008BT 0x3E #define FLASH_AM008BB 0x37
Warm regards, Raghu.
__________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
participants (1)
-
Raghu