# This is a BitKeeper generated patch for the following project: # Project Name: Linux 2.4 # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.136 -> 1.137 # arch/ppc/configs/sandpoint_defconfig 1.1 -> 1.2 # arch/ppc/kernel/sandpoint_setup.c 1.2 -> 1.3 # arch/ppc/kernel/sandpoint_pci.c 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 01/06/07 trini@opus.bloom.county 1.137 # Update Motorola Sandpoint. # -------------------------------------------- # diff -Nru a/arch/ppc/configs/sandpoint_defconfig b/arch/ppc/configs/sandpoint_defconfig --- a/arch/ppc/configs/sandpoint_defconfig Thu Jun 7 12:28:04 2001 +++ b/arch/ppc/configs/sandpoint_defconfig Thu Jun 7 12:28:04 2001 @@ -39,9 +39,11 @@ # CONFIG_K2 is not set # CONFIG_GEMINI is not set # CONFIG_ZX4500 is not set +# CONFIG_MPC10X_STORE_GATHERING is not set # CONFIG_PPC601_SYNC_FIX is not set # CONFIG_SMP is not set CONFIG_ALTIVEC=y +# CONFIG_TAU is not set # # General setup @@ -123,6 +125,7 @@ # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y +# CONFIG_IP_PNP_DHCP is not set CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set @@ -284,6 +287,7 @@ CONFIG_EEPRO100=y # CONFIG_EEPRO100_PM is not set # CONFIG_LNE390 is not set +# CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NE3210 is not set @@ -450,6 +454,7 @@ CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set # CONFIG_MINIX_FS is not set +# CONFIG_VXFS_FS is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_HPFS_FS is not set diff -Nru a/arch/ppc/kernel/sandpoint_pci.c b/arch/ppc/kernel/sandpoint_pci.c --- a/arch/ppc/kernel/sandpoint_pci.c Thu Jun 7 12:28:04 2001 +++ b/arch/ppc/kernel/sandpoint_pci.c Thu Jun 7 12:28:04 2001 @@ -139,6 +139,8 @@ MPC10X_MEM_MAP_B, MPC10X_MEM_MAP_B, MPC10X_MAPB_EUMB_BASE) == 0) { + + hose->mem_resources[0].end = 0xffffffff; /* Do early winbond init, then scan PCI bus */ sandpoint_setup_winbond_83553(hose); diff -Nru a/arch/ppc/kernel/sandpoint_setup.c b/arch/ppc/kernel/sandpoint_setup.c --- a/arch/ppc/kernel/sandpoint_setup.c Thu Jun 7 12:28:04 2001 +++ b/arch/ppc/kernel/sandpoint_setup.c Thu Jun 7 12:28:04 2001 @@ -126,15 +126,9 @@ /* 20: EPIC IRQ 4: Not used */ }; - -extern char cmd_line[]; - static void __init sandpoint_setup_arch(void) { - extern char cmd_line[]; - - loops_per_jiffy = 100000000 / HZ; #ifdef CONFIG_BLK_DEV_INITRD @@ -151,7 +145,6 @@ /* Lookup PCI host bridges */ sandpoint_find_bridges(); - printk("Boot arguments: %s\n", cmd_line); printk("Motorola SPS Sandpoint Test Platform\n"); printk("Sandpoint port (C) 2000, 2001 MontaVista Software, Inc. (source@mvista.com)\n"); @@ -160,8 +153,6 @@ #elif defined(CONIFG_DUMMY_CONSOLE) conswitchp = &dummy_con; #endif - - return; } #define SANDPOINT_87308_CFG_ADDR 0x15c