summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2013-01-17{common,cleo}: ignore generated files when building image, closes #3677Jérémy Dufour
2013-01-15common/include: ensure spid_img_desc is 1024 bytes long, closes #3683Jérémy Dufour
2013-01-15common/include: add eth2 disable bit in pkg_cfg, refs #3682Olivier Dufour
One bit is added in pkg_cfg, to disable the ETH2 configuration in u-boot. As it is active high, backward compatibility is assured.
2013-01-08common/include/asm/arch/nvram: move a comment to its correct placeYacine Belkadi
2013-01-02common/doc/template: complete the display of the generation of the .depend ↵Jean-Philippe NOEL
files, refs #3518
2013-01-02common/doc/template: remove error messages when .depend files are absent, ↵Jean-Philippe NOEL
refs #3518
2012-12-21cleo/linux/arch/arm/spc300/pm: update system time on resume, closes #3568Olivier Dufour
The system time is now updated when returning from pm procedure, with an error margin below 10ms (duration of a tick timer).
2012-12-21cleo/linux/arch/arm/spc300/pm: use dynamic mapping for some API, refs #3568Olivier Dufour
API that are not used at all by the linux kernel should not necessarily be staticaly mapped, but rather dynamicaly when needed. It also helps keeping as low as possible the number of VA in cache during the SRAM code execution.
2012-12-21common/{tools,inc}: add pm support in NVRAM, refs #2633Olivier Dufour
2012-12-21cleo/linux/arch/arm/spc300: wake up on eth link up, refs #2633Olivier Dufour
There is now a data section in SRAM, that contains dynamic parameters for pm_process function in SRAM.
2012-12-21cleo/linux/arch/arm/spc300: handle WDT refresh in low power mode, refs #2633Olivier Dufour
2012-12-21cleo/linux/arch/arm/spc300: map PLL registers in virtual memory, refs #2633Olivier Dufour
2012-12-21cleo/linux/arch/arm/spc300: Add SRAM in MMU mapping, refs #2633Olivier Dufour
SRAM is remapped in virtual memory as an IO device. It enables access and code execution.
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-17common/lib/scammer: add VS_GET_ATTENUATION_LIST, closes #3485Nélio Laranjeiro
2012-12-17{common/lib/mmtcgen,cleopatre/doc}: add vs_get_attenuation_list, refs #3485Nélio Laranjeiro
2012-12-13common/tests: disable coverage for eCos targetsNicolas Schodet
2012-12-12cesar/bsu/test: add cable mode test, refs #3341Nélio Laranjeiro
2012-12-12cesar/bsu/aclf: add ACLF_TRACKING config item, refs #3341Nélio Laranjeiro
2012-12-12cesar/ce/rx/cp: add configuration item to disable RLE encoding, closes #2443Nélio Laranjeiro
2012-12-12common/doc/template: adjunction of dependencies on the RST files with the ↵Jean-Philippe NOEL
included files, closes #3518
2012-12-11cesar/maximus/prototest/integration: embedded test no more usedThierry Carré
2012-12-11common/tests: Enable valgrind check for cleo tests, closes #3403Olivier Dufour
2012-12-11common/test: Add support of valgrind for the unit tests, refs #3403Olivier Dufour
To run the tests with valgrind, use the -v or --valgrind option in run-test.pl To select a test for valgrind check, use the valgrind macro.
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-12-11{common,polux}: add NVRAM_MTD_PARTITION, closes #3538Nélio Laranjeiro
spidlib expects to find a partition instead of reading the partition from the proc file system.
2012-12-10{cleo/uboot, common}: change system clock speed to 222 MHz, closes #3587Cyril Jourdan
In order to get ARM clock down to 444 MHz.
2012-12-06cleopatre/devkit/plcdrv: add dspclk_mhz parameter, closes #3431Nicolas Schodet
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/include: add a common function to read version, refs #3452Jérémy Dufour
2012-11-21common/include: add a function to load image descriptor, refs #3452Jérémy Dufour
2012-11-21common/tools/mksimage: fill common header, refs #3452Jérémy Dufour
2012-11-21common/include: add a common header in all spidcom image desc, 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-11-21common/include: add a sanity check for size of spid image desc, refs #3452Jérémy Dufour
All spidcom image descriptors must have the same size, we should ensure this is always respected.
2012-11-21common/include: fix indentation of spidcom_image_desc_200_t, refs #3452Jérémy Dufour
2012-11-21common/include: make spid_img_desc structure suitable for polux, refs #3452Jean-Philippe SAVE
The structure spidcom_image_desc_t differs between polux and SPC300/MSE500 images. This commit adapts the spidcom_image_desc_t structure of SPC300/MSE500 to be included from polux directory.
2012-11-21common/include: set invalid index of spid_img_desc to spc200 value, refs #3452Jean-Philippe SAVE
In MSE500/SPC300, SPIDCOM_IMG_DESC_INVALID_INDEX is only used for reading but it is never written. So change it to SPC200 value has no impact. This modification will be necessary to have a common include file in next commits.
2012-11-06cleo/arch/arm/spc300: Add support of eth2 for MSE500, closes #3413Olivier Dufour