Hello Andrey Petrov, Aaron Durbin, Bora Guvendik, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19007
to look at the new patch set (#2).
Change subject: drivers/storage: Get SD/MMC driver to build
......................................................................
drivers/storage: Get SD/MMC driver to build
Add the Kconfig and Makefile and make necessary edits to get the code to
build.
TEST=Build for reef
Change-Id: I0cce2d3001ab1b3d7bbbb37f07001eef50af1924
Signed-off-by: Lee Leahy <Leroy.P.Leahy(a)intel.com>
---
A src/drivers/storage/Kconfig
A src/drivers/storage/Makefile.inc
M src/drivers/storage/mmc.c
M src/drivers/storage/sdhci.c
A src/drivers/storage/storage.h
M src/include/device/mmc.h
M src/include/device/sdhci.h
7 files changed, 206 insertions(+), 147 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/19007/2
--
To view, visit https://review.coreboot.org/19007
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0cce2d3001ab1b3d7bbbb37f07001eef50af1924
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lee Leahy <leroy.p.leahy(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins)
Hello Andrey Petrov, Aaron Durbin, Bora Guvendik, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19006
to look at the new patch set (#2).
Change subject: include/device: Move mmc.h and sdhci.h into include/device
......................................................................
include/device: Move mmc.h and sdhci.h into include/device
Move include files from drivers/storage into include/device.
TEST=None
Change-Id: Ief907499420dfe0b217494d1a4981bb9b93bee91
Signed-off-by: Lee Leahy <Leroy.P.Leahy(a)intel.com>
---
A src/drivers/storage/mmc.c
A src/drivers/storage/sdhci.c
A src/include/device/mmc.h
A src/include/device/sdhci.h
4 files changed, 2,865 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/19006/2
--
To view, visit https://review.coreboot.org/19006
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ief907499420dfe0b217494d1a4981bb9b93bee91
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lee Leahy <leroy.p.leahy(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins)
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19016 )
Change subject: [Not For Merge] nb/intel/i945: Remove unused #define REFRESH_*
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/19016/1/src/northbridge/intel/i945/raminit.c
File src/northbridge/intel/i945/raminit.c:
PS1, Line 848: if (refresh == 2) {
: sysinfo->refresh = 1;
> I wonder, if this ever hit the 15.6us case. Remind me, how many rows do we
15.6 is pretty standard on ddr2. (and is set as default before loop here)
I think there are typically 13-14 rows
--
To view, visit https://review.coreboot.org/19016
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I70d5437face1a3ff4cacda4cb3f9a67d2ca4c403
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello Andrey Petrov, Aaron Durbin, Bora Guvendik, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19004
to look at the new patch set (#2).
Change subject: drivers/storage: Add depthcharge SD/EMMC driver
......................................................................
drivers/storage: Add depthcharge SD/EMMC driver
Copy the SD/MMC driver from depthcharge revision
59c7166a85d2f17085914fc9444c9444160c77f8 into coreboot.
Removed #include "config.h" from mmc.c to allow the lint tests to pass.
TEST=Does not build
Change-Id: Ib2b3c2b7eabbb64d3760c0da154a5c434d48ee53
Signed-off-by: Lee Leahy <Leroy.P.Leahy(a)intel.com>
---
A src/drivers/storage/mmc.c
A src/drivers/storage/mmc.h
A src/drivers/storage/sdhci.c
A src/drivers/storage/sdhci.h
4 files changed, 2,863 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/19004/2
--
To view, visit https://review.coreboot.org/19004
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib2b3c2b7eabbb64d3760c0da154a5c434d48ee53
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lee Leahy <leroy.p.leahy(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Andrey Petrov <andrey.petrov(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins)