[U-Boot] make clean problem

2008-10-08 Thread Eugene O'Brien
specifying BASH as a requirement for the U-Boot HOST environment. If this is already the case then solution (a) is perhaps the best and limits U-Boot regression testing to one shell type. Otherwise if we want to be compatible with /bin/sh then I believe solution (b) is preferable. Regards,

[U-Boot] [PATCH] ppc4xx: Corrected EBC register bit definitions

2010-02-23 Thread Eugene O'Brien
Corrected the bit field positions of the external master priority low and the external master priority high values in the EBC configuration register. Signed-off-by: Eugene O'Brien --- include/asm-ppc/ppc4xx-ebc.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --

Re: [U-Boot] [PATCH] ppc4xx: Corrected EBC register bit definitions

2010-02-24 Thread Eugene O'Brien
Hello Stefan, > In addition to Wolfgangs comment (patch is line wrapped): I just checked the > 440EP and the 440EPx users manual, and it seems that the original bit masks > are correct. Which PPC4xx variant are you using? Please double check again if > you your patch is correct. > I am working

[U-Boot] [PATCH] ppc4xx: Corrected EBC register bit definitions

2010-02-24 Thread Eugene O'Brien
Corrected the bit field positions of the external master priority low and the external master priority high values in the EBC configuration register. These bit field positions differ between PPC405 and PPC440 processors Signed-off-by: Eugene O'Brien --- include/asm-ppc/ppc4xx-ebc.h |