summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-296-15/+15
* Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-2910-79/+43
|\
| * Coding style cleanup. Prepare v1.3.2-rc2 release candidateWolfgang Denk2008-02-242-2/+0
| * Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.Detlev Zundel2008-02-221-1/+1
| * Fix device tree for mgsuvd board.Heiko Schocher2008-02-221-1/+1
| * Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-223-34/+38
| |\
| | * 86xx: Fix GUR PCI config registers properly.Jon Loeliger2008-02-202-4/+8
| | * 8610HPCD: Fix typos in two PCI setup registers.Jon Loeliger2008-02-191-3/+2
| | * 86xx: Convert sbc8641d to use libfdt.Jon Loeliger2008-02-182-29/+30
| * | Fix GPMC CS2 memory setup at apollonKyungmin Park2008-02-221-0/+2
| * | MIPS: Fix CFG_NO_FLASH supportJean-Christophe PLAGNIOL-VILLARD2008-02-222-41/+1
| |/
* | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-256-0/+92
* | [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+1
* | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-2169-734/+1692
|\ \ | |/
| * at91cap9adk: fix implicit declaration of function 'eth_init'Jean-Christophe PLAGNIOL-VILLARD2008-02-171-0/+3
| * PPC440EPx: Optionally enable second I2C busMike Nuss2008-02-161-1/+4
| * ppc4xx: HCU4/5. CleanupsNiklaus Giger2008-02-167-81/+70
| * Merge branch '080202_at91rm9200dk' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-157-0/+0
| |\
| | * Move AT91RM9200DK board support under board/atmelHaavard Skinnemoen2008-02-147-0/+0
| * | Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-157-0/+767
| |\ \
| | * | Support for Artila M-501 starter kitTimo Tuunainen2008-02-147-0/+767
| * | | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-156-0/+542
| |\ \ \
| | * | | AT91CAP9 support : move board files to Atmel vendor directory.Stelian Pop2008-02-146-0/+0
| | * | | AT91CAP9 support : board/ filesStelian Pop2008-02-146-0/+542
| | |/ /
| * | | Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-151-12/+1
| |\ \ \
| | * | | Update board NetStarPeter Pearse2008-02-141-12/+1
| | |/ /
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-1513-530/+170
| |\ \ \
| | * \ \ Merge commit 'wd/master'Jon Loeliger2008-02-146-6/+6
| | |\ \ \ | | | |/ /
| | * | | 86xx: Fix compilation warning in sys_eprom.cJon Loeliger2008-02-141-1/+1
| | * | | Merge commit 'wd/master'Jon Loeliger2008-02-135-31/+24
| | |\ \ \
| | * \ \ \ Merge branch 'mpc86xx'Jon Loeliger2008-01-3012-529/+169
| | |\ \ \ \
| | | * | | | 86xx: Remove old-style law setup codeBecky Bruce2008-01-249-526/+0
| | | * | | | 86xx: Convert sbc8641d to use new law setup code.Becky Bruce2008-01-242-1/+59
| | | * | | | 86xx: Convert mpc8610hpcd to new law setup method.Becky Bruce2008-01-242-1/+45
| | | * | | | 86xx: Support new law setup method and convert mpc8641Becky Bruce2008-01-242-1/+65
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-02-153-15/+9
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-1.3.2'Stefan Roese2008-02-143-15/+9
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | ppc4xx: HCU4/5. Fix make O=../xxNiklaus Giger2008-02-142-14/+8
| | | * | | | | ppc4xx: Fix GPIO configuration for pcs440epStefan Roese2008-02-041-1/+1
| | | |/ / / /
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk2008-02-153-9/+28
| |\ \ \ \ \ \
| | * | | | | | AVR32: Make SDRAM refresh rate configurableHaavard Skinnemoen2008-02-052-0/+6
| | * | | | | | ATSTK1000: Fix potential flash programming bugHaavard Skinnemoen2008-02-051-9/+22
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-1514-79/+90
| |\ \ \ \ \ \
| | * | | | | | punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2008-02-0410-79/+86
| | * | | | | | add gitignores for Blackfin piecesMike Frysinger2008-02-044-0/+4
| | | |_|/ / / | | |/| | | |
| * | | | | | OneNAND Initial Program Loader (IPL) supportKyungmin Park2008-02-141-1/+2
| | |_|/ / / | |/| | | |
| * | | | | Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-146-6/+6
| | |_|_|/ | |/| | |
* | | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-076-167/+134
|/ / / /
* | | | ADS5121e: DDR2 init/timing update.Grzegorz Bernacki2008-02-071-13/+21
* | | | xsengine: rename board_post_init to board_late_initJean-Christophe PLAGNIOL-VILLARD2008-02-071-1/+1
| |/ / |/| |
OpenPOWER on IntegriCloud