problem receiving udp broadcasts

2011-07-13 Thread Pieter
? thanks pieter -- VASTech PTY (LTD) 021 880 9807 ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: Soved problem receiving udp broadcasts

2011-07-13 Thread Pieter
Hi The problem was that "reverse-path filtering" was enabled. after disabling reverse-path filtering I could receive broadcasts as expected. As a side note - interface does not need to be in promiscuous mode cheers pieter On 13/07/

defining platform_devices in DTS

2009-02-25 Thread Pieter
is the platform_device definition and my interpretation of how it should look in the device tree. Am I on the right track? thanks pieter platform_device definition: { .name = bio, .id = 0, .dev.platform_data = NULL, .num_resources = 2, .resource = (struct resource

Custom kernel driver for MPC8548

2009-02-23 Thread Pieter
are no longer available using the powerpc architecture. Can someone please guide me as to where to look for the appropriate contents? In particular: asm-ppc/io.h asm-ppc/mpc85xx.h asm-ppc/immap_85xx.h thanks Pieter smime.p7s Description: S/MIME Cryptographic Signature

Re: [MPC8272ADS]Problem adding flash partitions inside the device tree

2009-02-12 Thread Pieter
= factory-image; reg = 0x 0x0100; }; /* 0xf900 */ partit...@0x0100 { label = app-image-1; reg = 0x0100 0x0100; }; cheers pieter smime.p7s Description: S/MIME

Need help with kernel config to set MTD partitions

2009-02-11 Thread Pieter
=m Mapping drivers for chip access # #CONFIG_MTD_COMPLEX_MAPPINGS=y #CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_OF=y # CONFIG_MTD_PCI is not set # CONFIG_MTD_INTEL_VR_NOR is not set #CONFIG_MTD_PLATRAM=m thanks pieter smime.p7s Description: S/MIME Cryptographic Signature

Need help creating Device tree source for custom MPC8548 board

2009-01-26 Thread Pieter
{ #address-cells = 2; #size-cells = 1; compatible = simple-bus; reg = 0xe000 0x5000; interrupt-parent = mpic; }; }; thanks pieter ___ Linuxppc-dev mailing list Linuxppc-dev

Re: Need help creating Device tree source for custom MPC8548 board

2009-01-26 Thread Pieter
Wolfgang Grandegger wrote: Pieter wrote: Hi all I have inherited a cusom MPC 8548 board and am currently in the processes of porting to U-Boot 2008 and Linux 2.6.27. The board worked using U-boot 1.2 and linux 2.6.24 not using FDT. I have completed the U-boot source and am able

Re: Trouble moving custom MPC8548 board to U-boot 1.3

2009-01-09 Thread Pieter
/mpc8xxx/ddr/util.c and should not need changing, the base adders is correct, as is the law_bar_target_id. Could you pl suggest some other things i should should look at. thanks pieter smime.p7s Description: S/MIME Cryptographic Signature ___ Linuxppc

Re: Trouble moving custom MPC8548 board to U-boot 1.3

2009-01-09 Thread Pieter
Hi all, I have spent quite some time trying to move from U-Boot 1.2 to a newer version.. I am stuck at the initialization of the ram. The ram checksum fails and gives me a total memory of 0. (the board has 512MB and work when booting uboot 1.2) can anyone pls. point me in the right

Trouble moving custom MPC8548 board to U-boot 1.3

2009-01-06 Thread Pieter
CONFIG_DIMM_SLOTS_PER_CTLR1 #define CONFIG_CHIP_SELECTS_PER_CTRL2 thanks pieter ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev