Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-12 | Merge branch 'master' of git://git.denx.de/u-boot-mips | Wolfgang Denk | |
2011-02-12 | eNET: Move initial Global Data into CAR | Graeme Russ | |
2011-02-12 | sc520: Release CAR and enable caching | Graeme Russ | |
2011-02-12 | x86: Convert board_init_f to use an init_sequence | Graeme Russ | |
2011-02-12 | x86: Rearrange function calls in board_init_f | Graeme Russ | |
2011-02-12 | x86: Split board_init_f() into init_fnc_t compatible functions | Graeme Russ | |
2011-02-12 | x86: Fix incorrect usage of relocation offset | Graeme Russ | |
x86 has always used relocation offset in the opposite sense to the ELF standard - Fix this | |||
2011-02-12 | x86: Move console initialisation into board_init_f | Graeme Russ | |
2011-02-12 | x86: Move test for cold boot into init functions | Graeme Russ | |
2011-02-12 | x86: Move call to dram_init_f into board_init_f | Graeme Russ | |
2011-02-12 | x86: Defer setup of final stack | Graeme Russ | |
2011-02-12 | sc520: Move RAM sizing code from asm to C | Graeme Russ | |
2011-02-12 | x86: Use Cache-As-RAM for initial stack | Graeme Russ | |
2011-02-12 | x86: Move initial gd to fixed location | Graeme Russ | |
2011-02-12 | eNET: General code cleanup | Graeme Russ | |
2011-02-12 | eNET: Rearrange PAR assignments | Graeme Russ | |
2011-02-12 | eNET: Define MMCR values in config.h | Graeme Russ | |
2011-02-12 | eNET: Add RTC support to eNET | Graeme Russ | |
The SC520 has an inbuilt MC146818 - Enable it for the eNET board | |||
2011-02-12 | eNET: Fix eNET Interrupt Setup for Linux | Graeme Russ | |
Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board | |||
2011-02-12 | sc520: Remove printf calls from cpu_init_f | Graeme Russ | |
In later patches, cpu_init_f will be called before console has been initialised and printf will not be legitimately available | |||
2011-02-12 | sc520: Move board specific settings to board init function | Graeme Russ | |
2011-02-12 | sc520: Define MMCR address in include file | Graeme Russ | |
2011-02-12 | x86: Make cpu init functions weak | Graeme Russ | |
2011-02-12 | x86: Call early_board_init when warm booting | Graeme Russ | |
early_board_init has been skipped to avoid SDRAM corruption in the case that a fully relocatable image has been loaded into SDRAM and is being executed from SDRAM. x86 is being aligned with other architectures (ARM and PPC in particlar) and will be using Cache-As-RAM to run a C environment from Flash (or SRAM if you have some). early_board_init may be needed to assist in the setup of Cache-As-RAM and the early C environment | |||
2011-02-12 | x86: Add processor flags header from linux | Graeme Russ | |
2011-02-12 | x86: Move Global Descriptor Table defines to processor.h | Graeme Russ | |
2011-02-12 | x86: Add stack dump to register dump | Graeme Russ | |
2011-02-12 | x86: Fix mangled umlauts | Graeme Russ | |
git mergetool has a nasty habit of mangling umlats - fix ones that have been missed in previous submissions | |||
2011-02-12 | sc520: Sort Makefile | Graeme Russ | |
2011-02-12 | x86: Parametize values used in linker script | Graeme Russ | |
2011-02-12 | eNET: Create distinct board configurations | Graeme Russ | |
Position independant functionality is due for removal from the x86 architecture, so create two distinct configurations - One for Flash and one for SRAM | |||
2011-02-12 | x86: Align config.mk and linker scripts with other arches | Graeme Russ | |
2011-02-12 | x86: Fix definition of global_data struct for asm-offsets.c | Graeme Russ | |
2011-02-11 | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | |
2011-02-10 | powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3 | York Sun | |
When DDR data rate is higher than 1200MT/s or controller interleaving is enabled, additional cycle for write-to-read turnaround is needed to satisfy dynamic ODT timing. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2011-02-09 | powerpc/85xx: corrected p1_p2_rdb EEPROM address | Priyanka Jain | |
Board EEPROM is used to read/save Ethernet MAC addresses. Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2011-02-09 | powerpc/85xx: Fix p1_p2_rdb boards.cfg | Kumar Gala | |
We should have been defining the actual board name in the options, not the processor. Fix this for P1011RDB, P1020RDB, P2010RDB, and P2020RDB. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2011-02-09 | fsl: update CRC after setting EEPROM identifier | Timur Tabi | |
The "mac id" command is used to initialize the EEPROM data to a specific format, but it was not updating the CRC. This didn't cause any real problems, because writing the data to the EEPROM will always update the CRC anyway, but it did result in a bogus CRC warning. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2011-02-09 | cmd_bmp.c: message about compressed formats is debug info only. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Anatolij Gustschin <agust@denx.de> | |||
2011-02-09 | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | |
2011-02-09 | Merge branch 'next' of git://git.denx.de/u-boot-nios | Wolfgang Denk | |
2011-02-09 | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | |
2011-02-08 | NAND: env: remember the flags used in the previous environment | Scott Wood | |
Previously, uninitialized stack space was being referenced. Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
2011-02-08 | nios2: add gpio_is_valid | Thomas Chou | |
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
2011-02-08 | nios2: use long for ssize_t | Thomas Chou | |
This is consistent with nios2-linux. And resolved the warning, cmd_nvedit.c: In function `do_env_export': cmd_nvedit.c:660: warning: size_t format, ssize_t arg (arg 3) Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
2011-02-08 | altera_spi: add spi_set_speed | Thomas Chou | |
Added this for mmc_spi driver. Though altera spi core does not support programmable speed. It is fixed when configured in sopc-builder. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
2011-02-08 | nios2: add gpio_free | Thomas Chou | |
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
2011-02-07 | MIPS: Move VCT boards to boards.cfg | Shinya Kuribayashi | |
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com> Acked-by: Stefan Roese <sr@denx.de> | |||
2011-02-07 | ppc4xx: Add DLVision-10G board support | Dirk Eibach | |
Board support for the Guntermann & Drunck DLVision-10G. Adds support for multiple FPGAs per board for gdsys 405ep architecture. Adds support for dual link osd hardware for gdsys 405ep. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de> | |||
2011-02-06 | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | |