summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-01-11/+13
| | | | | | and fix CPU: to align with Board: display text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-25-17/+18
|
* mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-23-0/+1088
| | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Add generic PCI setup code.Scott Wood2007-04-23-1/+197
| | | | | | | | Board code can now request the generic setup code rather than having to copy-and-paste it for themselves. Boards should be converted to use this once they're tested with it. Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Add 831x support to speed.c.Scott Wood2007-04-23-26/+42
| | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Add 831x support to global_data.hScott Wood2007-04-23-2/+4
| | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood2007-04-23-17/+20
| | | | | | | | | Rather than misleadingly define PVR_83xx as the specific type of 83xx being built for, the PVR of each core revision is defined. checkcpu() now prints the core that it detects, rather than aborting if it doesn't find what it thinks it wants. Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood2007-04-23-0/+12
| | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
* mpc83xx: Add register definitions for MPC831x.Scott Wood2007-04-23-7/+301
| | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
* Merge git://www.denx.de/git/u-bootKim Phillips2007-04-23-5537/+40454
|\
| * Cleanup compiler warnings, update CHANGELOGWolfgang Denk2007-04-20-13/+59
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * Merge with /home/dzu/src/git/u-bootWolfgang Denk2007-04-20-13/+2
| |\
| | * Fix breakage of NC650 board with respect to nand support.Detlev Zundel2007-04-20-13/+2
| | | | | | | | | | | | Signed-off-by: Detlev Zundel <dzu@denx.de>
| * | Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-04-20-1/+1
| |\ \
| | * | [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculationDomen Puncer2007-04-20-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | G2 core reference manual says decrementer and time base are decreasing/increasing once every 4 bus clock cycles. Lets fix it, so time in Linux won't run twice as fast Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk2007-04-20-9/+12
| |\ \
| | * \ Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-04-19-9037/+47740
| | |\ \ | | | |/
| | * | Move ppearse to ARM board listPeter Pearse2007-04-17-9/+12
| | | | | | | | | | | | | | | | | | | | Add Konstantin Kletschke for scb9328. Signed-off-by: Peter Pearse <peter.pearse@arm.com>
| * | | Fix serious pointer bug with bootm and reserve map.Gerald Van Baren2007-04-19-7/+3
| | |/ | |/| | | | | | | | | | | | | | | | What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main Makefile. That is The U-Boot Way.
| * | Clenaup, update CHANGELOGWolfgang Denk2007-04-18-3/+54
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-fdtWolfgang Denk2007-04-18-343/+770
| |\ \
| | * | Fix the ft_cpu_setup() property settings.Gerald Van Baren2007-04-15-54/+135
| | | | | | | | | | | | | | | | | | | | | | | | Use "setter" functions instead of flags, cleaner and more flexible. It also fixes the problem noted by Timur Tabi that the ethernet MAC addresses were all being set incorrectly to the same MAC address.
| | * | Merge git://www.denx.de/git/u-boot into fdt-cmdGerald Van Baren2007-04-14-11/+158
| | |\ \
| | * | | Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren2007-04-14-13/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In bootm, create the "/chosen" node only if it doesn't already exist (better matches the previous behavior). Update for proper reserved memory map handling for initrd.
| | * | | Add some utilities to manipulate the reserved memory map.Gerald Van Baren2007-04-14-0/+103
| | | | |
| | * | | Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-06-275/+412
| | | | | | | | | | | | | | | | | | | | | | | | | ...in preparation for improving the bootm command's handling of fdt blobs. Also cleaned up some coding sloppiness.
| | * | | libfdt: Make fdt_check_header() publicGerald Van Baren2007-04-06-7/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed _fdt_check_header() to fdt_check_header() and made it part of the interface - it is a useful routine. Also did some asthetics cleanup to the include files (headers).
| * | | | Update CHANGELOGWolfgang Denk2007-04-18-0/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-04-18-126/+198
| |\ \ \ \
| | * | | | Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang2007-04-09-126/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the 8641HPCN's PIXIS code to the new directory board/freescale/common/ as it will be shared by future boards not in the same processor family. Write a "pixis_reset" command that utilizes the FPGA reset sequencer to support alternate soft-reset options such as using the "alternate" flash bank, enabling the watch dog, or choosing different CPU frequencies. Add documentation for the pixis_reset to README.mpc8641hpcn. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-netWolfgang Denk2007-04-18-0/+25
| |\ \ \ \ \
| | * | | | | Update usage of 'nc' in README.NetConsoleIgor Marnat2007-04-04-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added information about usage of NetConsole on systems where the -l and -p switches are mutually exclusive. Signed-off-by: Igor Marnat <marny@rambler.ru> Signed-off-by: Ben Warren <bwarren@qstreams.com>
| | * | | | | net - Support ping reply when processing net-loopEd Swarthout2007-03-07-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY. This permits the ping command to test the phy interface when the phy is put in loopback mode (typically by setting register 0 bit 14). It also allows the port to respond to an external ping when u-boot is processing some other net command (such as tftp). This is useful when tftp appears to hang. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Ben Warren <bwarren@qstreams.com>
| * | | | | | Cleanup, update CHANGELOGWolfgang Denk2007-04-18-3/+497
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sigend-off-by: Wolfgang Denk <wd@denx.de>
| * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-18-56/+4388
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge with /home/git/u-bootWolfgang Denk2007-03-08-644/+171
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with /home/git/u-bootWolfgang Denk2007-03-08-118/+7778
| | |\ \ \ \ \ \ \
| | * | | | | | | | Some code cleanup.Wolfgang Denk2007-03-04-96/+80
| | | | | | | | | |
| | * | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.gitWolfgang Denk2007-03-04-28/+4376
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | * | | | | | | Merge branch 'master' into hpc2roy zang2007-02-28-1446/+7523
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/Makefile Fix the merge conflict in file drivers/Makefile Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
| | | * | | | | | | Merge branch 'master' into hpc2roy zang2007-02-12-1133/+877
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-30-8/+2885
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAProy zang2007-01-22-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support mpc7448hpc2 board.
| | | * | | | | | | | | Merge branch 'master' into hpc2roy zang2007-01-22-290/+7685
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/cfi_flash.c The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support mpc7448hpc2 board.
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-04-40/+3775
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge /home/roy/CVS/7448/Open_Source/u-boot.git.devroy zang2006-12-04-4417/+26556
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Slight code clean up.roy zang2006-12-04-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comments, delete duplicate define and remove spaces. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
| | | | * | | | | | | | | | | Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The originalroy zang2006-12-04-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiplier table can not refect the real PLL clock behavior of these processors. Please refer to the hardware specification for detailed information of the corresponding processors. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
| | | | * | | | | | | | | | | Remove the static MAC address, ip address, server ip, netmask androy zang2006-12-04-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gateway ip for network setting. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
| | | | * | | | | | | | | | | Remove the duplicate memory test code for mpc744ihpc2 board.roy zang2006-12-04-400/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a memory test is needed, please use the functions in post/memory.c or memtest command. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>