summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net
AgeCommit message (Collapse)Author
2013-01-25cleo/uboot: move spid_img_desc.h to the root of include dir, refs #3677Jérémy Dufour
In order to prepare a common gitignore for the "include/asm/arch" directories, it is easier if they look the same. On top of that, spid_img_desc.h should be stored at the base of the include directory, like in other project (polux, cleopatre/linux).
2012-11-21cleo/uboot: add support for SPC200C archi in spidupdate MME, refs #3452Jérémy Dufour
2012-11-21cleo/uboot: use new spidcom image descriptor in spid{boot,update}, refs #3452Jérémy Dufour
This commit uses the new spidcom image descriptor format. It also adds support for the SPC200C (arch, version). It also adds a sanity check in spidboot to return an error if the image is invalid (rather than ignoring it).
2012-09-20{cleo, common}: change eth prefix in NVRAM fields into eth1, refs #2961Cyril Jourdan
2012-09-20{cleo, common}: rename spc300_nvram into spidcom_nvram, refs #3119Cyril Jourdan
This is done to use common NVRAM structure and variable names with polux.
2012-09-20{cleo/u-boot, common}: use every file in common/include/asm/arch, refs #3119Cyril Jourdan
2010-09-02cleo/u-boot/net: copy current_version and wanted_version in appropriate ↵Celine Buret
cases, closes #1668
2010-06-10cleo/u-boot: print version string of each image on each boot, closes #1599save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7185 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-25cleo/u-boot/spidupd: copy and compare for version are with mem in spite of strsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7132 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-19cleo/u-boot.spidupd: check same version only with running one, closes #1479save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7116 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-19cleo/u-boot/spidupd: check md5 of downloaded image without header, closes #1546save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7115 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-18cleo/u-boot/spiupd: add a check of version after image download, closes #1545save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7111 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-17cleo/u-boot/spidupd: drop packet with wrong dest, correct MAC cnf, closes #1536save
Now, we only accept messages with the following MAC address : - FF:FF:FF:FF:FF:FF - our Eth MAC address - our PLC MAC address the response will have as source address : - Eth for broadcast and Eth request - PLC for PLC request git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7106 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot/spidupd: return bad_version if start_req.version=\0save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7003 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: start transfer with block equal to zerosave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7001 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: add a protocol version number in START message, closes #1497save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6999 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: END.CNF is sent before flashing, closes #1477save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6998 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot/spidupd: add a VS_UPDATE_END.IND message management, closes #1463save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6997 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot/spidupd: update index in case of same version, closes #1479save
If we want to update a version already present in flash, u-boot simply update the index of this version to be sure that it will be selected during the next start process. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6996 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot/spidupd: change fsm mechanism, closes #1469save
Fsm state has no impact on message response. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6995 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: change MS_UPDATE (0x8000) into VS_UPDATE (0xA064)save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6993 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: type and arch size are on 4 bytes according to specs, closes #1459save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6992 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: add OUI filed on MME messages, closes #1468save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6991 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/spidupd: add the FMI MME field on SPIDUPD messages, closes #1471save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6990 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot: change PROT_SPIDUPD into PROT_HPAVsave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6989 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/{u-boot,tools}/spidupd: change mmv field from 100 to 1, closes #1467save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6987 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-06cleo/u-boot/spidupd: implement img_max_size NVRAM field, refs #711save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6985 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-02cleo/u-boot/spidupd: Suppress Timeout refresh on each RX framesave
Timeout was reset each time we received a MME frame even if it wasn't an update mmtype. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6867 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/u-boot: update MME type for spidupdate protocol, closes #345save
- these MME are manufacturer MME so we transform all define and structure names to MS, - these manufacturer MME, according to MME_specs has an offset 0x8000 in spite of 0xA300. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6244 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-08[CLEO][U-BOOT] Removed UPD_IMG_RAM_ADDR macro, not needed anymore because we ↵draskovic
are using global symbol defined in linker script to find free RAM space after u-boot image .bss section. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6023 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-08[CLEO][U-BOOT] Corrected procedure to use free space after u-boot image, ↵draskovic
and not dangerous address 0x4010000 (because of stack collision). Corrected bug in image flash addres selection for JTAG loaded (origin) images. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6022 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-06[CLEO][U-BOOT] Added eth_halt() in the case of timeout, in order to close ↵draskovic
eth link and re-enable data cache that has been potentially stopped by eth_init(). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5958 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-11[CLEO][U-BOOT]Tested and corrected image detection for image 0draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5214 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-28[CLEO][U-BOOT]Reorganized NVRAM management filessave
- Put genNVRAM under BASE/tools directory - Suppressed mknvram directory - Changed spc300_nvram.h to nvram.h - Merged nvram.h linux with u-boot one git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5103 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-27[CLEO][U-BOOT]SpidUpdate revue :save
- NVRAM detection - Images selection with NVRAM parameters git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5083 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-16[CLEO][U-BOOT]Suppressed warning during compilation + Changed configs of Malikasave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4998 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-06-24[CLEO][U-BOOT]Added licence header for each SPiDCOM file and Suppressed ↵save
unuse spaces for net part git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4840 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-06-16[CLEO][U-BOOT]Corrected confusing printing errors left from the previous ↵draskovic
version. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4799 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-19[CLEO][U-BOOT] Corrected errors in update test applicationdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4677 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-18[CLEO][U-BOOT] spidupd and spidboot corrections.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4670 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-15[CLEO][U-BOOT]Implemeted erase function in spidupd.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4666 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-15[CLEO] spidboot and spidupd corrections.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4662 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-14[CLEO][U-BOOT] Change spidboot to call do_spidupd. Changed spidup to handle ↵draskovic
dual boot. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4654 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-25[CLEO][U-BOOT]Corrected bugs in SPIDUPD and small optimization of SPI Flashdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4302 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-17[CLEO][U-BOOT]SPIDUPD update protocol implementationdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4241 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-11[CLEO][U-BOOT]SPIDUPD bug corection and client implementationdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4200 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-10[CLEO][U-BOOT]SPIDUPD image update protocol implementation and test appdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4198 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-06[CLEO][U-BOOT]SPIDUPD image update protocol implementationdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4175 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-28- some cleanup again for bad imported files (I forgot to do a mrproper)lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2667 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-25- u-boot for arizona boardlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2663 017c9cb6-072f-447c-8318-d5b54f68fe89