[coreboot-gerrit] Change in coreboot[master]: drivers/storage: Add SD/MMC/eMMC driver based upon depthcharge

Martin Roth (Code Review) gerrit at coreboot.org
Fri Apr 14 17:26:09 CEST 2017


Martin Roth has posted comments on this change. ( https://review.coreboot.org/19208 )

Change subject: drivers/storage: Add SD/MMC/eMMC driver based upon depthcharge
......................................................................


Patch Set 7:

(2 comments)

Just a relatively superficial review.  I'll try to make time to do a more thorough review.

https://review.coreboot.org/#/c/19208/7/src/drivers/storage/Kconfig
File src/drivers/storage/Kconfig:

PS7, Line 18: 	default n
Add a config that can be selected by a mainboard or maybe supported chipsets to enable these so these don't show up in every mainboard?

 config HAVE_STORAGE_SUPPORT or some such.

Then put a dependency here on that:
 config DRIVERS_STORAGE
     def_bool n
     depends on HAVE_STORAGE_SUPPORT


https://review.coreboot.org/#/c/19208/7/src/drivers/storage/sd.c
File src/drivers/storage/sd.c:

PS7, Line 13:  * See file CREDITS for list of people who contributed to this
            :  * project.
I hate seeing stuff like this.  Do we have any idea where this CREDITS file might be?


-- 
To view, visit https://review.coreboot.org/19208
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9b5f9db1e27833e4ce4a97ad4f5ef3a46f64f2a2
Gerrit-PatchSet: 7
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lee Leahy <leroy.p.leahy at intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov at intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik at intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Lee Leahy <leroy.p.leahy at intel.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Stefan Reinauer <reinauer at chromium.org>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes



More information about the coreboot-gerrit mailing list