the following patch was just integrated into master:
commit ad93af5c5e48c4882a63447b9d3b8d1def8f7277
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Tue Feb 11 19:56:57 2014 +0200
PCI: Add capability list parser to romstage
These are almost one-to-one copies from pci_device.c. However,
devicetree has not been enumerated yet and we have no console.
Change-Id: Ic80c781626521d03adde05bdb1916acce31290ea
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5196 for details.
-gerrit
the following patch was just integrated into master:
commit c97cc980d42f48ab861ee0cae4d5773503bd9aa0
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Feb 12 14:45:02 2014 +0200
PCI: Drop includes under cpu
The files affected do not make any PCI configuration calls.
If they did, the more correct includes would be pci_ops.h,
pci_defs.h and pci_ids.h.
Change-Id: I3e7f009371be6ea50318eaabf0c15500cb3f1210
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5200 for details.
-gerrit
the following patch was just integrated into master:
commit c80879f36e0d0b7295510edbaad26d9807ce5007
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Feb 12 14:18:50 2014 +0200
PCI: Guard pci.h with CONFIG_PCI
Adding PCI functions for romstage in pci.h breaks ARMv7 build without
this. Also fix two related includes to use pci_def.h instead.
Change-Id: I5291eaf6ddf5a584f50af29cf791d2ca4d9caa71
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5199 for details.
-gerrit
the following patch was just integrated into master:
commit 3cdb0a915b4db35adb1e65f56f19a2b44dc7e60b
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Feb 9 23:35:39 2014 +0200
usbdebug: Split to USB host/device
Top-level interface to console over USB mut not require low-level
details of ECHI debug port internals.
Change-Id: If3ca3b1f479e3f20976cd4abd8f5e682a58d5650
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5197 for details.
-gerrit
Aaron Durbin (adurbin(a)google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5203
-gerrit
commit 47cc5288897b5edeaf414b575b4b2bf5d19ec4bd
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Feb 12 14:36:15 2014 -0600
test: empty commit
Change-Id: Ia57d0dd85ba1a564d2a141b4f4d258ff3f22e38f
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>