summaryrefslogtreecommitdiff
path: root/board/eNET/eNET_pci.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15x86: Remove eNET boardsSimon Glass1-128/+0
These are no longer used and should be removed. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Graeme Russ <graeme.russ@gmail.com>
2011-11-29cosmetic: checkpatch cleanup of board/eNET/*.cGraeme Russ1-10/+9
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ1-1/+1
Also include some trivial related cleanups
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2011-04-13x86: Code cleanupGraeme Russ1-3/+4
Make the copyright notices in the x86 files consistent and update them with proper attributions for recent updates Also fix a few comment style/accuracy and whitespace/blank line issues Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06sc520: Board Specific PCI InitGraeme Russ1-0/+33
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-09-04Add PCI support to eNET boardGraeme Russ1-0/+95
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>