Re: [coreboot] [PATCH] x86.c and x86emu/YABEL updates

2009-10-26 Thread Stefan Reinauer
Peter Stuge wrote: Stefan Reinauer wrote: - YABEL: copy back the IVT, BDA and VBIOS. Some Xorg drivers require this. Which drivers? As you might imagine I did not test this on the majority of boards, so I can't give a full list of Xorg drivers with the problem,

Re: [coreboot] [PATCH] kconfig: Allow per-board VGA BIOS file name and PCI ID defaults

2009-10-26 Thread Uwe Hermann
On Mon, Oct 26, 2009 at 02:24:36AM +0100, Peter Stuge wrote: Uwe Hermann wrote: Allow per-board VGA BIOS file name and PCI ID defaults. NAK actually. For one, please talk about the relationship between the proposed VGA_BIOS_{FILE,ID} and the previous FALLBACK_VGA_BIOS_{FILE,ID} ? At first

Re: [coreboot] [PATCH] x86.c and x86emu/YABEL updates

2009-10-26 Thread Joseph Smith
On Mon, 26 Oct 2009 12:53:27 +0100, Stefan Reinauer ste...@coresystems.de wrote: Peter Stuge wrote: Stefan Reinauer wrote: - YABEL: copy back the IVT, BDA and VBIOS. Some Xorg drivers require this. Which drivers? As you might imagine I did not test this on the

Re: [coreboot] CBFS looking smbus for option rom?

2009-10-26 Thread Myles Watson
Why would CBFS look for a option rom for the ICH4 SMBUS device? From boot log: Right now the code looks at all devices that are on mainboard to see if they have option ROMs. It has no way of knowing which ones will. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org

[coreboot] [v2] r4856 - in trunk/coreboot-v2/src: . config console cpu/amd/car cpu/amd/model_10xxx cpu/amd/model_fxx cpu/amd/socket_AM2r2 cpu/amd/socket_F_1207 mainboard/amd/serengeti_cheetah mainboar

2009-10-26 Thread svn
Author: myles Date: 2009-10-26 16:14:07 +0100 (Mon, 26 Oct 2009) New Revision: 4856 Modified: trunk/coreboot-v2/src/Kconfig trunk/coreboot-v2/src/config/Options.lb trunk/coreboot-v2/src/console/Kconfig trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc

Re: [coreboot] [PATCH] More Kconfig changes

2009-10-26 Thread Myles Watson
On Sat, Oct 24, 2009 at 5:11 PM, Uwe Hermann u...@hermann-uwe.de wrote: On Fri, Oct 23, 2009 at 05:06:35PM -0600, Myles Watson wrote: On Fri, Oct 23, 2009 at 4:56 PM, Uwe Hermann u...@hermann-uwe.de wrote: On Fri, Oct 23, 2009 at 02:43:27PM -0600, Myles Watson wrote: Ping. I think

Re: [coreboot] [PATCH] More Kconfig changes

2009-10-26 Thread Myles Watson
We should add a MEM_TRAIN_SEQ comment or help text, it's unclear to me what it is supposed to do. Is it a per-chipset, per-cpu, or per-board option? What do the values of the variable mean? Regardless of that, it seems like it should be a user-visible option in menuconfig Shouldn't

Re: [coreboot] [PATCH] More Kconfig changes

2009-10-26 Thread ron minnich
I don't think any of these options should be user configurable ... it's all black magic and setting it wrong is going to ruin your day. ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] SMM included twice

2009-10-26 Thread Myles Watson
src/cpu/x86/smm/Makefile.inc:33: warning: overriding commands for target `/home/myles/try/buildrom-devel/work/coreboot/svn/build/cpu/x86/smm/smm.o' src/cpu/x86/smm/Makefile.inc:33: warning: ignoring old commands for target `/home/myles/try/buildrom-devel/work/coreboot/svn/build/cpu/x86/smm/smm.o'

Re: [coreboot] SMM included twice

