summaryrefslogtreecommitdiff
path: root/common/tools
AgeCommit message (Collapse)Author
2013-10-01common/tools/genNVRAM: add MPR520e nvram default configuration, refs #4209Fisher Cheng
2013-07-02common/tools/mksimage: use memcpy to write md5sum in header, closes #4073Olivier Dufour
2013-04-05common/tools/genNVRAM: provide the board type to nvram_range.pl, closes #3890Nélio Laranjeiro
2013-04-05common/tools/genNVRAM: rename ethernet field in nvram_range.pl, closes #3889Nélio Laranjeiro
2013-03-21common/tools/genNVRAM: disable eth2 on mcr510 boards, closes #3879Olivier Dufour
2013-03-21common/tools/genNVRAM: use 2 images on msk500 boards, refs #3879Olivier Dufour
2013-03-19{cleo,polux}: move bundle_delivery into common/tools, closes #3863Jean-Philippe SAVE
2013-02-11common/tools/flashfs: add autoswitch flashfs, refs #3745Olivier Dufour
2013-02-11common/tools/flashfs: add polux flashfs management, refs #3745Olivier Dufour
2013-02-11common/tools/flashfs: use generic rule to build flashfs, refs #3745Olivier Dufour
This step prepares the support of polux flashfs.
2013-02-11common/tools/flashfs: refactor Makefile, refs #3745Olivier Dufour
- use -delete in find command to remove NOPRUNE files - remove empty lines - remove useless rule - add -U option to force root ownership on the files
2013-02-11common/tools/flashfs: create root directory from cleopatre, refs #3745Olivier Dufour
2013-02-06common/tools/genNVRAM: update config file to manage 2nd eth, closes #3740Jean-Philippe SAVE
After modifications on genNVRAM parameters to support mse500 boards, several spc300 boards were forgotten. Parameters were updated to support the second Ethernet port.
2013-02-05common/tools/genNVRAM: remove 500-200 specific config, refs #3694Cyril Jourdan
2013-01-30{common,polux}: do not use pointers in NVRAM structure, closes #3709Jérémy Dufour
Pointer size differs between 32 and 64 bits architecture. Building an NVRAM using genNVRAM built with a 64 bits PC generates a non compatible NVRAM for the boards. Removing the pointers make the NVRAM architecture independent.
2013-01-30common/tools/genNVRAM: use the same mechanism to read arguments, refs #3709Jérémy Dufour
Other functions to get the image offset use the strtoul function rather atoi. Also changes indentation to match the other functions.
2013-01-30common/tools/genNVRAM: fix compilation warning, refs #3709Jérémy Dufour
This commit also add the "-Wall" CFLAGS to show warning.
2013-01-25common/tools/mksimage: write clocks speed in header, refs #1325Olivier Dufour
2013-01-25common/tools/genNVRAM: add a message for unrecognized option in conf file, ↵Thierry Carré
closes #3678
2013-01-18common/tools/genNVRAM: add MPR520 nvram default configuration, refs #3636Olivier Dufour
New iomux configuration is added to genNVRAM, without ethernet 2 and with ARM GPIO 4-7.
2012-12-21common/{tools,inc}: add pm support in NVRAM, refs #2633Olivier Dufour
2012-12-21common/tools/genNVRAM: support miu config on 4 layouts boards, closes #3623Tom Yang
support Hynix-H5PS5162GFR-S6C and Nanya-NT5U32M16DG-AC
2012-12-11{common/tools/genNVRAM,polux/linux}: support 2 images in 500-200, closes #3545Jérémy Dufour
On MSK500-DDR{1,2}, the flash is big enough to accept two Linux images with a master (all variant).
2012-11-22common/tools/genNVRAM: support 2 images for mcr510 boards, refs #3532Jean-Philippe SAVE
2012-11-22common/tools/genNVRAM: port boards and config from eoc-drv branch, closes #3532Jean-Philippe SAVE
2012-11-21common/tools/mksimage: fill common header, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: generate 200 and 300 image descriptor, refs #3452Jérémy Dufour
mksimage is now able to generate image descriptor for 200 or 300 boards.
2012-11-21common/tools/mksimage: fill image desc after parsing option, refs #3452Jérémy Dufour
This will be useful for future commits: mksimage will be able to fill two different image desc, but we won't know which it is until all option has been parsed.
2012-11-21common/tools/mksimage: describe all options in help message, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: abort for unknown return code, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: correct error and help handling, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: do not print help message on stderr, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: getopt_long returns -1 when finished, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: last entry of options table must be 0, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: remove unused options, refs #3452Jérémy Dufour
2012-11-21common: move spid_img_desc.h to common/include, refs #3452Jérémy Dufour
spid_img_desc.h header is used by the kernel and other applications: it is more suitable to have it in common include directory.
2012-11-21{common, cleo/linux/scripts}: move mksimage from linux to common, refs #3452Jérémy Dufour
In order to have a common mksimage between SPC300 and MSE500-200, we move mksimage to common and replace it by a symbolic link.
2012-10-15common/tools/genNVRAM[eoc]: handle msk501-ddr2 nvram config, closes #3389Tom Yang
2012-10-15common/tools/genNVRAM[eoc]: handle msk500-ddr1 nvram config, refs #3389Tom Yang
2012-10-01common/tools/genNVRAM: add a NVRAM conf for MSK500-DDR2 200 mode, closes #3373Cyril Jourdan
2012-09-24common/tools/genNVRAM: fix MSK500 default device password, no refsCyril Jourdan
2012-09-20common/tools/genNVRAM: clean bring-up configs, closes #3318Jean-Philippe SAVE
2012-09-20common/tools/genNVRAM: suppress MSE500 simulation config file, refs #3318Jean-Philippe SAVE
2012-09-20common/tools/genNVRAM: move IOMUX and MIU configs to own .h, refs #3318Jean-Philippe SAVE
2012-09-20common/tools/genNVRAM: create a config for mse500-300, refs #3318Jean-Philippe SAVE
2012-09-20cleo/linux: add IOMUX management for MSE500, refs #3318Jean-Philippe SAVE
2012-09-20{cleo/linux, common/tools/genNVRAM}: handle spi and flash on MSE500, refs #3318Jean-Philippe SAVE
2012-09-20common/tools/genNVRAM: add MIU config for bring-up boards DDR2, refs #2961Cyril Jourdan
- h5ps1g63jfr-s6c (hynix) - nt5tu64m16gg-ac (nanya)
2012-09-20cleo/uboot/cpu/spc300: handle MSE500 eth clocks config, refs #2961Cyril Jourdan
2012-09-20common: handle a second ETH in NVRAM, refs #2961Cyril Jourdan