[coreboot] [commit] r4941 - trunk/util/cbfstool

2009-11-12 Thread svn
Author: myles Date: 2009-11-12 18:46:59 +0100 (Thu, 12 Nov 2009) New Revision: 4941 Modified: trunk/util/cbfstool/common.c Log: Print size of file on cbfs_add_file failure. The size of the file after compression is nice to know. Trivial Signed-off-by: Myles Watson myle...@gmail.com

[coreboot] [commit] r4942 - trunk/util/cbfstool

2009-11-12 Thread svn
Author: uwe Date: 2009-11-12 21:06:32 +0100 (Thu, 12 Nov 2009) New Revision: 4942 Modified: trunk/util/cbfstool/common.c Log: Cosmetics (trivial). Signed-off-by: Uwe Hermann u...@hermann-uwe.de Acked-by: Uwe Hermann u...@hermann-uwe.de Modified: trunk/util/cbfstool/common.c

[coreboot] [BuildROM] r277 - in buildrom-devel: config/payloads packages/kernel scripts

2009-11-12 Thread svn
Author: myles Date: 2009-11-13 00:08:34 +0100 (Fri, 13 Nov 2009) New Revision: 277 Modified: buildrom-devel/config/payloads/Config.in buildrom-devel/config/payloads/kernel.conf buildrom-devel/config/payloads/lab.conf buildrom-devel/packages/kernel/kernel.inc

[coreboot] [commit] r4943 - trunk/src/cpu/amd/socket_AM2r2

2009-11-12 Thread svn
Author: zbao Date: 2009-11-13 07:43:33 +0100 (Fri, 13 Nov 2009) New Revision: 4943 Modified: trunk/src/cpu/amd/socket_AM2r2/Kconfig Log: Complete the Kconfig of socket_AM2r2. This patch is from socket_F_1207, even though the fam10 can not be make menuconfiged currently. Signed-off-by: Zheng

[coreboot] [commit] r4933 - trunk/src/lib

2009-11-11 Thread svn
Author: oxygene Date: 2009-11-11 19:31:53 + (Wed, 11 Nov 2009) New Revision: 4933 Modified: trunk/src/lib/cbfs.c Log: Help track down enable_rom issues in CBFS. If the magic looks like unmapped memory, point to the wiki page with more information. Signed-off-by: Patrick Georgi

[coreboot] [commit] r4934 - in trunk: src/arch/i386 util/cbfstool util/newconfig

2009-11-11 Thread svn
Author: oxygene Date: 2009-11-11 21:32:23 + (Wed, 11 Nov 2009) New Revision: 4934 Modified: trunk/src/arch/i386/Kconfig trunk/src/arch/i386/Makefile.inc trunk/util/cbfstool/cbfstool.c trunk/util/newconfig/config.g Log: Rework bootblock size handling: - don't pretend to create a

[coreboot] [commit] r4935 - trunk/src/arch/i386/boot

2009-11-11 Thread svn
Author: myles Date: 2009-11-12 00:32:36 +0100 (Thu, 12 Nov 2009) New Revision: 4935 Modified: trunk/src/arch/i386/boot/coreboot_table.c Log: Silence an ugly-looking warning. Two casts were not enough, so just don't cast it. Trust the option_table generator to get the length correct.

[coreboot] [commit] r4936 - trunk/src/arch/i386/boot

2009-11-11 Thread svn
Author: myles Date: 2009-11-12 00:59:19 +0100 (Thu, 12 Nov 2009) New Revision: 4936 Modified: trunk/src/arch/i386/boot/coreboot_table.c Log: Revert my too-hasty commit. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com Modified:

[coreboot] [commit] r4932 - in trunk/src/arch/i386: boot include/arch lib

2009-11-10 Thread svn
Author: stepan Date: 2009-11-10 22:17:15 + (Tue, 10 Nov 2009) New Revision: 4932 Modified: trunk/src/arch/i386/boot/acpi.c trunk/src/arch/i386/boot/wakeup.S trunk/src/arch/i386/include/arch/acpi.h trunk/src/arch/i386/lib/c_start.S Log: * Simplify acpi_add_table * fix some

[coreboot] [commit] r4928 - trunk/src/mainboard/technexion/tim5690

2009-11-09 Thread svn
Author: stepan Date: 2009-11-09 11:53:41 + (Mon, 09 Nov 2009) New Revision: 4928 Added: trunk/src/mainboard/technexion/tim5690/tn_post_code.c trunk/src/mainboard/technexion/tim5690/tn_post_code.h Modified: trunk/src/mainboard/technexion/tim5690/Config.lb

[coreboot] [commit] r4929 - trunk/util/cbfstool

2009-11-09 Thread svn
Author: oxygene Date: 2009-11-09 17:18:02 + (Mon, 09 Nov 2009) New Revision: 4929 Modified: trunk/util/cbfstool/cbfstool.c trunk/util/cbfstool/common.c trunk/util/cbfstool/common.h Log: Add a locate function cbfstool, which helps you find out a suitable address to put a XIP stage to.

[coreboot] [commit] r4930 - trunk/src

2009-11-09 Thread svn
Author: uwe Date: 2009-11-09 17:56:47 + (Mon, 09 Nov 2009) New Revision: 4930 Modified: trunk/src/Kconfig Log: Enable Multiboot table support (for GRUB2) by default. Signed-off-by: Ronald G. Minnich rminn...@gmail.com Acked-by: Robert Millan rmh.g...@aybabtu.com Acked-by: Uwe Hermann

