X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2FREADME.generic-board;h=bd8eae1992c71f60a2a52fcc5cb7d4388a6ac7a5;hb=ab74c2644c3827d9293eb82d0e819c99958c9314;hp=50d3a26849d7bf5d234edcd1f85243c960d5f375;hpb=d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19;p=karo-tx-uboot.git diff --git a/doc/README.generic-board b/doc/README.generic-board index 50d3a26849..bd8eae1992 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -17,7 +17,7 @@ architecture-specific board.c file before October 2014. Background ---------- -U-Boot has tranditionally had a board.c file for each architecture. This has +U-Boot has traditionally had a board.c file for each architecture. This has introduced quite a lot of duplication, with each architecture tending to do initialisation slightly differently. To address this, a new 'generic board init' feature was introduced a year ago in March 2013 (further motivation is @@ -40,19 +40,22 @@ Supported Arcthitectures ------------------------ If you are unlucky then your architecture may not support generic board. -The following architectures are supported at the time of writing: +The following architectures are supported now: arc arm + avr32 + blackfin + m68k + microblaze + mips + nios2 powerpc sandbox x86 -If your architecture is not supported, you need to adjust your -arch//config.mk file to include: - - __HAVE_ARCH_GENERIC_BOARD := y - +If your architecture is not supported, you need to select +HAVE_GENERIC_BOARD in arch/Kconfig and test it with a suitable board, as follows.