Hello, Stefan.
I've tried your patch on Atom C2000 board (which is not supported by
U-boot, but I use U-boot
as the Coreboot payload).
I've added
/* Intel Atom processor C2000 PCU SMBus */
{ PCI_VDEVICE(INTEL, 0x1f3c) },
to intel_smbus_pci_supported for it to work.
It works and works exa
Hi Joe.
You should probably just take Alban's patch. I don't care
about my SOB.
--
Yaroslav
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Bin.
Could you please create proper patch yourself? The changes are trivial
anyway, so it doesn't matter who author is.
--
Yaroslav
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
So, in a single day we independently submitted two almost identical
patches. The patch is pretty obvious, but two in a day is still a cool
coincidence.
--
Yaroslav
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Fix compile errors when enabling CONFIG_DM_ETH,
CONFIG_CMD_E1000 and CONFIG_E1000_SPI.
Signed-off-by: Yaroslav K.
---
drivers/net/e1000.c | 6 -
drivers/net/e1000_spi.c | 60 -
2 files changed, 35 insertions(+), 31 deletions(-)
diff
cbfs: Fix incorrect CBFS file header size being used
This fixes incorrect filenames in cbfsls output.
Signed-off-by: Yaroslav K.
---
fs/cbfs/cbfs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c
index 95a48a4..bfe8e2c 100644
--- a/fs
Hello!
I'm using U-boot with x86 hardware (Atom C2000) and Linux,
and I've noticed that the AHCI driver in U-boot is quiet much slower
than the one in Linux. The drive connected is an 8 GB SATA SSD.
U-boot:
=> time scsi read 0x1000 0 0x10
SCSI read: device 0 block # 0, count 1048576 ..
Hello.
Current implementation of cbfs prints incorrect file names. In the
file fs/cbfs/cbfs.c
there are lines
swap_file_header(&header, fileHeader);
if (header.offset < sizeof(const struct cbfs_cachenode *) ||
header.offset > header.
8 matches
Mail list logo