[U-Boot] [PATCH v6] Add support for the DevKit8000 board
Frederik Kriewitz
frederik at kriewitz.eu
Tue Aug 25 07:54:57 CEST 2009
On Tue, Aug 25, 2009 at 7:25 AM, Jean-Christophe
PLAGNIOL-VILLARD<plagnioj at jcrosoft.com> wrote:
> On 20:31 Mon 24 Aug , Frederik Kriewitz wrote:
>> This patch adds support for the DevKit8000 board.
>>
>> <snip>
>>
>> MAINTAINERS | 4 +
>> MAKEALL | 1 +
>> Makefile | 3 +
>> board/devkit8000/Makefile | 52 +++++
>> board/devkit8000/config.mk | 35 ++++
>> board/devkit8000/devkit8000.c | 131 +++++++++++++
>> board/devkit8000/devkit8000.h | 373 ++++++++++++++++++++++++++++++++++++
>> doc/README.devkit8000 | 15 ++
>> include/configs/devkit8000.h | 307 +++++++++++++++++++++++++++++
>> include/configs/omap3_devkit8000.h | 307 +++++++++++++++++++++++++++++
> why do you duplicate it?
> maybe an miss when updating the patch
This is a version of the patch Dirk asked for.
Without timll vendor directory and with omap3_ config file prefix:
On Sun, Aug 23, 2009 at 6:02 PM, Dirk Behme<dirk.behme at googlemail.com> wrote:
> Frederik Kriewitz wrote:
>>
>> This patch adds support for the DevKit8000 board.
>>
>> Signed-off-by: Frederik Kriewitz <frederik at kriewitz.eu>
>> ---
>> mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000)
>> ---
>> MAINTAINERS | 4 +
>> MAKEALL | 1 +
>> Makefile | 3 +
>> board/timll/devkit8000/Makefile | 52 +++++
>
> I'm not sure what "timll" stands for?
>
> Depending on the result of the board directory rename discussion, I'd like
> to see board/devkit8000 or board/omap3devkit8000 here.
>
>> diff --git a/MAKEALL b/MAKEALL
>> index edebaea..65eb4b7 100755
>> --- a/MAKEALL
>> +++ b/MAKEALL
>> @@ -575,6 +575,7 @@ LIST_ARM11=" \
>> ## ARM Cortex-A8 Systems
>> #########################################################################
>> LIST_ARM_CORTEX_A8=" \
>> + devkit8000 \
>> omap3_beagle \
>> omap3_overo \
>> omap3_evm \
>
> What's about "omap3_devkit8000"?
More information about the U-Boot
mailing list