summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-10-19Fix two typos.Detlev Zundel
2007-10-13Merge branch 'merge' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk
2007-10-13Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk
2007-09-26Fpga: fix incorrect test of CFG_FPGA_XILINX macroGrant Likely
2007-09-24[FIX] repair MFSL commandsMichal Simek
2007-09-24synchronizition with mainlineMichal Simek
2007-09-24Merge ../u-bootMichal Simek
2007-09-23sh: Add support command of ide with shNobuhiro Iwamatsu
2007-09-23Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu
2007-09-17OneNAND support (take #2)Kyungmin Park
2007-09-16TQM8xx[LM]: Fix broken environment alignment.Wolfgang Denk
2007-09-15Fix do_div() usage in nand process outputMatthias Fuchs
2007-09-15NAND: Add CFG_NAND_QUIET optionMatthias Fuchs
2007-09-11Merge git://www.denx.de/git/u-bootMichal Simek
2007-09-09Bugfix: make bootm+libfdt compile on boards with no flashGrant Likely
2007-09-07PXA270: Add support for multiple serial ports.stefano babic
2007-09-07Fix do_bootm_linux() so that multi-file images with FDT blob boot.Bartlomiej Sieka
2007-09-06bootm/fdt: Only process the fdt if an fdt address was providedGrant Likely
2007-08-29Fix compilation error for omap2420h4_config.Dirk Behme
2007-08-28IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew
2007-08-16Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby
2007-08-16fdt: suppress unused variable 'bd' warningKim Phillips
2007-08-16Fix warnings from of_data copy fixAndy Fleming
2007-08-16Fix of_data copying for CONFIG_OF_FLAT_TREE-using boardsAndy Fleming
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-15Merge git://www.denx.de/git/u-boot into mergeMichal Simek
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-15Fix where the #ifdef CFG_BOOTMAPSZ is placed.Jerry Van Baren
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk
2007-08-14Fix initrd/dtb interactionAndy Fleming
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-14Merge with /home/stefan/git/u-boot/zeusStefan Roese
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse
2007-08-10Improve error print messages.Gerald Van Baren
2007-08-10fdt: allow for builds that don't want env and bd_t nodesKim Phillips
2007-08-10fdt: do board setup based on fdt address specified on bootm lineKim Phillips
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren
2007-08-10Tighten up the error messages.Gerald Van Baren
2007-08-10Asthetic improvements: error messages and line lengths.Gerald Van Baren
2007-08-10Fix fdt_chosen() to call ft_board_setup(), clean up long lines.Gerald Van Baren
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren
2007-08-10Fix cmd_fdt line lengths, refactor code.Gerald Van Baren
2007-08-10FDT command improvements.Gerald Van Baren