Please check it, I will check that in this weekend
YH
src/arch/i386/boot/acpi.c | 103 + src/arch/i386/include/arch/acpi.h | 100 + src/config/Options.lb | 6 src/include/device/path.h | 2 src/mainboard/amd/serengeti_leopard/Config.lb | 345 ++++++ src/mainboard/amd/serengeti_leopard/Options.lb | 252 ++++ src/mainboard/amd/serengeti_leopard/acpi_tables.c | 355 ++++++ src/mainboard/amd/serengeti_leopard/auto.c | 360 ++++++ src/mainboard/amd/serengeti_leopard/cache_as_ram_auto.c | 579 +++++++++++ src/mainboard/amd/serengeti_leopard/chip.h | 6 src/mainboard/amd/serengeti_leopard/cmos.layout | 98 + src/mainboard/amd/serengeti_leopard/dsdt.c | 837 ++++++++++++++++ src/mainboard/amd/serengeti_leopard/dx/amd8111.asl | 204 +++ src/mainboard/amd/serengeti_leopard/dx/amd8111_isa.asl | 208 +++ src/mainboard/amd/serengeti_leopard/dx/amd8111_pic.asl | 392 +++++++ src/mainboard/amd/serengeti_leopard/dx/amd8131.asl | 142 ++ src/mainboard/amd/serengeti_leopard/dx/amd8151.asl | 61 + src/mainboard/amd/serengeti_leopard/dx/amdk8_util.asl | 338 ++++++ src/mainboard/amd/serengeti_leopard/dx/dsdt_lb.dsl | 305 +++++ src/mainboard/amd/serengeti_leopard/dx/pci1_hc.asl | 38 src/mainboard/amd/serengeti_leopard/dx/pci2.asl | 100 + src/mainboard/amd/serengeti_leopard/dx/pci2_hc.asl | 37 src/mainboard/amd/serengeti_leopard/dx/superio.asl | 37 src/mainboard/amd/serengeti_leopard/fadt.c | 185 +++ src/mainboard/amd/serengeti_leopard/failover.c | 126 ++ src/mainboard/amd/serengeti_leopard/get_bus_conf.c | 167 +++ src/mainboard/amd/serengeti_leopard/irq_tables.c | 163 +++ src/mainboard/amd/serengeti_leopard/mainboard.c | 48 src/mainboard/amd/serengeti_leopard/mptable.c | 183 +++ src/mainboard/amd/serengeti_leopard/readme_acpi.txt | 65 + src/mainboard/amd/serengeti_leopard/reset.c | 6 src/mainboard/amd/serengeti_leopard/resourcemap.c | 265 +++++ src/mainboard/amd/serengeti_leopard/ssdt.c | 81 + src/mainboard/amd/serengeti_leopard/ssdt2.c | 99 + src/mainboard/amd/serengeti_leopard/ssdt_lb_x.dsl | 99 + src/northbridge/amd/amdk8/Config.lb | 8 src/northbridge/amd/amdk8/amdk8_acpi.c | 180 +++ src/northbridge/amd/amdk8/get_sblk_pci1234.c | 214 ++++ src/northbridge/amd/amdk8/northbridge.c | 15 src/southbridge/amd/amd8111/amd8111_acpi.c | 10 src/southbridge/amd/amd8132/Config.lb | 1 src/southbridge/amd/amd8132/amd8132_bridge.c | 457 ++++++++ targets/amd/serengeti_leopard/Config.lb | 63 + targets/amd/serengeti_leopard/VERSION | 1 44 files changed, 7328 insertions(+), 13 deletions(-)
* Lu, Yinghai yinghai.lu@amd.com [051007 20:42]:
Please check it, I will check that in this weekend
YH
This is pretty large! So only a quick glimpse right now.
src/mainboard/amd/serengeti_leopard/dx/amd8111.asl src/mainboard/amd/serengeti_leopard/dx/amd8111_isa.asl src/mainboard/amd/serengeti_leopard/dx/amd8111_pic.asl src/mainboard/amd/serengeti_leopard/dx/amd8131.asl src/mainboard/amd/serengeti_leopard/dx/amd8151.asl
Could those be moved to the according bridge directories so that they can be used by other mainboards as well, once support is far enough there?
Stefan
* Lu, Yinghai yinghai.lu@amd.com [051007 20:42]:
Please check it, I will check that in this weekend
YH
Copyright 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved. This software and any related documentation (the "Materials") are the confidential proprietary information of AMD. Unless otherwise provided in a software agreement specifically licensing the Materials, the Materials are provided in confidence and may not be distributed, modified, or reproduced in whole or in part by any means.
Except the first line, I am not sure if we want these claims in the tree. First, a lot of files have been there before and so it should say "Parts of this software" instead of "This software".
Though "the Materials" are licensed GPL, the sentence "may not be distributed, modified, or reproduced" sounds really scary to me.
I believe this means nothing bad here, but then what is it good for?
(I am not a lawyer)
Stefan
On Fri, 2005-10-07 at 20:57 +0200, Stefan Reinauer wrote:
- Lu, Yinghai yinghai.lu@amd.com [051007 20:42]:
Please check it, I will check that in this weekend
YH
Copyright 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved. This software and any related documentation (the "Materials") are the confidential proprietary information of AMD. Unless otherwise provided in a software agreement specifically licensing the Materials, the Materials are provided in confidence and may not be distributed, modified, or reproduced in whole or in part by any means.
Except the first line, I am not sure if we want these claims in the tree. First, a lot of files have been there before and so it should say "Parts of this software" instead of "This software".
Though "the Materials" are licensed GPL, the sentence "may not be distributed, modified, or reproduced" sounds really scary to me.
I believe this means nothing bad here, but then what is it good for?
(I am not a lawyer)
Stefan
I thought the license term only apply to the microcode itself? Do you have to add this AMD license into every file you have touched?
On Fri, 2005-10-07 at 11:42 -0700, Lu, Yinghai wrote:
Please check it, I will check that in this weekend
BTW, did you generate these diff with the latest SVN version? I got a lot of "wanrnings".
Hold on! I don't think you've checked this in, I hope not.
We are going to meet wed/thurs to coordinate your patches and the LNXI "jumbo patch"
ron
I didn't check that in. because Stefan is concerned the legal license problem. YH
On 10/10/05, Ronald G Minnich rminnich@lanl.gov wrote:
Hold on! I don't think you've checked this in, I hope not.
We are going to meet wed/thurs to coordinate your patches and the LNXI "jumbo patch"
ron
-- LinuxBIOS mailing list LinuxBIOS@openbios.org http://www.openbios.org/mailman/listinfo/linuxbios