Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "mjones" checked in revision 6352 to
the coreboot repository. This caused the following
changes:
Change Log:
Add IBASE DB-FT1 and AMD Inagua motherboards. Patch 8 of 8.
This code provides support for IBASE Technology DB-FT1 (AMD code name Persimmon) and AMD Inagua platforms. It is dependent on all other patches in this set.
Signed-off-by: Frank Vibrans <frank.vibrans(a)amd.com>
Acked-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Acked-by: Marc Jones <marcj303(a)gmail.com>
Build Log:
Compilation of amd:inagua is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6352&device=inagua&vendor=…
If something broke during this checkin please be a pain
in mjones's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 6359 to
the coreboot repository. This caused the following
changes:
Change Log:
Use fprintf(stderr, ...) in library
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build Log:
Compilation of amd:inagua is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6359&device=inagua&vendor=…
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 6357 to
the coreboot repository. This caused the following
changes:
Change Log:
lpgcc was too noisy in some cases
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build Log:
Compilation of amd:inagua is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6357&device=inagua&vendor=…
Compilation of compaq:deskpro_en_sff_p600 has been broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6357&device=deskpro_en_sff…
Compilation of dell:s1850 has been broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6357&device=s1850&vendor=d…
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 6358 to
the coreboot repository. This caused the following
changes:
Change Log:
Stub out FILE*, stdout/stdin/stderr and implement fprintf on these
- Add FILE*
- Add stdout, stdin, stderr stubs
- Add fprintf that redirects to printf for stdout and stderr and fails otherwise
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build Log:
Compilation of amd:inagua is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=6358&device=inagua&vendor=…
Compilation of compaq:deskpro_en_sff_p600 has been fixed
Compilation of dell:s1850 has been fixed
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
Hi Frank,
> case 0:
> + //pci_write_config16(dev, 0x64, reg_var[0]); //cause filo can not find sata
> + break;
I think I know why. Most likely the wideIO port is too wide. I created some
patches recently to fix it in sb700 code + sb800 and sb600.
http://tracker.coreboot.org/trac/coreboot/changeset/6343
Maybe this is the reason. For the curiosity what port is put there? With the
patch I introduced it starts to decode smaller region making things sane.
The patch would need some tunes in direction of LegacyFree parameter. Maybe we
will need to unset it and do similar LPC stuff init as we do already in the
bootblock. (this file does |= instead of cleaning up regs first, so we might
prepare some sane register values in advance).
Thanks,
Rudolf
PS: thank you and AMD for your contribution.