2009-10-26 Thread Stefan Reinauer
Myles Watson wrote: src/cpu/x86/smm/Makefile.inc:33: warning: overriding commands for target `/home/myles/try/buildrom-devel/work/coreboot/svn/build/cpu/x86/smm/smm.o' src/cpu/x86/smm/Makefile.inc:33: warning: ignoring old commands for target

[coreboot] [v2] r4857 - trunk/coreboot-v2/src/devices

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 17:47:05 +0100 (Mon, 26 Oct 2009) New Revision: 4857 Modified: trunk/coreboot-v2/src/devices/device.c Log: Now that the resource allocator is working nicely we can turn down the debug level output and make some output SPEW only. Signed-off-by: Stefan Reinauer

[coreboot] [v2] r4858 - trunk/coreboot-v2/src/mainboard/intel/eagleheights

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 17:48:27 +0100 (Mon, 26 Oct 2009) New Revision: 4858 Modified: trunk/coreboot-v2/src/mainboard/intel/eagleheights/Config.lb trunk/coreboot-v2/src/mainboard/intel/eagleheights/Makefile.inc trunk/coreboot-v2/src/mainboard/intel/eagleheights/auto.c Log: Use

[coreboot] [v2] r4859 - in trunk/coreboot-v2/src/cpu/intel: model_6ex model_6fx

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 17:49:16 +0100 (Mon, 26 Oct 2009) New Revision: 4859 Modified: trunk/coreboot-v2/src/cpu/intel/model_6ex/cache_as_ram.inc trunk/coreboot-v2/src/cpu/intel/model_6fx/cache_as_ram.inc Log: intel core and core 2: - small preprocessor fix - leave some space in the

Re: [coreboot] SMM included twice

2009-10-26 Thread Myles Watson
Ooops my fault.. Whatever appeals people most ... Whatever seems most consistent. If a socket includes intel/model_6ex and intel/model_6fx and both include smm, we would get duplicates again,.. so just including x86 from cpu and including smm from x86 seems the cleanest way to me, since smm

[coreboot] [v2] r4860 - in trunk/coreboot-v2/src: arch/i386/boot boot cpu/intel/model_6ex cpu/intel/model_6fx include lib

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 18:04:28 +0100 (Mon, 26 Oct 2009) New Revision: 4860 Added: trunk/coreboot-v2/src/arch/i386/boot/gdt.c trunk/coreboot-v2/src/include/cbmem.h trunk/coreboot-v2/src/lib/cbmem.c Modified: trunk/coreboot-v2/src/arch/i386/boot/Config.lb

Re: [coreboot] SMM included twice

2009-10-26 Thread Stefan Reinauer
Myles Watson wrote: Ooops my fault.. Whatever appeals people most ... Whatever seems most consistent. If a socket includes intel/model_6ex and intel/model_6fx and both include smm, we would get duplicates again,.. so just including x86 from cpu and including smm

[coreboot] [v2] r4862 - trunk/coreboot-v2/src/lib

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 18:15:53 +0100 (Mon, 26 Oct 2009) New Revision: 4862 Modified: trunk/coreboot-v2/src/lib/cbfs.c Log: reasonable output for cbfs loading.. Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer ste...@coresystems.de Modified:

Re: [coreboot] [v2] r4863 - trunk/coreboot-v2/src/arch/i386/lib

2009-10-26 Thread Myles Watson
On Mon, Oct 26, 2009 at 11:17 AM, s...@coreboot.org wrote: Author: stepan Date: 2009-10-26 18:17:37 +0100 (Mon, 26 Oct 2009) New Revision: 4863 Modified: trunk/coreboot-v2/src/arch/i386/lib/cbfs_and_run.c Log: reasonable output in cbfs loading (part 2) run hlt in endless loop, be

Re: [coreboot] SMM included twice

2009-10-26 Thread Myles Watson
On Mon, Oct 26, 2009 at 11:07 AM, Stefan Reinauer ste...@coresystems.dewrote: Myles Watson wrote: Ooops my fault.. Whatever appeals people most ... Whatever seems most consistent. If a socket includes intel/model_6ex and intel/model_6fx and both include smm, we

[coreboot] [PATCH] ACPI updates + S3 Resume without hole at 31MB

2009-10-26 Thread Stefan Reinauer
See patch. This works nicely on two i945 machines I have here (unfortunately not the Kontron 986lcd-m due to some other reason) Probably needs some fixing for the AMD board that Rudolf got running with Resume. Rudolf, can you jump in, I don't have that hardware.. Stefan * Simplify acpi_add_table

Re: [coreboot] [v2] r4863 - trunk/coreboot-v2/src/arch/i386/lib

2009-10-26 Thread Stefan Reinauer
Myles Watson wrote: On Mon, Oct 26, 2009 at 11:17 AM, s...@coreboot.org mailto:s...@coreboot.org wrote: Author: stepan Date: 2009-10-26 18:17:37 +0100 (Mon, 26 Oct 2009) New Revision: 4863 Modified: trunk/coreboot-v2/src/arch/i386/lib/cbfs_and_run.c Log:

Re: [coreboot] [v2] r4863 - trunk/coreboot-v2/src/arch/i386/lib

2009-10-26 Thread Myles Watson
- cli\n\t I didn't see this mentioned in the commit message. Sorry, missed it... cli is not needed here. We called cli before, and never call sti (on purpose) Anyways, if cli were necessary, that function would not be the place for it to go. No problem. Thanks for

[coreboot] [v2] r4863 - trunk/coreboot-v2/src/arch/i386/lib

2009-10-26 Thread svn
Author: stepan Date: 2009-10-26 18:17:37 +0100 (Mon, 26 Oct 2009) New Revision: 4863 Modified: trunk/coreboot-v2/src/arch/i386/lib/cbfs_and_run.c Log: reasonable output in cbfs loading (part 2) run hlt in endless loop, be friendly to the cpu Signed-off-by: Stefan Reinauer

[coreboot] build service results for r4860

2009-10-26 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer stepan checked in revision 4860 to the coreboot repository. This caused the following changes: Change Log: CBMEM high table memory manager. This code adds a very simple toc based memory manager for the high

[coreboot] [PATCH] cross compiler

2009-10-26 Thread Myles Watson
I'm worried about tool chain problems, so I wanted to be able to build with a cross compiler. This patch adds that functionality to Kconfig. This is most of the way there, but doesn't work when CONFIG_CROSS_COMPILE is set. +ifeq ($(CONFIG_CROSS_COMPILE),y) +CC=$(CONFIG_CROSS_COMPILER)

Re: [coreboot] [PATCH] cross compiler

2009-10-26 Thread Stefan Reinauer
Myles Watson wrote: I'm worried about tool chain problems, so I wanted to be able to build with a cross compiler. This patch adds that functionality to Kconfig. That functionality is already there... see util/xcompile. -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] [PATCH] cross compiler

2009-10-26 Thread Myles Watson
On Mon, Oct 26, 2009 at 12:56 PM, Stefan Reinauer ste...@coresystems.dewrote: Myles Watson wrote: I'm worried about tool chain problems, so I wanted to be able to build with a cross compiler. This patch adds that functionality to Kconfig. That functionality is already there... see

Re: [coreboot] [PATCH] D945GCLF

2009-10-26 Thread ron minnich
Acked-by: Ronald G. Minnich rminn...@gmail.com -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] build service results for r4862

2009-10-26 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer stepan checked in revision 4862 to the coreboot repository. This caused the following changes: Change Log: reasonable output for cbfs loading.. Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by:

[coreboot] build service results for r4863

2009-10-26 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer stepan checked in revision 4863 to the coreboot repository. This caused the following changes: Change Log: reasonable output in cbfs loading (part 2) run hlt in endless loop, be friendly to the cpu

[coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add kconfig menus for most chipset VIDEO_MB values. VIDEO_MB is a variable that defines how many MB of RAM will be used for onboard graphics

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Myles Watson
On Mon, Oct 26, 2009 at 2:14 PM, Uwe Hermann u...@hermann-uwe.de wrote: See patch. I liked the correspondence between the devices menu and src/devices. Maybe some other name would be better for the top-level menu? I don't think miscellaneous is really what we want to say for src/devices. I

[coreboot] [v2] r4864 - in trunk/coreboot-v2/src/cpu: . x86

2009-10-26 Thread svn
Author: myles Date: 2009-10-26 22:04:03 +0100 (Mon, 26 Oct 2009) New Revision: 4864 Removed: trunk/coreboot-v2/src/cpu/x86/Makefile.inc Modified: trunk/coreboot-v2/src/cpu/Makefile.inc Log: Remove double include of smm directory. Trivial. Signed-off-by: Myles Watson myle...@gmail.com

Re: [coreboot] SPD sanity check

2009-10-26 Thread Tom Sylla
On Fri, Oct 2, 2009 at 4:07 PM, ron minnich rminn...@gmail.com wrote: Maybe it is a difference in view. The address is 7 bits in all the docs. How it is laid out in the register and on the bits on the wire is really a different concern. Sorry for the dead horse revival, but I was just looking

[coreboot] build service results for r4864

2009-10-26 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer myles checked in revision 4864 to the coreboot repository. This caused the following changes: Change Log: Remove double include of smm directory. Trivial. Signed-off-by: Myles Watson myle...@gmail.com

[coreboot] [v2] r4865 - trunk/coreboot-v2/src/mainboard/iei/pcisa-lx-800-r10

2009-10-26 Thread svn
Author: myles Date: 2009-10-26 22:41:06 +0100 (Mon, 26 Oct 2009) New Revision: 4865 Modified: trunk/coreboot-v2/src/mainboard/iei/pcisa-lx-800-r10/Options.lb Log: Fix iei/pcisa-lx-800-r10. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com

[coreboot] [v2] r4866 - in trunk/coreboot-v2: src src/devices src/mainboard/asus/mew-am src/mainboard/asus/mew-vm src/mainboard/bcom/winnetp680 src/mainboard/hp/e_vectra_p2706t src/mainboard/jetway/j7

2009-10-26 Thread svn
Author: uwe Date: 2009-10-26 22:42:13 +0100 (Mon, 26 Oct 2009) New Revision: 4866 Modified: trunk/coreboot-v2/src/Kconfig trunk/coreboot-v2/src/devices/Kconfig trunk/coreboot-v2/src/mainboard/asus/mew-am/Kconfig trunk/coreboot-v2/src/mainboard/asus/mew-vm/Kconfig

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Uwe Hermann
On Mon, Oct 26, 2009 at 02:26:36PM -0600, Myles Watson wrote: On Mon, Oct 26, 2009 at 2:14 PM, Uwe Hermann u...@hermann-uwe.de wrote: See patch. I liked the correspondence between the devices menu and src/devices. Maybe some other name would be better for the top-level menu? I don't

[coreboot] [v2] r4867 - in trunk/coreboot-v2/src/mainboard: . msi/ms7135 tyan tyan/s2850 tyan/s2875 tyan/s2881 tyan/s2885 tyan/s2891 tyan/s2892 tyan/s2895

2009-10-26 Thread svn
Author: myles Date: 2009-10-26 23:03:30 +0100 (Mon, 26 Oct 2009) New Revision: 4867 Added: trunk/coreboot-v2/src/mainboard/Makefile.k8_CAR.inc Removed: trunk/coreboot-v2/src/mainboard/tyan/Makefile.s289x.inc Modified: trunk/coreboot-v2/src/mainboard/msi/ms7135/Makefile.inc

[coreboot] build service results for r4865

2009-10-26 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer myles checked in revision 4865 to the coreboot repository. This caused the following changes: Change Log: Fix iei/pcisa-lx-800-r10. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles

Re: [coreboot] SPD sanity check

2009-10-26 Thread ron minnich
On Mon, Oct 26, 2009 at 2:05 PM, Tom Sylla tsy...@gmail.com wrote: On Fri, Oct 2, 2009 at 4:07 PM, ron minnich rminn...@gmail.com wrote: Maybe it is a difference in view. The address is 7 bits in all the docs. How it is laid out in the register and on the bits on the wire is really a different

[coreboot] [v2] r4868 - in trunk/coreboot-v2/src/mainboard: . arima/hdama broadcom/blast hp/dl145_g3 ibm/e325 ibm/e326 iwill/dk8s2 iwill/dk8x msi/ms7135 msi/ms9185 newisys/khepri sunw/ultra40 tyan/s28

2009-10-26 Thread svn
Author: myles Date: 2009-10-26 23:49:00 +0100 (Mon, 26 Oct 2009) New Revision: 4868 Added: trunk/coreboot-v2/src/mainboard/Makefile.k8_ck804.inc Modified: trunk/coreboot-v2/src/mainboard/Makefile.k8_CAR.inc trunk/coreboot-v2/src/mainboard/arima/hdama/Makefile.inc

[coreboot] [v2] r4869 - trunk/coreboot-v2/src/console

2009-10-26 Thread svn
Author: uwe Date: 2009-10-27 00:52:34 +0100 (Tue, 27 Oct 2009) New Revision: 4869 Modified: trunk/coreboot-v2/src/console/Kconfig Log: Various smaller console option fixes as suggested by Peter Stuge: - Change COM port to Serial port. - Also show the I/O port of the serial ports. Keep

Re: [coreboot] [PATCH] Make COM port selection and BAUD rate a choice

2009-10-26 Thread Uwe Hermann
On Sat, Oct 17, 2009 at 12:28:40AM +0200, Peter Stuge wrote: Make COM port selection and BAUD rate a choice for better usability. Must they be called COM ports? And how come BAUD is all caps? Baud is now fixed. I'd like to keep COM1 etc. visible in menuconfig as that is what most users will

[coreboot] small patch for prototypes and unused variables

2009-10-26 Thread Maciej Pijanka
Hello see patch in attachment, best regards Maciej -- Maciej Pijanka, PLD-Linux Developer, Reg Linux user #133161 POE/Perl user coreboot-4869-prototypes.patch Description: Binary data -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Joseph Smith
Sweet! Great work Uwe, I really like this. Even though it is too late: Acked-by: Joseph Smith j...@settoplinux.org I think it's pretty ugly to have 512 be the value for CONFIG_VIDEO_MB that means 512K. I know you didn't do that, but... Maybe we could just say the 512K of RAM doesn't make

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread ron minnich
silly question: why, in a 45-line high window, does it only let me see 6 mainboards at a time in menuconfig? Would be oh-so-cool when demo'ing this to have the huge number of vendors show up ... ron -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Myles Watson
I think it's pretty ugly to have 512 be the value for CONFIG_VIDEO_MB that means 512K. I know you didn't do that, but... Maybe we could just say the 512K of RAM doesn't make that much difference and make the minimum 1MB? Yeah, the 512KB thing is not really nice, but there's not much

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Joseph Smith
On 10/26/2009 11:18 PM, Myles Watson wrote: I think it's pretty ugly to have 512 be the value for CONFIG_VIDEO_MB that means 512K. I know you didn't do that, but... Maybe we could just say the 512K of RAM doesn't make that much difference and make the minimum 1MB? Yeah, the 512KB thing

Re: [coreboot] [PATCH] Add kconfig menus for most chipset VIDEO_MB values

2009-10-26 Thread Joseph Smith
On 10/26/2009 11:22 PM, Joseph Smith wrote: On 10/26/2009 11:18 PM, Myles Watson wrote: I think it's pretty ugly to have 512 be the value for CONFIG_VIDEO_MB that means 512K. I know you didn't do that, but... Maybe we could just say the 512K of RAM doesn't make that much difference and make