summaryrefslogtreecommitdiff
path: root/common/tools
AgeCommit message (Collapse)Author
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
2012-09-20{cleo, common}: change eth prefix in NVRAM fields into eth1, refs #2961Cyril Jourdan
2012-09-20common/inc/asm/arch: add RGMII mode in pkg_cfg NVRAM field, refs #2961Cyril Jourdan
2012-09-20{cleo/uboot, common}: add IOMUX management, refs #2961Cyril Jourdan
2012-09-20common/inc/asm/arch: pack IOMUX & GPIO config in same NVRAM fields, refs #2961Cyril Jourdan
2012-09-20cleo/u-boot/cpu/spc300: add timer clock for MSE500, refs #2961Jean-Philippe SAVE
- With a Xclk at 24MHz we cannot reach a timer_clk at 3,125MHz, so for MSE500 the timer_clk will be 4MHz.
2012-09-20common/tools/genNVRAM: add a MSE500 simu config file, refs #2961Cyril Jourdan
2012-09-20common/tools/genNVRAM: add a MIU config for MSE500 simu model, refs #2961Cyril Jourdan
2012-09-20{common,cleo}: remove MIU_ATOP_REG_BASE, refs #2961Cyril Jourdan
As a consequence, MIU_REG_BASE is renamed into MIU_BASE.
2012-09-20common/include/asm/arch: add MSE500 modes in nvram, refs #2961Cyril Jourdan
2012-09-20cleopatre: rename SPC300DINI into MSE500DINI_300, refs #3119Cyril Jourdan
2012-09-20common/tools/genNVRAM: correct genNVRAM compilation from bundle, closes #3200Cyril Jourdan
At the same time, add management of the dependency file to have the same Makefile in master and eoc.
2012-09-20{common, polux}: make nvram.h file common between cleo and polux, refs #3119Cyril Jourdan
Adapt genNVRAM to work with this one nvram header. Suppress nvram_gen headers in SPC2XX architectures in polux, now that those files are not used anymore.
2012-06-11common/tools/genNVRAM: make it able to generate all NVRAM types, refs #3012Cyril Jourdan
2012-06-11common/tools/genNVRAM: minor bug fixes, refs #3012Cyril Jourdan
2012-06-11cleo/tools: move genNVRAM to common/tools, refs #3012Cyril Jourdan
2008-04-07Moved the complete svn base into the cesar directory.save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-03 * common/tools:schodet
- added sdl2dot utility. * common/doc: - added doc utilities. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1745 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-28 * common/tools:schodet
- now a configuration item can have an integer value. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1505 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05 * common/tools/vcd-trace:schodet
- more robust to partial trace. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1367 017c9cb6-072f-447c-8318-d5b54f68fe89