summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18896-10720/+10720
* mgcoge, mgsuvd: added support for the IVM EEprom.Heiko Schocher2008-10-183-0/+302
* mgcoge, mgsuvd: add board specific I2C deblocking mechanism.Heiko Schocher2008-10-183-2/+211
* mgcoge, mgsuvd: add I2C support.Heiko Schocher2008-10-182-2/+23
* mgcoge: fix Coding Style issues.Heiko Schocher2008-10-181-41/+38
* mgsuvd, mgcoge: move this 2 boards in one dir.Heiko Schocher2008-10-187-0/+6
* Fix compiler warning in lib_ppc/board.cHeiko Schocher2008-10-151-1/+1
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-141-0/+12
* fsl_diu: fix alignment error that caused malloc corruptionNikita V. Youshchenko2008-10-141-3/+3
* ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.Hugo Villeneuve2008-10-131-4/+0
* Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-10-139-9/+9
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-10-121-1/+1
| |\
| | * FSL: Fix get_cpu_board_revision() return value.Rafal Czubak2008-10-081-1/+1
| * | mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov2008-09-248-8/+8
| |/
* | ppc4xx: Fix USB 2.0 phy reset sequenceMatthias Fuchs2008-10-101-3/+32
* | ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 boardMatthias Fuchs2008-10-101-0/+6
* | ppc4xx: Fix DU440 GPIO configurationMatthias Fuchs2008-10-101-5/+5
|/
* ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixupStefan Roese2008-09-221-12/+4
* socrates: fix crash after relocationAnatolij Gustschin2008-09-221-1/+1
* sh: Fix compile warningNobuhiro Iwamatsu2008-09-193-24/+39
* sh: rsk7203: Add support pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu2008-09-191-0/+21
* Coding style cleanup; update CHANEGLOGWolfgang Denk2008-09-171-35/+35
* TQM8xx: Fix CFI flash driver support for all TQM8xx based boardsWolfgang Denk2008-09-163-866/+93
* Coding style cleanup, update CHANGELOGWolfgang Denk2008-09-1314-62/+50
* 85xx: socrates: autoprobe Lime chipu-boot@bugs.denx.de2008-09-131-15/+43
* sh: Fix compile error for r2dplusNobuhiro Iwamatsu2008-09-131-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2008-09-132-8/+4
|\
| * delta, zylonite: Update nand_oobinfo to nand_ecclayout.Scott Wood2008-09-102-8/+4
* | Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk2008-09-12348-981/+979
|\ \
| * | rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10145-664/+664
| * | move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+0
| * | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-1084-121/+121
| * | cleanup use of CFG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-1022-22/+22
| * | rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-10193-209/+209
| * | rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
| * | rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-102-2/+2
| * | rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-105-5/+5
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-09-129-94/+4
|\ \
| * | ppc4xx: Fix SDRAM inititialization of multiple 405 based board portsStefan Roese2008-09-125-93/+0
| * | ppc4xx: Add .gitignore file to xilinx-ppc440 boardsRicardo Ribalda Delgado2008-09-123-0/+3
| * | ppc4xx: Fix in-tree build for ppc440-generic boardsRicardo Ribalda Delgado2008-09-121-1/+1
| |/
* | Fix MACH_TYPE for the AT91RM9200DK board.Claudio Scordino2008-09-121-1/+1
|/
* muas3001: update BR4 settingsHeiko Schocher2008-09-101-2/+7
* muas3001: added 64MB SDRAM autodetection.Heiko Schocher2008-09-101-2/+12
* Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-09-091-0/+5
|\
| * add board_eth_init() for sh7785lcr boardYoshihiro Shimoda2008-09-091-0/+5
* | trab: fix build problem after change to use do_div()Wolfgang Denk2008-09-091-0/+1
|/
* ppc4xx: ppc440-generic-ALL: Fix out of tree build v2Ricardo Ribalda Delgado2008-09-097-5/+79
* Update i386 code (sc520_cdp)Graeme Russ2008-09-091-5/+5
* 85xx: socrates: Enable Lime support.Anatolij Gustschin2008-09-094-2/+233
OpenPOWER on IntegriCloud