From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:11:50 +1100 Subject: [U-Boot] [PATCH v2 09/12] x86: Provide more configuration granularity In-Reply-To: <1320755603-8695-10-git-send-email-graeme.russ@gmail.com> References: <1320755603-8695-10-git-send-email-graeme.russ@gmail.com> Message-ID: <4EBE4666.6080800@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/11/11 23:33, Graeme Russ wrote: > Planned future ports requires more granularity for some options > > Signed-off-by: Graeme Russ > --- > Changes for v1: > - None (skipped to set single version for consolidated series) > Changes for v2: > - Consolidated patch series > - Fixed checkpatch issues > - Removed non x86 modification to common/cmd_bdinfo.c > > arch/x86/lib/Makefile | 18 +++++++++--------- > arch/x86/lib/board.c | 9 +++++++++ > arch/x86/lib/bootm.c | 4 +++- > arch/x86/lib/pci.c | 36 ++++++++++++++++++++++++++++++++++++ > arch/x86/lib/video_bios.c | 41 ----------------------------------------- > common/cmd_bdinfo.c | 3 ++- > include/configs/eNET.h | 5 +++++ > 7 files changed, 64 insertions(+), 52 deletions(-) Applied to u-boot-x86 Wolfgang: There is a modification to common/cmd_bdinfo.c that crept in - it is purely cosmetic. Sorry, but I only just noticed it after I pushed my local repo :( Thanks, Graeme