[coreboot] [commit] r4931 - trunk/util/superiotool

2009-11-09 Thread svn
Author: uwe Date: 2009-11-09 22:34:17 + (Mon, 09 Nov 2009) New Revision: 4931 Modified: trunk/util/superiotool/nsc.c Log: Add detection and dump support for the Winbond WPCD376I. Signed-off-by: Sean Young s...@mess.org Acked-by: Uwe Hermann u...@hermann-uwe.de Modified:

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

2009-11-05 Thread svn
Author: myles Date: 2009-11-05 20:06:19 + (Thu, 05 Nov 2009) New Revision: 4918 Modified: trunk/src/devices/pci_device.c Log: Don't try to set fixed resources. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com Modified:

[coreboot] [v2] r4919 - trunk/src/northbridge/amd/amdk8

2009-11-05 Thread svn
Author: myles Date: 2009-11-05 21:02:35 + (Thu, 05 Nov 2009) New Revision: 4919 Added: trunk/src/northbridge/amd/amdk8/util.c Modified: trunk/src/northbridge/amd/amdk8/Makefile.inc trunk/src/northbridge/amd/amdk8/amdk8.h Log: Add debugging utility file for dumping routing registers

[coreboot] [v2] r4908 - in trunk/src/cpu/intel: . model_106cx socket_441

2009-11-04 Thread svn
Author: stepan Date: 2009-11-04 13:18:44 +0100 (Wed, 04 Nov 2009) New Revision: 4908 Added: trunk/src/cpu/intel/model_106cx/Kconfig trunk/src/cpu/intel/model_106cx/Makefile.inc trunk/src/cpu/intel/model_106cx/model_106cx_init.c trunk/src/cpu/intel/socket_441/Kconfig

[coreboot] [v2] r4907 - trunk/src/cpu/intel/model_106cx

