summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | | mpc83xx: fix remaining fdt_find_node_by_path referencesKim Phillips2008-01-08-2/+2
| * | | | | mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837xKim Phillips2008-01-08-1/+2
| * | | | | mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxidKim Phillips2008-01-08-0/+31
| * | | | | mpc83xx: update the CREDITS and MAINTAINERSDave Liu2008-01-08-0/+6
| * | | | | mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemdsDave Liu2008-01-08-0/+2
| * | | | | mpc83xx: Add the MPC837xEMDS board readmeDave Liu2008-01-08-0/+104
| * | | | | mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-3/+922
| * | | | | mpc83xx: Add the support of MPC8315E SoCDave Liu2008-01-08-10/+201
| * | | | | mpc83xx: Add the support of MPC837x SoCDave Liu2008-01-08-53/+406
| * | | | | MPC8360E-MDS: configure and enable second UARTAnton Vorontsov2008-01-08-0/+8
| * | | | | 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitionsTimur Tabi2008-01-08-9/+14
* | | | | | Merge branch 'master' of /home/wd/git/u-boot/master/Wolfgang Denk2008-01-09-31/+45
|\ \ \ \ \ \
| * | | | | | Fix memset bug in ext2fs_read_file()Wolfgang Denk2008-01-09-1/+1
| * | | | | | Fix problems with usb storage devices on MPC5200 /TQM5200Markus Klotzbücher2008-01-09-0/+1
| * | | | | | Fix compile problem with new env code.Wolfgang Denk2008-01-09-0/+1
| * | | | | | tools: fix fw_printenv tool to compile againMarkus Klotzbücher2008-01-09-30/+42
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lwmon5-no-ocm'Stefan Roese2008-01-09-13/+80
|\ \ \ \ \ \
| * | | | | | POST: Execute SPR test after relocationStefan Roese2008-01-09-1/+1
| * | | | | | ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymoreStefan Roese2008-01-09-11/+14
| * | | | | | ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storageStefan Roese2008-01-09-1/+13
| * | | | | | ppc4xx: Add 44x cache locking to better support init-ram in d-cacheStefan Roese2008-01-09-0/+52
* | | | | | | ppc4xx: assign PCI interrupts on seuqoia boardsMatthias Fuchs2008-01-09-0/+14
* | | | | | | ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs2008-01-09-5/+5
* | | | | | | ppc4xx: Fix UIC2 vector number baseMatthias Fuchs2008-01-09-16/+16
* | | | | | | ppc4xx: Update PLB/PCI divider for PMC440 boardMatthias Fuchs2008-01-09-2/+2
* | | | | | | ppc4xx: Disable error message when no NAND chip is installed on PMC440Matthias Fuchs2008-01-09-0/+3
* | | | | | | ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese2008-01-08-2/+3
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/Wolfgang Denk2008-01-08-476/+133
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [INKA4x0] NG hardware: flash supportMarian Balakowicz2007-11-15-443/+10
| * | | | | [INKA4x0] NG hardware: SDRAM supportMarian Balakowicz2007-11-15-27/+116
| * | | | | [INKA4x0] NG hardware: platform code updateMarian Balakowicz2007-11-15-6/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-01-08-2780/+394
|\ \ \ \ \
| * | | | | ppc4xx: Remove weak binding from common Denali data-eye search codeLarry Johnson2008-01-05-7/+0
| * | | | | Merge branch 'katmai-ddr-gda'Stefan Roese2008-01-05-62/+61
| |\ \ \ \ \
| | * | | | | ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.cStefan Roese2008-01-05-44/+0
| | * | | | | ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese2008-01-05-18/+61
| | | |_|_|/ | | |/| | |
| * | | | | ppc4xx: Remove sdram.h from PMC440 boardMatthias Fuchs2008-01-04-505/+0
| * | | | | ppc4xx: use common denali core defines and data eye search code for PMC440Matthias Fuchs2008-01-04-338/+4
| * | | | | ppc4xx: More cleanup for esd's LCD codeMatthias Fuchs2008-01-04-20/+18
| * | | | | ppc4xx: Fix Sequoia NAND booting targetStefan Roese2008-01-04-1/+5
| * | | | | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat boardLawrence R. Johnson2008-01-04-109/+161
| * | | | | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia boardLawrence R. Johnson2008-01-04-30/+78
| * | | | | ppc4xx: Add functionality to GPIO supportLawrence R. Johnson2008-01-04-23/+41
| * | | | | PPC4xx: Remove sdram.h from board/lwmon5Larry Johnson2008-01-04-505/+0
| * | | | | PPC4xx: Use common code for LWMON5 board SDRAM supportLarry Johnson2008-01-04-337/+20
| * | | | | PPC4xx: Remove sdram.h from board/amcc/sequoiaLarry Johnson2008-01-04-505/+0
| * | | | | PPC4xx: Use common code for Sequoia board SDRAM supportLarry Johnson2008-01-04-338/+6
| |/ / / /
* | | | | net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER optionMatthias Fuchs2008-01-03-0/+2
* | | | | NET: Proper return code handling in eth_init() function in file eth.cUpakul Barkakaty2008-01-03-4/+4
* | | | | net/eth.c: Fix env_enetaddr signed overflowShinya Kuribayashi2008-01-03-1/+2