[SeaBIOS] [PATCH 2/5] pci: activate two-pass pci initialization code

2011-07-11 Thread Gerd Hoffmann
This patch actually enables the two-pass pci initialization and deactivates the old pci initialization bits. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/pciinit.c | 38 ++ 1 files changed, 34 insertions(+), 4 deletions(-) diff --git

[SeaBIOS] [PATCH 5/5] pci: set BUILD_PCIMEM_START to 0xe0000000

2011-07-11 Thread Gerd Hoffmann
... and make it match with the declarations in acpi-dsdt.dsl. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/config.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config.h b/src/config.h index 687cac6..f2fce89 100644 --- a/src/config.h +++ b/src/config.h

[SeaBIOS] [PATCH 0/5] pci: two-pass initialization

2011-07-11 Thread Gerd Hoffmann
Hi, Next (and hopefully final) version of the two-pass pci initialization patches. Addressed review comments, fixed some bugs, especially the io range setup for bridges. cheers, Gerd Gerd Hoffmann (5): pci: add two-pass pci initialization code pci: activate two-pass pci initialization

[SeaBIOS] [PATCH 3/5] pci: remove old pci initilaization code

2011-07-11 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann kra...@redhat.com --- Makefile |2 +- src/pci_region.c | 77 - src/pciinit.c| 197 -- src/util.h | 29 4 files changed, 1 insertions(+), 304 deletions(-)

[SeaBIOS] [PATCH 4/5] pci: cleanup config.h

2011-07-11 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/config.h | 14 -- src/pciinit.c |2 +- 2 files changed, 1 insertions(+), 15 deletions(-) diff --git a/src/config.h b/src/config.h index e6e07c9..687cac6 100644 --- a/src/config.h +++ b/src/config.h @@ -40,23 +40,9 @@

Re: [SeaBIOS] [PATCH 5/5] pci: set BUILD_PCIMEM_START to 0xe0000000

2011-07-11 Thread Kevin O'Connor
On Mon, Jul 11, 2011 at 09:20:32AM +0200, Gerd Hoffmann wrote: ... and make it match with the declarations in acpi-dsdt.dsl. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- src/config.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config.h

Re: [SeaBIOS] [PATCH 5/5] pci: set BUILD_PCIMEM_START to 0xe0000000

2011-07-11 Thread Gerd Hoffmann
Hi, -#define BUILD_PCIMEM_START0xf000 +#define BUILD_PCIMEM_START0xe000 I thought there was some dependency on 0xe000 in the VGA BIOS. Has that been cleared up now? Yes, the magic bochs vga lfb @ 0xe000 is gone in recent qemu (version 0.14 + newer). The

Re: [SeaBIOS] SeaBIOS error with Juniper FreeBSD kernel

2011-07-11 Thread Brandon Bennett
Are all versions based on FreeBSD 4.11? Are newer versions still affected? Newer versions should be based on 6.1 but there are a lot of changes. I haven't had a chance to test with something newer yet. -Brandon ___ SeaBIOS mailing list