summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | x86: Move console initialisation into board_init_fGraeme Russ2011-02-121-3/+12
| | |
| * | x86: Move test for cold boot into init functionsGraeme Russ2011-02-122-13/+11
| | |
| * | x86: Move call to dram_init_f into board_init_fGraeme Russ2011-02-123-3/+4
| | |
| * | x86: Defer setup of final stackGraeme Russ2011-02-122-17/+33
| | |
| * | sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-1210-767/+611
| | |
| * | x86: Use Cache-As-RAM for initial stackGraeme Russ2011-02-125-21/+135
| | |
| * | x86: Move initial gd to fixed locationGraeme Russ2011-02-124-19/+39
| | |
| * | eNET: General code cleanupGraeme Russ2011-02-123-186/+129
| | |
| * | eNET: Rearrange PAR assignmentsGraeme Russ2011-02-122-30/+46
| | |
| * | eNET: Define MMCR values in config.hGraeme Russ2011-02-123-46/+445
| | |
| * | eNET: Add RTC support to eNETGraeme Russ2011-02-122-0/+8
| | | | | | | | | | | | The SC520 has an inbuilt MC146818 - Enable it for the eNET board
| * | eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ2011-02-121-6/+9
| | | | | | | | | | | | | | | Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board
| * | sc520: Remove printf calls from cpu_init_fGraeme Russ2011-02-121-2/+0
| | | | | | | | | | | | | | | In later patches, cpu_init_f will be called before console has been initialised and printf will not be legitimately available
| * | sc520: Move board specific settings to board init functionGraeme Russ2011-02-122-19/+9
| | |
| * | sc520: Define MMCR address in include fileGraeme Russ2011-02-124-39/+55
| | |
| * | x86: Make cpu init functions weakGraeme Russ2011-02-124-32/+17
| | |
| * | x86: Call early_board_init when warm bootingGraeme Russ2011-02-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | x86: Add processor flags header from linuxGraeme Russ2011-02-126-10/+121
| | |
| * | x86: Move Global Descriptor Table defines to processor.hGraeme Russ2011-02-122-10/+7
| | |
| * | x86: Add stack dump to register dumpGraeme Russ2011-02-121-0/+16
| | |
| * | x86: Fix mangled umlautsGraeme Russ2011-02-122-2/+2
| | | | | | | | | | | | | | | git mergetool has a nasty habit of mangling umlats - fix ones that have been missed in previous submissions
| * | sc520: Sort MakefileGraeme Russ2011-02-121-1/+1
| | |
| * | x86: Parametize values used in linker scriptGraeme Russ2011-02-125-20/+20
| | |
| * | eNET: Create distinct board configurationsGraeme Russ2011-02-122-2/+2
| | | | | | | | | | | | | | | | | | Position independant functionality is due for removal from the x86 architecture, so create two distinct configurations - One for Flash and one for SRAM
| * | x86: Align config.mk and linker scripts with other archesGraeme Russ2011-02-124-12/+10
| | |
| * | x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ2011-02-121-1/+1
| | |
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-02-115-16/+19
| |\ \
| | * | powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3York Sun2011-02-102-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | powerpc/85xx: corrected p1_p2_rdb EEPROM addressPriyanka Jain2011-02-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | powerpc/85xx: Fix p1_p2_rdb boards.cfgKumar Gala2011-02-091-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | fsl: update CRC after setting EEPROM identifierTimur Tabi2011-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk2011-02-091-1/+1
| |/ / | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Anatolij Gustschin <agust@denx.de>
| * | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2011-02-091-1/+5
| |\ \
| | * | NAND: env: remember the flags used in the previous environmentScott Wood2011-02-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Previously, uninitialized stack space was being referenced. Signed-off-by: Scott Wood <scottwood@freescale.com>
| * | | Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk2011-02-095-1/+30
| |\ \ \
| | * | | nios2: add gpio_is_validThomas Chou2011-02-083-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com>
| | * | | nios2: use long for ssize_tThomas Chou2011-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | altera_spi: add spi_set_speedThomas Chou2011-02-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | nios2: add gpio_freeThomas Chou2011-02-082-0/+11
| | |/ / | | | | | | | | | | | | | | | | Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com>
| * | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2011-02-0916-166/+994
| |\ \ \ | | |/ / | |/| |
| | * | ppc4xx: Add DLVision-10G board supportDirk Eibach2011-02-0716-166/+994
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2011-02-064-8/+35
| |\ \ \
| | * | | mpc83xx: Use correct register to calculate clocks.Joakim Tjernlund2011-02-052-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use SPMR instead of HRCWL when calculating clocks as HCRWL may be changed and the CPU will not pick up all changes until there is a POR. u-boot will think SPMF has changed and get the clocks wrong. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| | * | | mpc83xx: fix pcie configuration space read/writeLeo Liu2011-02-052-1/+20
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Leo Liu <liucai.lfn@gmail.com> fix codingstyle and compiler warning: 'pcie_priv' defined but not used Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| * | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2011-02-061-4/+5
| |\ \ \
| | * | | USB: Change the necessary defines to get debug outputAlexander Holler2011-02-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While debugging some USB stuff, I've first missed that there are actually two defines necessary to get usefull output. The one needed to get debug output for the communication with HUBs was burried somewhere deep inside the code. Change that so that a #define DEBUG is enough while still leaving the possibility to reduce unwanted debug output. Signed-off-by: Alexander Holler <holler@ahsoftware.de>
| | * | | USB: Fix device stati for removable and powerctrl (typo)Alexander Holler2011-02-051-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | I currently don't know if the error could have other consequences than a wrong output when turning debug on. Signed-off-by: Alexander Holler <holler@ahsoftware.de>
| * | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-02-067-7/+136
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/8xxx: Fix possible compile issue related to P1013Kumar Gala2011-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The P1013 is a single core version of P1022 and thus should use the p1022_serdes.c code. It was acciently pointing to p1013_serdes.c which doesn't exist. Reported-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | powerpc/85xx: Enable ECC on MPC8572DSYork Sun2011-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using hwconfig to turn on/off ECC, without re-compiling. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>