summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
AgeCommit message (Collapse)Author
2012-09-20cleo/uboot/cpu/spc300: handle MSE500 eth clocks config, refs #2961Cyril Jourdan
2012-09-20cleo/uboot/cpu/spc300: change SYNOP3504_FIXED_CLK feature, refs #2961Jean-Philippe SAVE
- change !SYNOP3504_FIXED_CLK feature into SPCETH - rename eth_init.S file into spceth.S
2012-09-20common/inc/asm/arch/ips: manage maria2 regbank, refs #2961Cyril Jourdan
2012-09-20{cleo/uboot, common}: add IOMUX management, refs #2961Cyril Jourdan
2012-09-20common/include/asm/arch/ips/hw: add iomux defines, refs #2961Cyril Jourdan
2012-09-20cleo/uboot/cpu/spc300: move gpio_pio_init into a specific file, 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-20cleo/u-boot/include/configs: define refactoringJean-Philippe SAVE
2012-09-20cleo/uboot/cpu/spc300: add msepll.S, refs #2961Cyril Jourdan
2012-09-20common/include/asm/arch/ips/hw: add msepll defines, refs #2961Jean-Philippe SAVE
2012-09-20cleo/uboot: create MSE500 chip, refs #2961Cyril Jourdan
2012-09-20cleo/uboot/cpu/spc300: rename pll_init.S into spcpll.S, refs #2961Cyril Jourdan
Change !CONFIG_CHIP_FEATURE_NO_PLL into CONFIG_CHIP_FEATURE_SPCPLL
2012-09-20cleopatre: rename SPC300DINI into MSE500DINI_300, refs #3119Cyril 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
2012-09-20{cleo/u-boot, common}: use common/include/asm/arch/ips, refs #3119Cyril Jourdan
2012-09-06cleo/u-boot: set linux to panic on oops, closes #3094Nélio Laranjeiro
Ask the Linux kernel to panic after an oops. This is set in the boot parameters, instead of in a sysctl.conf file, in order to cover oops occurring during the boot process (from drivers for example).
2012-06-11cleo/{linux, u-boot}: create a machine type for spc300dini, refs #2759Cyril Jourdan
2012-05-22cleo/u-boot: set linux to reboot on panic, closes #3084Yacine Belkadi
Ask the Linux kernel to reboot after 1 second, if a panic occurs. This is set in the boot parameters, instead of in a sysctl.conf file, in order to cover panics occuring during the boot process (from drivers for example).
2012-05-09cleo/u-boot: on spc300dini, force Linux Kernel mem to 28 MiB, refs #2759Jean-Philippe SAVE
The spc300dini board has 64 MiB of RAM. 60 MiB of those should go to Linux, but a bug occurs in that case (see ticket #2842). As a workaround, the "mem" kernel parameter is used to pass only 28 MiB to the Linux kernel, just like on boards with 32 MiB of RAM.
2012-05-09cleo/u-boot: add Ethernet RX clock inversion support, refs #2758Nicolas Schodet
Might be needed for DINI prototype, not enabled by default.
2012-05-09cleo/u-boot: adapt Ethernet driver to spc300dini, refs #2758MSE500 Team
2012-05-09cleo/u-boot: fix missing nvram fields definesNicolas Schodet
2012-05-09cleo/u-boot: support spc300dini, refs #2758MSE500 Team
Support the SPC300c (MARIA2) prototype which is an FPGA based on DINI boards.
2012-05-09cleo/u-boot: add support for MIU controller, refs #2758MSE500 Team
2012-05-09cleo/u-boot: switch to board/chip/feature configurationNicolas Schodet
2011-11-02cleo/linux: export spc300_plc_mem_size, refs #583Yacine Belkadi
Export the size of the memory dedicated to PLC, because this value is needed in plcdrv.
2011-10-27cleo/u-boot/common: change 3s of wait time to 0s, closes #2715Thierry Carré
2011-04-12cleo/u-boot: clock synchronisation for PRP bug, second algorithm, closes #1774Jean-Philippe SAVE
This is the second algorithm implementation to correct PRP hardware bug. This algorithm is also to assert a DSP reset at a given and predictive clock cycle. But here we check all shift possibilities.
2011-04-12cleo/u-boot: suppress unused ifdef in include fileJean-Philippe SAVE
We used a ifdef CONFIG_ARCH_SPC300, in a file that is normally called only if we have define ARCH_SPC300.
2011-04-01cleo/{buildroot,genNVRAM,u-boot}: change MAC/IP addr convention, closes #2421Jean-Philippe SAVE
2010-05-28cleo/tools/genNVRAM: add CPU part nb field, closes #1611lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7141 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-19cleo/u-boot/eth: add mii command to access to mii registers, refs #1394save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7114 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-18cleo/u-boot: change MME_header length define, closes #1548save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7112 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/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: add a field on nvram for image max sizesave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6983 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-19cleo/u-boot: change and auto-config to sdk300, closes #1249lefranc
- change board from spk300g to generic sdk300 - auto-config to sdk300 when calling "make" git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6742 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-14cleo/u-boot: do not go to prompt if first char is a break, closes #1067lefranc
- this feature can be removed in spk300g.h config (see CONFIG_EAT_FIRST_BREAK) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6618 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-30cleo/u-boot: activate spidboot command as default boot onesave
- Now all spidboot capabilities are activated : finding correct images and check update. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6267 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-30cleo/u-boot: correction for scr310 flash managementsave
- suppress protection check on flash erase command, - allow flash protection mechanism, git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6266 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/u-boot: use macro to access to nvram structure, refs #420save
Use macro to access to all nvram field In spite of using hardcoded offset. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6253 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/u-boot: implement watchdog, closes #592save
All watchdog standard functions are implemented but we use only restart one because it will be enabled just before uncompressing Linux kernel, so no refresh need to be called on u-boot. Refresh will be made by uncompressing kernel function. Watchdog timeout is fixed arbitrary to 2 seconds, Linux kernel will normally reprogram it this it own value. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6242 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-29[CLEO][U-BOOT]Implement GMII/RMII/MII hot-plug modesave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5809 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-24[CLEO][U-BOOT] Added do_test command that can be used for various u-boot ↵draskovic
debugging git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5741 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-18[CLEO][SPK300G][U-BOOT] Corrected CFG_HZ macro which wrongly defined ARM ↵draskovic
timer clock period git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5614 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-09[CLEO]Changed default configuration for u-boot and kernelsave
- Changed default address IP (subnet = 3) under u-boot - Changed default boot command to skip spidupdate - Changed default flash organization (choose LARGE) git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5476 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-01[CLEO][U-BOOT] Correction after Malika first testssave
- Changed SDRAM timing to adapt to SAMSUNG chips - Allow eth MAC address to be changed only one time - Corrected SDRAM latency option under sdram configuration git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5385 017c9cb6-072f-447c-8318-d5b54f68fe89