2009-11-03 Thread svn
Author: stepan Date: 2009-11-03 16:02:15 +0100 (Tue, 03 Nov 2009) New Revision: 4907 Modified: trunk/src/cpu/intel/model_106cx/cache_as_ram.inc trunk/src/cpu/intel/model_106cx/cache_as_ram_post.c Log: Some fixes. Atom does not like 36bit MTRRs in CAR setup. Enable XIP setup again (works

[coreboot] [v2] r4905 - trunk/util/inteltool

2009-11-02 Thread svn
Author: hailfinger Date: 2009-11-02 16:01:49 +0100 (Mon, 02 Nov 2009) New Revision: 4905 Modified: trunk/util/inteltool/inteltool.c trunk/util/inteltool/inteltool.h trunk/util/inteltool/memory.c trunk/util/inteltool/pcie.c Log: Add 82Q35/P35/Q33/G33/G31/P31 support to inteltool. The

[coreboot] [v2] r4904 - trunk/src/boot

2009-11-01 Thread svn
Author: zbao Date: 2009-11-01 10:18:23 +0100 (Sun, 01 Nov 2009) New Revision: 4904 Modified: trunk/src/boot/selfboot.c Log: typo. trivial. Then - Than. Signed-off-by: Zheng Bao zheng@amd.com Acked-by: Zheng Bao zheng@amd.com Modified: trunk/src/boot/selfboot.c

[coreboot] [v2] r4901 - /

2009-10-31 Thread svn
Author: stepan Date: 2009-10-31 10:09:00 +0100 (Sat, 31 Oct 2009) New Revision: 4901 Added: tags/ Log: add tags directory Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer ste...@coresystems.de -- coreboot mailing list: coreboot@coreboot.org

[coreboot] [v2] r4902 - in trunk: . util/xcompile

2009-10-31 Thread svn
Author: myles Date: 2009-10-31 21:47:14 +0100 (Sat, 31 Oct 2009) New Revision: 4902 Modified: trunk/Makefile trunk/util/xcompile/xcompile Log: Only remove .xcompile with distclean. Look for crossgcc in util. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Patrick Georgi

[coreboot] [v2] r4903 - trunk/src/mainboard/arima/hdama

2009-10-31 Thread svn
Author: myles Date: 2009-10-31 23:13:04 +0100 (Sat, 31 Oct 2009) New Revision: 4903 Modified: trunk/src/mainboard/arima/hdama/Kconfig Log: Set SB_HT_CHAIN_ON_BUS0 correctly for arima/hdama. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com

[coreboot] [v2] r4891 - in trunk/coreboot-v2/src: . mainboard/kontron/986lcd-m mainboard/msi/ms6178 mainboard/via/pc2500e northbridge/intel/i82810 northbridge/intel/i945

2009-10-30 Thread svn
Author: uwe Date: 2009-10-30 13:56:59 +0100 (Fri, 30 Oct 2009) New Revision: 4891 Modified: trunk/coreboot-v2/src/Kconfig trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig trunk/coreboot-v2/src/mainboard/msi/ms6178/Kconfig trunk/coreboot-v2/src/mainboard/via/pc2500e/Kconfig

[coreboot] [v2] r4892 - trunk/coreboot-v2/src/mainboard/digitallogic/msm586seg

2009-10-30 Thread svn
Author: uwe Date: 2009-10-30 14:10:03 +0100 (Fri, 30 Oct 2009) New Revision: 4892 Modified: trunk/coreboot-v2/src/mainboard/digitallogic/msm586seg/auto.c Log: Fix, um... a typo. Signed-off-by: Uwe Hermann u...@hermann-uwe.de Acked-by: Uwe Hermann u...@hermann-uwe.de Modified:

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

2009-10-29 Thread svn
Author: myles Date: 2009-10-29 17:49:50 +0100 (Thu, 29 Oct 2009) New Revision: 4888 Modified: trunk/coreboot-v2/src/lib/gcc.c Log: Add prototypes to silence these warnings. src/lib/gcc.c:30: warning: no previous prototype for '__wrap___divdi3' The prototypes were not added to lib.h because

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

2009-10-29 Thread svn
Author: myles Date: 2009-10-29 22:27:43 +0100 (Thu, 29 Oct 2009) New Revision: 4889 Modified: trunk/coreboot-v2/src/devices/device_util.c Log: Split a print statement that called dev_path twice, and add a warning comment. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson

[coreboot] [v2] r4890 - in trunk/coreboot-v2/src: boot cpu/amd/model_10xxx cpu/amd/model_fxx cpu/x86/lapic devices include include/cpu include/cpu/amd northbridge/amd/amdfam10 northbridge/amd/amdk8 so

2009-10-29 Thread svn
Author: myles Date: 2009-10-30 03:08:07 +0100 (Fri, 30 Oct 2009) New Revision: 4890 Modified: trunk/coreboot-v2/src/boot/selfboot.c trunk/coreboot-v2/src/cpu/amd/model_10xxx/processor_name.c trunk/coreboot-v2/src/cpu/amd/model_fxx/model_fxx_init.c

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

2009-10-28 Thread svn
Author: stepan Date: 2009-10-28 15:57:14 +0100 (Wed, 28 Oct 2009) New Revision: 4876 Modified: trunk/coreboot-v2/src/devices/device.c Log: The check for zero sized resources is already done earlier. So don't redo it here. I think we don't ever want to drop the extra check, since it indicates

[coreboot] [v2] r4877 - in trunk/coreboot-v2: . src/arch/i386

2009-10-28 Thread svn
Author: myles Date: 2009-10-28 16:30:11 +0100 (Wed, 28 Oct 2009) New Revision: 4877 Modified: trunk/coreboot-v2/Makefile trunk/coreboot-v2/src/arch/i386/Makefile.inc Log: Replace hard coded build with $(obj) paths. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Ronald G. Minnich

[coreboot] [v2] r4878 - in trunk/coreboot-v2/src: arch/i386/boot boot console include lib

2009-10-28 Thread svn
Author: myles Date: 2009-10-28 17:13:28 +0100 (Wed, 28 Oct 2009) New Revision: 4878 Added: trunk/coreboot-v2/src/include/lib.h Modified: trunk/coreboot-v2/src/arch/i386/boot/gdt.c trunk/coreboot-v2/src/arch/i386/boot/tables.c trunk/coreboot-v2/src/boot/selfboot.c

[coreboot] [v2] r4880 - in trunk/coreboot-v2: . src/arch/i386 util/cbfstool util/sconfig

2009-10-28 Thread svn
Author: uwe Date: 2009-10-28 18:10:51 +0100 (Wed, 28 Oct 2009) New Revision: 4880 Modified: trunk/coreboot-v2/Makefile trunk/coreboot-v2/src/arch/i386/Makefile.inc trunk/coreboot-v2/util/cbfstool/Makefile.inc trunk/coreboot-v2/util/sconfig/config.g

[coreboot] [v2] r4881 - in trunk/coreboot-v2: src/cpu/intel/model_106cx src/cpu/intel/socket_441 src/mainboard/intel/d945gclf src/mainboard/intel/d945gclf/acpi src/superio/smsc/lpc47m15x targets/intel

2009-10-28 Thread svn
Author: uwe Date: 2009-10-28 18:36:11 +0100 (Wed, 28 Oct 2009) New Revision: 4881 Modified: trunk/coreboot-v2/src/cpu/intel/model_106cx/Config.lb trunk/coreboot-v2/src/cpu/intel/model_106cx/cache_as_ram_disable.c trunk/coreboot-v2/src/cpu/intel/model_106cx/cache_as_ram_post.c

[coreboot] [v2] r4882 - in trunk/coreboot-v2: src/cpu/intel src/cpu/intel/model_106cx src/mainboard/intel/d945gclf src/superio/smsc src/superio/smsc/lpc47m15x targets/intel/d945gclf

2009-10-28 Thread svn
Author: myles Date: 2009-10-28 19:51:47 +0100 (Wed, 28 Oct 2009) New Revision: 4882 Added: trunk/coreboot-v2/src/superio/smsc/lpc47m15x/Makefile.inc trunk/coreboot-v2/targets/intel/d945gclf/Config.lb Modified: trunk/coreboot-v2/src/cpu/intel/Makefile.inc

[coreboot] [v2] r4883 - in trunk/coreboot-v2/src/mainboard: . digitallogic/adl855pc emulation/qemu-x86 intel/eagleheights msi/ms9185 tyan/s2850 tyan/s2875 tyan/s2880 tyan/s2881 tyan/s2882 tyan/s2885

2009-10-28 Thread svn
Author: myles Date: 2009-10-28 19:57:06 +0100 (Wed, 28 Oct 2009) New Revision: 4883 Modified: trunk/coreboot-v2/src/mainboard/Makefile.k8_CAR.inc trunk/coreboot-v2/src/mainboard/Makefile.k8_ck804.inc trunk/coreboot-v2/src/mainboard/digitallogic/adl855pc/Kconfig

[coreboot] [v2] r4884 - in trunk/coreboot-v2/src: . arch include/cpu

2009-10-28 Thread svn
Author: stepan Date: 2009-10-28 20:38:58 +0100 (Wed, 28 Oct 2009) New Revision: 4884 Removed: trunk/coreboot-v2/src/arch/ppc/ trunk/coreboot-v2/src/include/cpu/ppc/ Modified: trunk/coreboot-v2/src/Kconfig Log: Drop remainder of PPC port Signed-off-by: Stefan Reinauer

[coreboot] [v2] r4885 - trunk/coreboot-v2/src/northbridge

2009-10-28 Thread svn
Author: stepan Date: 2009-10-28 20:40:46 +0100 (Wed, 28 Oct 2009) New Revision: 4885 Removed: trunk/coreboot-v2/src/northbridge/ibm/ trunk/coreboot-v2/src/northbridge/motorola/ Modified: trunk/coreboot-v2/src/northbridge/Kconfig trunk/coreboot-v2/src/northbridge/Makefile.inc Log: Drop

[coreboot] [v2] r4886 - in trunk/coreboot-v2/util: . amdtools amdtools/example_input

2009-10-28 Thread svn
Author: ward Date: 2009-10-28 20:41:52 +0100 (Wed, 28 Oct 2009) New Revision: 4886 Added: trunk/coreboot-v2/util/amdtools/ trunk/coreboot-v2/util/amdtools/README trunk/coreboot-v2/util/amdtools/example_input/

[coreboot] [v2] r4887 - trunk/coreboot-v2/targets/intel/d945gclf

2009-10-28 Thread svn
Author: myles Date: 2009-10-28 20:56:34 +0100 (Wed, 28 Oct 2009) New Revision: 4887 Modified: trunk/coreboot-v2/targets/intel/d945gclf/Config-abuild.lb Log: Comment out option ROM line in Config-abuild.lb to fix build. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson

[coreboot] [v2] r4870 - trunk/coreboot-v2/src/mainboard/arima/hdama

2009-10-27 Thread svn
Author: myles Date: 2009-10-27 15:05:21 +0100 (Tue, 27 Oct 2009) New Revision: 4870 Modified: trunk/coreboot-v2/src/mainboard/arima/hdama/cache_as_ram_auto.c Log: Update arima/hdama to detect how many nodes there are. Compare to tyan/s2892. Fixes booting for Hugh. Various white space fixes

[coreboot] [v2] r4871 - in trunk/coreboot-v2: src/arch/i386/boot src/arch/i386/include src/arch/i386/lib src/boot src/devices src/include src/include/cpu/x86 src/include/device src/lib src/pc80 src/so

2009-10-27 Thread svn
Author: myles Date: 2009-10-27 15:29:29 +0100 (Tue, 27 Oct 2009) New Revision: 4871 Modified: trunk/coreboot-v2/src/arch/i386/boot/gdt.c trunk/coreboot-v2/src/arch/i386/boot/tables.c trunk/coreboot-v2/src/arch/i386/include/div64.h trunk/coreboot-v2/src/arch/i386/lib/exception.c

[coreboot] [v2] r4872 - trunk/coreboot-v2/src/cpu/x86/smm

2009-10-27 Thread svn
Author: myles Date: 2009-10-27 16:53:27 +0100 (Tue, 27 Oct 2009) New Revision: 4872 Modified: trunk/coreboot-v2/src/cpu/x86/smm/Makefile.inc Log: Add $(obj) paths for a couple of smm files so they don't end up in the top directory. Signed-off-by: Myles Watson myle...@gmail.com Acked-by:

[coreboot] [v2] r4873 - in trunk/coreboot-v2/src: cpu/amd/mtrr lib

2009-10-27 Thread svn
Author: myles Date: 2009-10-27 17:24:22 +0100 (Tue, 27 Oct 2009) New Revision: 4873 Modified: trunk/coreboot-v2/src/cpu/amd/mtrr/amd_mtrr.c trunk/coreboot-v2/src/lib/cbmem.c Log: Remove redundant declarations. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson

[coreboot] [v2] r4874 - in trunk/coreboot-v2: . src/arch/i386/boot src/arch/i386/lib src/console src/devices src/include/device src/northbridge/intel/i440bx src/southbridge/intel/i82371eb util/romcc u

2009-10-27 Thread svn
Author: uwe Date: 2009-10-27 22:49:33 +0100 (Tue, 27 Oct 2009) New Revision: 4874 Modified: trunk/coreboot-v2/Makefile trunk/coreboot-v2/src/arch/i386/boot/gdt.c trunk/coreboot-v2/src/arch/i386/boot/tables.c trunk/coreboot-v2/src/arch/i386/lib/pci_ops_auto.c

[coreboot] [v2] r4875 - in trunk/coreboot-v2: . src/arch/i386 util/cbfstool util/sconfig

2009-10-27 Thread svn
Author: uwe Date: 2009-10-28 00:14:54 +0100 (Wed, 28 Oct 2009) New Revision: 4875 Modified: trunk/coreboot-v2/Makefile trunk/coreboot-v2/src/arch/i386/Makefile.inc trunk/coreboot-v2/util/cbfstool/Makefile.inc trunk/coreboot-v2/util/sconfig/config.g

[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

[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

[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

[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:

[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] [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

[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

[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] [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

[coreboot] [v2] r4852 - in trunk/coreboot-v2/util/x86emu: . yabel yabel/compat

2009-10-25 Thread svn
Author: stepan Date: 2009-10-25 20:50:47 +0100 (Sun, 25 Oct 2009) New Revision: 4852 Modified: trunk/coreboot-v2/util/x86emu/x86.c trunk/coreboot-v2/util/x86emu/x86_asm.S trunk/coreboot-v2/util/x86emu/x86_interrupts.c trunk/coreboot-v2/util/x86emu/yabel/compat/functions.c

[coreboot] [v2] r4853 - branches/coreboot-v2-newbuild/src/devices

2009-10-25 Thread svn
Author: stepan Date: 2009-10-26 00:47:38 +0100 (Mon, 26 Oct 2009) New Revision: 4853 Modified: branches/coreboot-v2-newbuild/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:

[coreboot] [v2] r4854 - branches/coreboot-v2-newbuild/src/mainboard/intel/eagleheights

2009-10-25 Thread svn
Author: stepan Date: 2009-10-26 00:56:30 +0100 (Mon, 26 Oct 2009) New Revision: 4854 Modified: branches/coreboot-v2-newbuild/src/mainboard/intel/eagleheights/Config.lb branches/coreboot-v2-newbuild/src/mainboard/intel/eagleheights/auto.c Log: Use Intel Core code for eagleheights CAR init,

[coreboot] [v2] r4855 - in branches/coreboot-v2-newbuild/src/cpu/intel: model_6ex model_6fx

2009-10-25 Thread svn
Author: stepan Date: 2009-10-26 01:12:02 +0100 (Mon, 26 Oct 2009) New Revision: 4855 Modified: branches/coreboot-v2-newbuild/src/cpu/intel/model_6ex/cache_as_ram.inc branches/coreboot-v2-newbuild/src/cpu/intel/model_6fx/cache_as_ram.inc Log: intel core and core 2: - small preprocessor fix -

[coreboot] [v2] r4835 - trunk/coreboot-v2/src/northbridge/amd/amdk8

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 14:40:52 +0200 (Sat, 24 Oct 2009) New Revision: 4835 Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/northbridge.c Log: Fix K8 boards high tables on UMA systems (KT690 for example) Thanks to Carl-Daniel for pointing this out with some example code.

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

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 15:02:14 +0200 (Sat, 24 Oct 2009) New Revision: 4836 Modified: trunk/coreboot-v2/src/lib/usbdebug_direct.c Log: Fix USB Debug Device for Intel ICH chipsets The USB EHCI controller reset is not really needed on ICH, and in fact the code bailed out there which

[coreboot] [v2] r4837 - in trunk/coreboot-v2/src: arch/i386/include arch/i386/lib arch/ppc/lib console include/console

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 15:06:04 +0200 (Sat, 24 Oct 2009) New Revision: 4837 Added: trunk/coreboot-v2/src/include/console/vtxprintf.h Modified: trunk/coreboot-v2/src/arch/i386/include/stdint.h trunk/coreboot-v2/src/arch/i386/lib/console.c

[coreboot] [v2] r4838 - trunk/coreboot-v2/src/pc80

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 15:13:37 +0200 (Sat, 24 Oct 2009) New Revision: 4838 Modified: trunk/coreboot-v2/src/pc80/mc146818rtc.c Log: A (hypothetical southbridge) component might provide functionality that is not available on all boards. Thus, only print a debug level warning instead of

[coreboot] [v2] r4839 - trunk/coreboot-v2/src/northbridge/amd/amdk8

2009-10-24 Thread svn
Author: myles Date: 2009-10-24 15:40:55 +0200 (Sat, 24 Oct 2009) New Revision: 4839 Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/northbridge.c Log: Trivial regrouping of a calculation to simplify it. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson

[coreboot] [v2] r4840 - trunk/coreboot-v2/src/cpu/x86/smm

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 19:59:36 +0200 (Sat, 24 Oct 2009) New Revision: 4840 Added: trunk/coreboot-v2/src/cpu/x86/smm/smiutil.c Modified: trunk/coreboot-v2/src/cpu/x86/smm/Config.lb trunk/coreboot-v2/src/cpu/x86/smm/Makefile.inc trunk/coreboot-v2/src/cpu/x86/smm/smihandler.c

[coreboot] [v2] r4841 - trunk/coreboot-v2/src/include

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:02:04 +0200 (Sat, 24 Oct 2009) New Revision: 4841 Removed: trunk/coreboot-v2/src/include/stream/ Log: drop src/include/stream/ as the source files from src/stream were dropped a while ago... Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by:

[coreboot] [v2] r4842 - trunk/coreboot-v2/src/pc80

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:15:07 +0200 (Sat, 24 Oct 2009) New Revision: 4842 Modified: trunk/coreboot-v2/src/pc80/keyboard.c Log: Rework the keyboard driver * use readable macro names rather than numbers. * Factor out some commonly used code Signed-off-by: Stefan Reinauer

[coreboot] [v2] r4843 - trunk/coreboot-v2/src/cpu/intel/speedstep

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:36:51 +0200 (Sat, 24 Oct 2009) New Revision: 4843 Modified: trunk/coreboot-v2/src/cpu/intel/speedstep/acpi.c Log: Some ACPI implementations don't like to see full paths within a scope for CPU power management, so don't add the scope name Signed-off-by:

[coreboot] [v2] r4844 - trunk/coreboot-v2/util/xcompile

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:38:53 +0200 (Sat, 24 Oct 2009) New Revision: 4844 Modified: trunk/coreboot-v2/util/xcompile/xcompile Log: add CPP to xcompile in case we need it (trivial) Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer ste...@coresystems.de

[coreboot] [v2] r4845 - trunk/coreboot-v2/src/cpu

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:46:08 +0200 (Sat, 24 Oct 2009) New Revision: 4845 Removed: trunk/coreboot-v2/src/cpu/ppc/ trunk/coreboot-v2/src/cpu/simple_init/ Log: drop support for various (old) PPC CPUs as per discussion from 9/10/9 Signed-off-by: Stefan Reinauer

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

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:47:43 +0200 (Sat, 24 Oct 2009) New Revision: 4846 Added: trunk/coreboot-v2/src/cpu/x86/Makefile.inc Modified: trunk/coreboot-v2/src/cpu/Makefile.inc Log: hook up missing x86 SMM into Makefile Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by:

[coreboot] [v2] r4847 - trunk/coreboot-v2/src/boot

2009-10-24 Thread svn
Author: stepan Date: 2009-10-24 20:54:46 +0200 (Sat, 24 Oct 2009) New Revision: 4847 Modified: trunk/coreboot-v2/src/boot/selfboot.c Log: removal of that unnecessary include slipped through r4841 Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer

[coreboot] [v2] r4848 - in trunk/coreboot-v2/src/cpu/emulation: . qemu-x86

2009-10-24 Thread svn
Author: uwe Date: 2009-10-24 21:07:05 +0200 (Sat, 24 Oct 2009) New Revision: 4848 Modified: trunk/coreboot-v2/src/cpu/emulation/Makefile.inc trunk/coreboot-v2/src/cpu/emulation/qemu-x86/Makefile.inc Log: Change QEMU CPU Makefile.inc files to match other CPUs. Signed-off-by: Uwe Hermann

[coreboot] [v2] r4849 - in trunk/coreboot-v2/src/mainboard: . amd/dbm690t amd/norwich amd/pistachio amd/rumba artecgroup/dbe61 asus/a8v-e_se asus/mew-vm broadcom/blast dell/s1850 digitallogic/adl855pc

2009-10-24 Thread svn
Author: uwe Date: 2009-10-24 21:17:24 +0200 (Sat, 24 Oct 2009) New Revision: 4849 Removed: trunk/coreboot-v2/src/mainboard/via/vt8454c/reset.c Modified: trunk/coreboot-v2/src/mainboard/Makefile.romccboard.inc trunk/coreboot-v2/src/mainboard/amd/dbm690t/Config.lb

[coreboot] [v2] r4850 - trunk/coreboot-v2/src/cpu

2009-10-24 Thread svn
Author: uwe Date: 2009-10-25 00:42:53 +0200 (Sun, 25 Oct 2009) New Revision: 4850 Modified: trunk/coreboot-v2/src/cpu/Kconfig Log: Fix kconfig build error due to sourceing a non-existant file (trivial). Signed-off-by: Uwe Hermann u...@hermann-uwe.de Acked-by: Uwe Hermann u...@hermann-uwe.de

[coreboot] [v2] r4851 - trunk/coreboot-v2/src/mainboard/intel/xe7501devkit

2009-10-24 Thread svn
Author: uwe Date: 2009-10-25 00:52:33 +0200 (Sun, 25 Oct 2009) New Revision: 4851 Modified: trunk/coreboot-v2/src/mainboard/intel/xe7501devkit/Options.lb Log: Fix intel/xe7501devkit build, missing uses clause. Signed-off-by: Uwe Hermann u...@hermann-uwe.de Acked-by: Uwe Hermann

[coreboot] [v2] r4825 - trunk/coreboot-v2/src/arch/i386

2009-10-23 Thread svn
Author: stuge Date: 2009-10-23 14:14:15 +0200 (Fri, 23 Oct 2009) New Revision: 4825 Modified: trunk/coreboot-v2/src/arch/i386/Makefile.inc Log: VGA BIOS can be added independently of having a payload Signed-off-by: Peter Stuge pe...@stuge.se Acked-by: Peter Stuge pe...@stuge.se Modified:

[coreboot] [v2] r4826 - in trunk/coreboot-v2/src: cpu/amd/car cpu/amd/model_fxx northbridge/amd/amdk8

2009-10-23 Thread svn
Author: myles Date: 2009-10-23 20:19:22 +0200 (Fri, 23 Oct 2009) New Revision: 4826 Modified: trunk/coreboot-v2/src/cpu/amd/car/post_cache_as_ram.c trunk/coreboot-v2/src/cpu/amd/model_fxx/fidvid.c trunk/coreboot-v2/src/cpu/amd/model_fxx/init_cpus.c

[coreboot] [v2] r4827 - in trunk/coreboot-v2/src/cpu: amd/car via/car x86/car

2009-10-23 Thread svn
Author: myles Date: 2009-10-23 20:22:27 +0200 (Fri, 23 Oct 2009) New Revision: 4827 Modified: trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc trunk/coreboot-v2/src/cpu/via/car/cache_as_ram.inc trunk/coreboot-v2/src/cpu/x86/car/cache_as_ram.inc Log: White space and comment fixes for

[coreboot] [v2] r4828 - in trunk/coreboot-v2: src/config src/cpu/ppc/ppc4xx src/include/pc80 src/mainboard/asus/mew-vm src/mainboard/intel/xe7501devkit src/pc80 src/southbridge src/southbridge/intel/i

2009-10-23 Thread svn
Author: stepan Date: 2009-10-23 21:33:52 +0200 (Fri, 23 Oct 2009) New Revision: 4828 Removed: trunk/coreboot-v2/src/include/pc80/ide.h trunk/coreboot-v2/src/pc80/ide/ trunk/coreboot-v2/src/southbridge/via/vt8231/vt8231.h trunk/coreboot-v2/src/southbridge/via/vt8235/vt8235.h

[coreboot] [v2] r4829 - trunk/coreboot-v2/src/cpu/amd/model_fxx

2009-10-23 Thread svn
Author: ruik Date: 2009-10-23 23:57:42 +0200 (Fri, 23 Oct 2009) New Revision: 4829 Modified: trunk/coreboot-v2/src/cpu/amd/model_fxx/model_fxx_init.c trunk/coreboot-v2/src/cpu/amd/model_fxx/processor_name.c Log: New revision guide September 2009 3.46 Lets add some more CPUs. Signed-off-by:

[coreboot] [v2] r4830 - in trunk/coreboot-v2/src: mainboard/amd/serengeti_cheetah mainboard/broadcom/blast mainboard/gigabyte/ga_2761gxdk mainboard/gigabyte/m57sli mainboard/hp/dl145_g3 mainboard/iwil

2009-10-23 Thread svn
Author: myles Date: 2009-10-24 00:53:26 +0200 (Sat, 24 Oct 2009) New Revision: 4830 Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/cache_as_ram_auto.c trunk/coreboot-v2/src/mainboard/broadcom/blast/cache_as_ram_auto.c

[coreboot] [v2] r4831 - trunk/coreboot-v2/src/southbridge

2009-10-23 Thread svn
Author: uwe Date: 2009-10-24 01:30:31 +0200 (Sat, 24 Oct 2009) New Revision: 4831 Modified: trunk/coreboot-v2/src/southbridge/Kconfig trunk/coreboot-v2/src/southbridge/Makefile.inc Log: Remove left-overs from Winbond southbridge removal (trivial). Signed-off-by: Uwe Hermann

[coreboot] [v2] r4832 - in trunk/coreboot-v2: src/arch/i386/include/arch src/arch/i386/lib src/mainboard/amd/serengeti_cheetah src/mainboard/amd/serengeti_cheetah_fam10 src/mainboard/gigabyte/ga_2761g

2009-10-23 Thread svn
Author: stepan Date: 2009-10-24 02:47:07 +0200 (Sat, 24 Oct 2009) New Revision: 4832 Added: trunk/coreboot-v2/src/arch/i386/include/arch/registers.h Modified: trunk/coreboot-v2/src/arch/i386/lib/exception.c trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah/apc_auto.c

[coreboot] [v2] r4833 - trunk/coreboot-v2/src/cpu/x86/smm

2009-10-23 Thread svn
Author: stepan Date: 2009-10-24 05:33:44 +0200 (Sat, 24 Oct 2009) New Revision: 4833 Modified: trunk/coreboot-v2/src/cpu/x86/smm/Makefile.inc Log: First attempt to integrate SMM in Kconfig. Unused code so far Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer

[coreboot] [v2] r4834 - in trunk/coreboot-v2/src/southbridge/intel: i82801gx i82801xx

2009-10-23 Thread svn
Author: stepan Date: 2009-10-24 05:55:24 +0200 (Sat, 24 Oct 2009) New Revision: 4834 Modified: trunk/coreboot-v2/src/southbridge/intel/i82801gx/Makefile.inc trunk/coreboot-v2/src/southbridge/intel/i82801xx/Makefile.inc Log: s/object-y/obj-y/ in two southbridges, since otherwise kbuild will

[coreboot] [v2] r4823 - trunk/coreboot-v2/src/cpu/amd/model_lx

2009-10-22 Thread svn
Author: stepan Date: 2009-10-22 18:59:33 +0200 (Thu, 22 Oct 2009) New Revision: 4823 Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c Log: trivial: add note that VSA blob belongs into CBFS. Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer

[coreboot] [v2] r4824 - trunk/coreboot-v2/src/southbridge/ricoh/rl5c476

2009-10-22 Thread svn
Author: stepan Date: 2009-10-22 19:02:44 +0200 (Thu, 22 Oct 2009) New Revision: 4824 Modified: trunk/coreboot-v2/src/southbridge/ricoh/rl5c476/rl5c476.c Log: minimal whitespace fix (trivial) Signed-off-by: Stefan Reinauer ste...@coresystems.de Acked-by: Stefan Reinauer ste...@coresystems.de

[coreboot] [v2] r4822 - in trunk/coreboot-v2: src/mainboard/technexion/tim5690 targets/technexion/tim5690

2009-10-21 Thread svn
Author: hailfinger Date: 2009-10-22 04:54:25 +0200 (Thu, 22 Oct 2009) New Revision: 4822 Modified: trunk/coreboot-v2/src/mainboard/technexion/tim5690/mainboard.c trunk/coreboot-v2/targets/technexion/tim5690/Config.lb Log: The LAN chip-set on the Technexion TIM-5690 is enabled by hardware

[coreboot] [v2] r4814 - trunk/coreboot-v2/src/superio/ite

2009-10-20 Thread svn
Author: myles Date: 2009-10-20 15:40:30 +0200 (Tue, 20 Oct 2009) New Revision: 4814 Modified: trunk/coreboot-v2/src/superio/ite/Kconfig Log: Correct typo. Thanks to Mark Marshall for spotting it. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com

[coreboot] [v2] r4815 - in trunk/coreboot-v2/src/mainboard: amd/db800 amd/dbm690t amd/norwich amd/pistachio amd/serengeti_cheetah amd/serengeti_cheetah_fam10 artecgroup/dbe61 broadcom/blast dell/s1850

2009-10-20 Thread svn
Author: uwe Date: 2009-10-20 15:55:35 +0200 (Tue, 20 Oct 2009) New Revision: 4815 Modified: trunk/coreboot-v2/src/mainboard/amd/db800/Kconfig trunk/coreboot-v2/src/mainboard/amd/dbm690t/Kconfig trunk/coreboot-v2/src/mainboard/amd/norwich/Kconfig

[coreboot] [v2] r4816 - in trunk/coreboot-v2/src: . mainboard/amd/dbm690t mainboard/amd/pistachio mainboard/amd/serengeti_cheetah mainboard/amd/serengeti_cheetah_fam10 mainboard/arima/hdama mainboard/

2009-10-20 Thread svn
Author: myles Date: 2009-10-20 18:10:04 +0200 (Tue, 20 Oct 2009) New Revision: 4816 Modified: trunk/coreboot-v2/src/Kconfig trunk/coreboot-v2/src/mainboard/amd/dbm690t/Kconfig trunk/coreboot-v2/src/mainboard/amd/pistachio/Kconfig

[coreboot] [v2] r4817 - in trunk/coreboot-v2/src: include/pc80 southbridge/via/k8t890

2009-10-20 Thread svn
Author: myles Date: 2009-10-20 18:24:23 +0200 (Tue, 20 Oct 2009) New Revision: 4817 Modified: trunk/coreboot-v2/src/include/pc80/vga.h trunk/coreboot-v2/src/southbridge/via/k8t890/k8m890_chrome.c Log: Fix #if CONFIG_VGA==1 - #if CONFIG_VGA. (forgotten in last check in.) Signed-off-by:

[coreboot] [v2] r4818 - trunk/coreboot-v2/src/northbridge/amd/amdk8

2009-10-20 Thread svn
Author: myles Date: 2009-10-20 19:13:28 +0200 (Tue, 20 Oct 2009) New Revision: 4818 Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/northbridge.c Log: When I converted an #ifdef to an #if it broke the code because the variable was always defined, but not 1. This commit reverts to the

[coreboot] [v2] r4819 - trunk/coreboot-v2/src/mainboard/arima/hdama

2009-10-20 Thread svn
Author: myles Date: 2009-10-20 20:11:06 +0200 (Tue, 20 Oct 2009) New Revision: 4819 Modified: trunk/coreboot-v2/src/mainboard/arima/hdama/Kconfig Log: Minimize differences between newconfig and Kconfig for arima/hdama. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson

[coreboot] [v2] r4820 - in trunk/coreboot-v2: src/mainboard/hp src/mainboard/hp/e_vectra_p2706t targets/hp targets/hp/e_vectra_p2706t

2009-10-20 Thread svn
Author: uwe Date: 2009-10-21 00:36:34 +0200 (Wed, 21 Oct 2009) New Revision: 4820 Added: trunk/coreboot-v2/src/mainboard/hp/e_vectra_p2706t/ trunk/coreboot-v2/src/mainboard/hp/e_vectra_p2706t/Config.lb trunk/coreboot-v2/src/mainboard/hp/e_vectra_p2706t/Kconfig

[coreboot] [v2] r4821 - in trunk/coreboot-v2: src/mainboard/hp/e_vectra_p2706t targets/hp/e_vectra_p2706t

2009-10-20 Thread svn
Author: uwe Date: 2009-10-21 02:35:42 +0200 (Wed, 21 Oct 2009) New Revision: 4821 Modified: trunk/coreboot-v2/src/mainboard/hp/e_vectra_p2706t/Options.lb trunk/coreboot-v2/targets/hp/e_vectra_p2706t/Config.lb Log: Add CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make VGA init work. Also add

[coreboot] [v2] r4809 - in trunk/coreboot-v2/src: arch/i386/boot config cpu/x86/mtrr mainboard/gigabyte/m57sli northbridge/amd/amdk8 northbridge/intel/i82810 northbridge/via/cx700 southbridge/via/vt82

2009-10-19 Thread svn
Author: myles Date: 2009-10-19 18:21:30 +0200 (Mon, 19 Oct 2009) New Revision: 4809 Modified: trunk/coreboot-v2/src/arch/i386/boot/coreboot_table.c trunk/coreboot-v2/src/config/Options.lb trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c

<    1   2   3   4   5   6   7   8   9   10   >