summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2013-01-30common/include/asm/arch: add a sanity check for NVRAM size, refs #3709Jérémy Dufour
This commit add a sanity check which will be triggered if the sizeof of the NVRAM structure does not match the expected one: this can occur if the sizeof of some fields added to the structure changes depending on the architecture (pointers for example).
2013-01-25{polux, cleo, uboot}: add current image slot in ATAG, refs #3706Olivier Dufour
2013-01-25{cleo, polux, uboot}: use common structure for spc300 ATAG, refs #3706Olivier Dufour
2013-01-25common/tools/mksimage: write clocks speed in header, refs #1325Olivier Dufour
2013-01-25common/include: add clock speed in image header, refs #1325Olivier Dufour
System clock value is stored in the image header.
2013-01-25polux/linux/mse500: add SET_CLK config, refs #1325Olivier Dufour
2013-01-25cleo/linux/arch/arm/spc300: add config to set CLK speed, refs #1325Olivier Dufour
For MSE500 boards, the speed of SYSCLK is defined by CONFIG_SYSCLK_SPEED, and is set at 246MHz by default.
2013-01-25Revert "{cleo/uboot,common}: change system clock speed to 222 MHz", refs #1325Olivier Dufour
This reverts commit d2f7768afa5bbe4c4a40e9697a8939600a7e4a82.
2013-01-25common/tools/genNVRAM: add a message for unrecognized option in conf file, ↵Thierry Carré
closes #3678
2013-01-25{cleo,polux}: use a common gitignore for include/asm/arch, refs #3677Jérémy Dufour
2013-01-24common/include: improve header_version comments of spid_img_desc, closes #3708Jérémy Dufour
2013-01-18{common,cleo,polux}: split entry-macro.S, refs #3574Nélio Laranjeiro
2013-01-18cesar/ce/rx/bl/test: move fsm test to its own folder, refs #2771Cyril Jourdan
2013-01-18common/doc/template: modification of the RST dependencies, refs #3698Jean-Philippe NOEL
tex files, instead of pdf files, depend on the files included in the RST
2013-01-18cleo/linux/spc300/low_power: power LED blinks in low power, closes #2642Olivier Dufour
2013-01-18cleo/linux/arch/arm/spc300: use existing defines for ip access, refs #2633Olivier Dufour
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.
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