From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 15 May 2009 12:35:59 +0200 Subject: [U-Boot] [PATCH 2/2] video: Add an option to skip video initialization In-Reply-To: <20090515082243.GB16288@game.jcrosoft.org> References: <1242369514-24243-1-git-send-email-sr@denx.de> <1242374863-11781-3-git-send-email-wd@denx.de> <20090515082243.GB16288@game.jcrosoft.org> Message-ID: <4A0D458F.5050002@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:07 Fri 15 May , Wolfgang Denk wrote: >> This patch adds an option to skip the video initialization on for all >> video drivers. This is needed for the CPCI750 which can be built as >> CPCI host and adapter/target board. And the adapter board can't >> access the video cards located on the CompactPCI bus. >> >> Signed-off-by: Stefan Roese >> Cc: Anatolij Gustschin >> >> Rebased against simplifying patch. >> Signed-off-by: Wolfgang Denk >> --- > It will be nice if you can base it against the stdio patch v4 I send some days > agi > 297 F May13 To u-boot at lists ??>[PATCH 2/4 v4] stdio/device: rework function naming convention but this patch doesn't apply, neither on top of the U-Boot tree nor on top of it's next branch. Sorry, but this can't be considered as a base because it doesn't apply any more. Even if I try to apply it on top of following patches [U-Boot] [PATCH 1_2] arm_dcc: use static support to allow to use it at anytime [U-Boot] [PATCH 2_2] arm_dcc: add xcale support [U-Boot] [PATCH 1_4 v4] console.h: remove unused prototype 'console_realloc' there are still some issues. Anatolij