summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6
AgeCommit message (Expand)Author
2010-05-18cleo/u-boot/spiupd: add a check of version after image download, closes #1545save
2010-05-17cleo/u-boot/spidupd: drop packet with wrong dest, correct MAC cnf, closes #1536save
2010-05-06cleo/u-boot/spidupd: return bad_version if start_req.version=\0save
2010-05-06cleo/u-boot: force unprotect during init for atmel flashs (on SCR310)save
2010-05-06cleo/spidupd: start transfer with block equal to zerosave
2010-05-06cleo/spidupd: add a protocol version number in START message, closes #1497save
2010-05-06cleo/spidupd: END.CNF is sent before flashing, closes #1477save
2010-05-06cleo/u-boot/spidupd: add a VS_UPDATE_END.IND message management, closes #1463save
2010-05-06cleo/u-boot/spidupd: update index in case of same version, closes #1479save
2010-05-06cleo/u-boot/spidupd: change fsm mechanism, closes #1469save
2010-05-06cleo/spidupd: change MS_UPDATE (0x8000) into VS_UPDATE (0xA064)save
2010-05-06cleo/spidupd: type and arch size are on 4 bytes according to specs, closes #1459save
2010-05-06cleo/spidupd: add OUI filed on MME messages, closes #1468save
2010-05-06cleo/spidupd: add the FMI MME field on SPIDUPD messages, closes #1471save
2010-05-06cleo/u-boot: change PROT_SPIDUPD into PROT_HPAVsave
2010-05-06cleo/{u-boot,tools}/spidupd: change mmv field from 100 to 1, closes #1467save
2010-05-06cleo/u-boot/spidupd: implement img_max_size NVRAM field, refs #711save
2010-05-06cleo/u-boot/spidboot: implement img_max_size NVRAM field on spidboot commandsave
2010-05-06cleo: add a field on nvram for image max sizesave
2010-05-06cleo/u-boot: force PHY reset for 10ms after Eth clock enable, closes #1248save
2010-05-06cleo/u-boot: don't check Auto-Neg capability for Link Partner, closes #1541save
2010-04-02cleo/u-boot: select automatically sdk300 board at first compile, closes #1249lefranc
2010-04-02cleo/u-boot/spidupd: Suppress Timeout refresh on each RX framesave
2010-03-18cleo/u-boot: correct argument mistake on eth driver phy get id, closes #1309save
2010-03-02cleo/u-boot/net: Implement IP175 PHY management, closes #1309save
2010-02-19cleo/u-boot: change and auto-config to sdk300, closes #1249lefranc
2010-02-18cleo/u-boot: add print msg of PHY address, closes #1257lefranc
2010-02-11cleo/u-boot: find if switch is an IP175C or IP175D, refs #1238lefranc
2010-02-11cleo/u-boot: return phy address = 0 if NVRAM has wrong valuelefranc
2010-02-05cleo/{u-boot,kernel}: Fix hardware bug on phy connectionssave
2010-01-14cleo/u-boot: do not go to prompt if first char is a break, closes #1067lefranc
2010-01-07cleo/u-boot: Corrected timer prescaler calculation, closes #1050save
2009-10-30u-boot: add protect command to SPI flashlefranc
2009-10-30cleo/u-boot: activate spidboot command as default boot onesave
2009-10-30cleo/u-boot: correction for scr310 flash managementsave
2009-10-29cleo/u-boot: use macro to access to nvram structure, refs #420save
2009-10-28cleo/u-boot/test/spidupd: move spidupd tests to tools/spidupdsave
2009-10-28cleo/u-boot: update MME type for spidupdate protocol, closes #345save
2009-10-28cleo/u-boot: implement watchdog, closes #592save
2009-10-16[CLEO][U-BOOT] Chenged hardcoded image name to be passed as a parameter.draskovic
2009-10-16[CLEO][U-BOOT] Changed image valididty test code to write flag not_valid into...draskovic
2009-10-15cleo/u-boot: add .gitignore file to remove untracked u-boot files in statuslefranc
2009-10-12cleo/u-boot: add reset managementsave
2009-10-08[CLEO][U-BOOT] Removed UPD_IMG_RAM_ADDR macro, not needed anymore because we ...draskovic
2009-10-08[CLEO][U-BOOT] Corrected procedure to use free space after u-boot image, and...draskovic
2009-10-08[CLEO][U-BOOT] Corrected check for writeable region that prevented changing 1...draskovic
2009-10-08[CLEO][U-BOOT] Rewrote MMU enable function in order to use last MB of SDRAM f...draskovic
2009-10-08[CLEO][U-BOOT] Removed static keyword from get_sdram_size() in order to use i...draskovic
2009-10-08[CLEO][U-BOOT] Added explanation of U-Boot mem map for spc300.draskovic
2009-10-08[CLEO][U-BOOT] Resolved worning for potentially unitnitiazlized var.draskovic