original_kernel/arch/mips/bcm63xx
Jonas Gorski ce8f0d0607 MIPS: BCM63XX: fix nvram checksum calculation
The current checksum calculation code does nothing except checking that
the first byte of nvram is 0 without actually checking the checksum.

Implement the correct checksum calculation by calculating the crc32 with
the checksum field set to 0.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4540
2012-12-12 18:57:49 +01:00
..
boards MIPS: BCM63XX: move nvram functions into their own file 2012-11-09 11:37:18 +01:00
Kconfig
Makefile MIPS: BCM63XX: move nvram functions into their own file 2012-11-09 11:37:18 +01:00
Platform
clk.c MIPS: BCM63XX: use the new reset helper 2012-11-09 11:37:18 +01:00
cpu.c
cs.c
dev-dsp.c
dev-enet.c
dev-flash.c
dev-pcmcia.c
dev-rng.c
dev-spi.c
dev-uart.c
dev-usb-usbd.c
dev-wdt.c
early_printk.c
gpio.c
irq.c
nvram.c MIPS: BCM63XX: fix nvram checksum calculation 2012-12-12 18:57:49 +01:00
prom.c
reset.c
setup.c
timer.c