summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* New board SMN42 branchPeter Pearse2007-05-091-1/+4
|
* Makefile permissionsPeter Pearse2007-05-091-0/+0
|
* Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-05-051-0/+6
|\
| * Add support for the 8568 MDS boardAndy Fleming2007-05-021-0/+3
| | | | | | | | | | | | | | | | | | This included some changes to common files: * Add 8568 processor SVR to various places * Add support for setting the qe bus-frequency value in the dts * Add the 8568MDS target to the Makefile Signed-off-by: Andy Fleming <afleming@freescale.com>
| * Enable 8544 supportAndy Fleming2007-04-231-0/+3
| | | | | | | | | | | | | | | | | | * Add support to the Makefile * Add 8544 configuration support to the tsec driver * Add 8544 SVR numbers to processor.h Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-051-0/+3
|\ \
| * | Add support for STX GP3SSA (stxssa) BoardDan Malek2007-05-031-0/+3
| |/ | | | | | | Signed-off-by Dan Malek, <dan@embeddedalley.com>
* | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-231-0/+1
|\ \ | |/
| * Fix serious pointer bug with bootm and reserve map.Gerald Van Baren2007-04-191-0/+1
| | | | | | | | | | | | | | 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.
* | Remove BOARDLIBS usage completelyStefan Roese2007-04-231-1/+3
|/ | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-181-0/+3
|\
| * Merge with /home/git/u-bootWolfgang Denk2007-03-081-9/+10
| |\
| * \ Merge branch 'master' into hpc2roy zang2007-02-281-0/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-121-7/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into hpc2roy zang2007-01-301-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-221-4/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-0/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-011-21/+55
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The conflicts due to a new mpc7448 p3m7448 board is in the main tree. Merge branch 'master' into hpc2 Conflicts: MAKEALL cpu/74xx_7xx/cpu.c cpu/74xx_7xx/cpu_init.c cpu/74xx_7xx/speed.c
| * | | | | | | | Clean up the code according to codestyle:roy zang2006-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
| * | | | | | | | Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-291-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into hpc2 Conflicts: drivers/cfi_flash.c
| * \ \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2006-11-031-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | General code modification for mpc7448hpc2 board support.roy zang2006-11-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add 7447A and 7448 processor support. 2. Add the following flags. CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically (such as by switch on board), this flag should be set. CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot relocates to RAM, this flag should be set. CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the system hang in exception, this flag should be set. There is a design issue for tsi108/109 pci configure read. When pci scan the slots, if there is no pci card, the tsi108/9 will cause a machine check exception for mpc7448 processor. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk2007-04-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | AVR32: Use avr32-linux- cross-compilation prefix by defaultHaavard Skinnemoen2007-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't really matter which toolchain you use to compile u-boot, but the avr32-linux one is probably what most people have installed. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* | | | | | | | | | | | [PATCH] icecube/lite5200b: wakeup from low-power supportDomen Puncer2007-04-161-0/+5
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. 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-ppc4xxWolfgang Denk2007-04-041-31/+19
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-311-8/+21
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge some AMCC make targets to keep the top-level Makefile smallerStefan Roese2007-03-281-31/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | | | | | | | | Minor coding style cleanup.Wolfgang Denk2007-04-041-1/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-041-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Support for XUPV2P boardMichal Simek2007-03-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| * | | | | | | | | | | | [Microblaze][PATCH] part 2Michal Simek2007-03-111-0/+6
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* | | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-221-8/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-201-2/+9
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-191-0/+8
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH] code cleanupAubrey Li2007-03-121-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-091-9/+7
| | | | | | | | | | | |
* | | | | | | | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-211-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese2007-03-211-0/+3
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-03-081-4/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mpc83xx: Add support for the MPC8349E-mITX-GPTimur Tabi2007-03-021-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the MPC8349E-mITX-GP, a stripped-down version of the MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | | | | | | | | mpc83xx: sort Makefile targetsKim Phillips2007-03-021-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reordered targets alphabetically
| * | | | | | | | | | | mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2007-03-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've redone the SBC8349 support to match git-current, which incorporates all the MPC834x updates from Freescale since the 1.1.6 release, including the DDR changes. I've kept all the SBC8349 files as parallel as possible to the MPC8349EMDS ones for ease of maintenance and to allow for easy inspection of what was changed to support this board. Hence the SBC8349 U-Boot has FDT support and everything else that the MPC8349EMDS has. Fortunately the Freescale updates added support for boards using CS0, but I had to change spd_sdram.c to allow for board specific settings for the sdram_clk_cntl (it is/was hard coded to zero, and that remains the default if the board doesn't specify a value.) Hopefully this should be mergeable as-is and require no whitespace cleanups or similar, but if something doesn't measure up then let me know and I'll fix it. Thanks, Paul.
| * | | | | | | | | | | mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-021-0/+24
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch supports DUART, ETH3/4 and PCI etc. Signed-off-by: Dave Liu <daveliu@freescale.com>
* | | | | | | | | | | Merge with /home/hs/jupiter/u-bootWolfgang Denk2007-03-081-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | [PATCH] Added support for the jupiter board.Heiko Schocher2007-02-161-0/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | | | | | | | Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-061-4/+9
| | | | | | | | | |
* | | | | | | | | | Fix HOSTARCH handling.Wolfgang Denk2007-03-061-5/+1
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Mike Frysinger, Mar 05 2007
* | | | | | | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-201-0/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-02-161-0/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
OpenPOWER on IntegriCloud