[U-Boot] [PATCH v2 14/22] x86: mmc: Move common FSP functions into a common file
Simon Glass
sjg at chromium.org
Thu Jan 29 00:44:39 CET 2015
On 27 January 2015 at 21:56, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Wed, Jan 28, 2015 at 1:13 PM, Simon Glass <sjg at chromium.org> wrote:
>> Since these board functions seem to be the same for all boards which use
>> FSP, move them into a common file. We can adjust this later if future FSPs
>> need more flexibility.
>>
>> This creates a generic PCI MMC device.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Move MMC code into a new pci_mmc.c file
>> - Remove setup_early_uart() function prototype
>>
>> arch/x86/cpu/queensbay/tnc.c | 27 -------------------
>> arch/x86/cpu/queensbay/tnc_pci.c | 15 -----------
>> arch/x86/cpu/queensbay/topcliff.c | 33 +++--------------------
>> arch/x86/lib/fsp/Makefile | 1 +
>> arch/x86/lib/fsp/fsp_common.c | 55 +++++++++++++++++++++++++++++++++++++++
>> drivers/mmc/Makefile | 1 +
>> drivers/mmc/pci_mmc.c | 42 ++++++++++++++++++++++++++++++
>> include/mmc.h | 14 ++++++++++
>> 8 files changed, 116 insertions(+), 72 deletions(-)
>> create mode 100644 arch/x86/lib/fsp/fsp_common.c
>> create mode 100644 drivers/mmc/pci_mmc.c
[snip]
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Tested-by: Bin Meng <bmeng.cn at gmail.com>
Applied to u-boot-x86.
More information about the U-Boot
mailing list