Commit Graph

  • 62b4ac98a4 * Fix config option spelling in PM520 config file wdenk 2004-05-05 08:31:53 +00:00
  • 2729af9d54 * Fix minor NAND JFFS2 related issue wdenk 2004-05-03 20:45:30 +00:00
  • 08f1080c9c Make compile clean. U-Boot-1_1_1 wdenk 2004-04-25 16:40:11 +00:00
  • fc1cfcdb12 * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: (JFFS2 speed enhancements) because of using non-public data (PHYS_FLASH_SECT_SIZE) wdenk 2004-04-25 15:41:35 +00:00
  • 0b8fa03b6d * Patch by Christian Hohnstaedt, 23 Apr 2004: JFFS2 speed enhancements: - repair header CRC calculation in jffs2_1pass.c - add eraseblock size to the partition information to skip empty eraseblocks if we find more then 4k of free space. - The JFFS2 scanner is now fast enough to remove the spinning wheel so #ifdef-ed out. - add watchdog calls in long running loops wdenk 2004-04-25 14:37:29 +00:00
  • b9711de102 * Patch by John Kerl, 19 Apr 2004: Use U-boot's miiphy.h for PHY register names, rather than introducing a new header file. wdenk 2004-04-25 13:18:40 +00:00
  • e9132ea94c Clean up the TQM8xx_YYMHz configurations; allow to use the same binary image for all clock frequencies. Implement run-time optimization of flash access timing based on the actual bus frequency. wdenk 2004-04-24 23:23:30 +00:00
  • 5cf91d6bdc * Modify KUP4X board configuration to use SL811 driver for USB memory sticks (including FAT / VFAT filesystem support) LABEL_2004_04_23_2240 wdenk 2004-04-23 20:32:05 +00:00
  • e35745bb64 * Temporarily disabled John Kerl's extended MII command code because "miivals.h" is missing wdenk 2004-04-18 23:32:11 +00:00
  • 2471111d35 * Patch by John Kerl, 16 Apr 2004: Enable ranges in mii command, e.g. mii read 0-1f 0 or mii read 4-7 18-1a. Also add mii dump subcommand for pretty-printing standard regs 0-5. wdenk 2004-04-18 22:57:51 +00:00
  • 498b8db7f5 * Patch by Matthew S. McClintock, 14 Apr 2004: fix initdram function for utx8245 board wdenk 2004-04-18 22:26:17 +00:00
  • a8bd82de46 * Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board wdenk 2004-04-18 22:03:42 +00:00
  • 7abf0c5886 * Patch by Dan Malek, 07 Apr 2004: - Add support for RPC/STx GP3, Motorola 8560 board - Update 85xx TSEC driver so it searches MII for first available PHY and uses that one. - Add functions to support console MII commands. wdenk 2004-04-18 21:45:42 +00:00
  • d4326aca18 * Add missing microblaze header files wdenk 2004-04-18 21:17:30 +00:00
  • 507bbe3e80 * Patch by Yasushi Shoji, 07 Apr 2004: - add support for microblaze processors - add support for AtmarkTechno "suzaku" board wdenk 2004-04-18 21:13:41 +00:00
  • 998eaaecd4 * Configure PPChameleon board to use redundand environment in flash LABEL_2004_04_18_2135 wdenk 2004-04-18 19:43:36 +00:00
  • 6e5923851e * Cleanup, minor fixes wdenk 2004-04-18 17:39:38 +00:00
  • c26e454dfc Patches by Pantelis Antoniou, 16 Apr 2004: - add support for a new version of an Intracom board and fix various other things on others. - add verify support to the crc32 command (define CONFIG_CRC32_VERIFY to enable it) - fix FEC driver for MPC8xx systems: 1. fix compilation problems for boards that use dynamic allocation of DPRAM 2. shut down FEC after network transfers - HUSH parser fixes: 1. A new test command was added. This is a simplified version of the one in the bourne shell. 2. A new exit command was added which terminates the current executing script. 3. Fixed handing of $? (exit code of last executed command) wdenk 2004-04-18 10:13:26 +00:00
  • ea66bc8804 * Patch by George G. Davis, 02 Apr 2004: add support for Intel Assabet board wdenk 2004-04-15 23:23:39 +00:00
  • db01a2ea99 * Patch by Stephen Williams, 01 Apr 2004: Add support for Picture Elements JSE board wdenk 2004-04-15 23:14:49 +00:00
  • bda6c8aece Patches by Pantelis Antoniou, 30 Mar 2004: - some minor patches / cleanup wdenk 2004-04-15 21:58:11 +00:00
  • a3d991bd0d Patches by Pantelis Antoniou, 30 Mar 2004: add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol) wdenk 2004-04-15 21:48:45 +00:00
  • a6ab4bf978 Patches by Pantelis Antoniou, 30 Mar 2004: Improve and fix various things in the MPC8xx FEC driver: 1. The new 87x and 88x series of processors have two FECs, and the new driver supports them both. 2. Another change in the 87x/88x series is support for the RMII (Reduced MII) interface. However numerous changes are needed to make it work since the PHYs are connected to the same lines. That means that you have to address them correctly over the MII interface. wdenk 2004-04-15 21:31:56 +00:00
  • 5a8c51cd5e * Patches by Pantelis Antoniou, 30 Mar 2004: - add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board wdenk 2004-04-15 21:16:42 +00:00
  • 04a85b3b36 * Patches by Pantelis Antoniou, 30 Mar 2004: - add auto-complete support to the U-Boot CLI - add support for NETTA and NETPHONE boards; fix NETVIA board wdenk 2004-04-15 18:22:41 +00:00
  • d716b12671 Add startup code to clear the BSS of standalone applications wdenk 2004-04-12 16:12:49 +00:00
  • 56b86bf0cd Fix if / elif handling bug in HUSH shell wdenk 2004-04-12 14:31:43 +00:00
  • f525c8a147 Release version 1.1.0 U-Boot-1_1_0 wdenk 2004-04-10 20:44:51 +00:00
  • 17d704eb95 Cleanup for release 1.1.0 wdenk 2004-04-10 20:43:50 +00:00
  • 7e780369e4 * Patch by Mark Jonas: Remove config.tmp files only when unconfiguring the board wdenk 2004-04-08 22:31:29 +00:00
  • 0608e04da9 * Patch by Klaus Heydeck, 13 Mar 2003: Add support for KUP4X Board wdenk 2004-03-25 19:29:38 +00:00
  • b79a11cc2b Code cleanup LABEL_2004_03_25_1630 wdenk 2004-03-25 15:14:43 +00:00
  • 518e2e1ae3 * Patch by Pavel Bartusek, 21 Mar 2004 Add Reiserfs support wdenk 2004-03-25 14:59:05 +00:00
  • 6fb6af6dc9 * Patch by Stephen Williams, 19 March 2004 Increase speed of sector reads from SystemACE, shorten poll timeout and remove a useless reset wdenk 2004-03-23 23:20:24 +00:00
  • eeb1b77b7d * Patch by Pierre Aubert, 18 Mar 2004: - Unify video mode handling for Chips & Technologies 69000 Video chip and Silicon Motion SMI 712/710/810 Video chip - Add selection of the video output (CRT or LCD) via 'videoout' environment variable for the Silicon Motion - README update wdenk 2004-03-23 22:53:55 +00:00
  • 27aa818670 * Patch by Carl Riechers, 17 Mar 2004: Ignore '\0' characters in console input for use with telnet and telco pads. wdenk 2004-03-23 22:37:33 +00:00
  • 4b9206ed51 * Patches by Thomas Viehweger, 16 Mar 2004: - show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution) wdenk 2004-03-23 22:14:11 +00:00
  • 109c0e3ad3 * Patch by Phillippe Robin, 16 Mar 2004: avoid dereferencing NULL pointer in lib_arm/armlinux.c wdenk 2004-03-23 21:43:07 +00:00
  • efa329cb89 * Add start-up delay to make sure power has stabilized before attempting to switch on USB on SX1 board. wdenk 2004-03-23 20:18:25 +00:00
  • 7d7ce4125f Patch by Pierre Aubert, 15 Mar 2004: Fix buffer overflow in IDE identification wdenk 2004-03-17 01:13:07 +00:00
  • d9df1f4e66 * Patch by Steven Scholz, 27 Feb 2004: - Adding get_ticks() and get_tbclk() for AT91RM9200 - Many white space fixes in cpu/at91rm9200/interrupts.c LABEL_2004_03_16_2330 wdenk 2004-03-15 09:00:01 +00:00
  • 42dfe7a184 Code cleanup; make several boards compile & link. LABEL_2004_03_14_2340 wdenk 2004-03-14 22:25:36 +00:00
  • 855a496fe9 * Patches by Travis Sawyer, 12 Mar 2004: - Fix Gigabit Ethernet support for 440GX - Add Gigabit Ethernet Support to MII PHY utilities wdenk 2004-03-14 18:23:55 +00:00
  • 4b248f3f71 * Patch by Pierre Aubert, 11 Mar 2004: - add bitmap command and splash screen support in cfb console - add [optional] origin in the bitmap display command wdenk 2004-03-14 16:51:43 +00:00
  • aaf224ab4e * Patch by Stephan Linz, 09 Mar 2004 - Add support for the SSV ADNP/ESC1 (Nios Softcore) wdenk 2004-03-14 15:20:55 +00:00
  • 3d3befa754 * Patch by Philippe Robin, 09 Mar 2004: Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support. wdenk 2004-03-14 15:06:13 +00:00
  • 4d13cbad1c * Patch by Tolunay Orkun, 5 Mar 2004: Fix early board initialization for Cogent CSB272 board wdenk 2004-03-14 14:09:05 +00:00
  • c3f9d4939a * Patch by Yuli Barcohen, 4 Mar 2004: Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before). wdenk 2004-03-14 00:59:59 +00:00
  • 0e6d798cb3 * Patch by Travis Sawyer, 01 Mar 2004: Ocotea: - Add IBM PPC440GX Ref Platform support (Ocotea) Original code by Paul Reynolds <PaulReynolds@lhsolutions.com> Adapted to U-Boot and 440GX port 440gx_enet.c: - Add gracious handling of all Ethernet Pin Selections for 440GX - Add RGMII selection for Cicada CIS8201 Gigabit PHY ppc440.h: - Add needed bit definitions - Fix formatting wdenk 2004-03-14 00:07:33 +00:00
  • c40b295682 * Patch by Rune Torgersen, 27 Feb 2004: - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA) - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF) - Added support for 64bit strtoul (CFG_64BIT_STRTOUL) wdenk 2004-03-13 23:29:43 +00:00
  • 6629d2f22b SX1 patches: use "serial#" for USB serial #; use redundand environment storage; auto-set console on USB port (using preboot command) wdenk 2004-03-12 15:38:25 +00:00
  • bdda519d3c Cleanup. wdenk 2004-03-12 13:47:56 +00:00
  • 232c150a25 Add support for Siemens SX1 mobile phone; add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty") LABEL_2004_03_12_0130 wdenk 2004-03-12 00:14:09 +00:00
  • 79d696fc55 Fix LOWBOOT configuration for MPC5200 with DDR memory wdenk 2004-03-11 22:46:36 +00:00
  • f8d813e34f * Fix SDRAM timings for LITE5200 / IceCube board wdenk 2004-03-02 14:05:39 +00:00
  • e7c85689bb * Patch by Travis Sawyer, 26 Feb 2004: Fix broken compile for XPEDITE1K target. wdenk 2004-02-27 08:21:54 +00:00
  • 132ba5fdc5 * Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200 wdenk 2004-02-27 08:20:54 +00:00
  • 11dadd547c * Patch by Steven Scholz, 25 Feb 2004: - Timeouts in FPGA code should be based on CFG_HZ - Minor cleanup in code for Altera FPGA ACEX1K wdenk 2004-02-27 00:07:27 +00:00
  • 80885a9d52 * Patch by Markus Pietrek, 24 Feb 2004: NS9750 DevBoard added wdenk 2004-02-26 23:46:20 +00:00
  • 0c852a2886 * Patch by Rahul Shanbhag, 19 Feb 2004: Fixes for for OMAP1610 board: - shift some IRQ specific code to platform.S file - remove duplicatewatchdog reset code from start.S wdenk 2004-02-26 23:01:04 +00:00
  • a084f7da88 * Patch by Masami Komiya, 24 Feb 2004: Update NetBootFileXferSize in NFS code wdenk 2004-02-24 22:33:21 +00:00
  • 5cfbab3d82 Add missing board/dave/B2/B2.c file. LABEL_2004_02_24_0305 wdenk 2004-02-24 02:01:43 +00:00
  • cbd8a35c6d * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download wdenk 2004-02-24 02:00:03 +00:00
  • 074cff0d28 * Patch by Andrea Scian, 17 Feb 2004: Add support for S3C44B0 processor and DAVE B2 board wdenk 2004-02-24 00:16:43 +00:00
  • 028ab6b598 * Patch by Peter Ryser, 20 Feb 2004: Add support for the Xilinx ML300 platform wdenk 2004-02-23 23:54:43 +00:00
  • 63e73c9a8e * Patches by Reinhard Meyer, 14 Feb 2004: - update board/emk tree; use common flash driver - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c [adapted for other PPC CPUs -- wd] - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c wdenk 2004-02-23 22:22:28 +00:00
  • cd0a9de68b * Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c wdenk 2004-02-23 20:48:38 +00:00
  • 2d1a537d87 * Patch by Thomas Elste, 10 Feb 2004: Add support for NET+50 CPU and ModNET50 board wdenk 2004-02-23 19:30:57 +00:00
  • 3f85ce2785 * CVS add missing files wdenk 2004-02-23 16:11:30 +00:00
  • 3c74e32a98 * Patch by Travis Sawyer, 09 Feb 2004: o 440GX: - Fix PCI Indirect access for type 1 config cycles with ppc440. - Add phymode for 440 enet - fix pci pre init o XPedite1K: - Change board_pre_init to board_early_init_f - Add user flash to bus controller setup - Fix pci pre init - Fix is_pci_host to check GPIO for monarch bit - Force xpedite1k to pci conventional mode (via #define option) wdenk 2004-02-22 23:46:08 +00:00
  • cf56e11019 Add Auto-MDIX support for INCA-IP LABEL_2004_02_20_2310 wdenk 2004-02-20 22:02:48 +00:00
  • 198ea9e294 Last minute fixes / cleanup. U-Boot-1_0_2 wdenk 2004-02-12 15:11:57 +00:00
  • b2daeb8e0f Fix typo. wdenk 2004-02-12 14:09:38 +00:00
  • bf9e3b38f7 * Some code cleanup wdenk 2004-02-12 00:47:09 +00:00
  • a2d18bb7d3 * Make sure to use a bus clock divider of 2 only when running TQM8xxM modules at CPU clock frequencies above 66 MHz. LABEL_2004_02_11_2240 wdenk 2004-02-11 21:35:18 +00:00
  • cd37d9e6e5 * Patch by Jian Zhang, 3 Feb 2004: - Changed the incorrect FAT12BUFSIZE - data_begin in fsdata can be negative. Changed it to be short. * Code cleanup wdenk 2004-02-10 00:03:41 +00:00
  • ec4c544bed Patches by Stephan Linz, 30 Jan 2004: 1: - board/altera/common/flash.c:flash_erase(): o allow interrupts befor get_timer() call o check-up each erased sector and avoid unexpected timeouts - board/altera/dk1c20/dk1s10.c:board_early_init_f(): o enclose sevenseg_set() in cpp condition - remove the ASMI configuration for DK1S10_standard_32 (never present) - fix some typed in mistakes in the NIOS documentation 2: - split DK1C20 configuration into several header files: o two new files for each NIOS CPU description o U-Boot related part is remaining in DK1C20.h 3: - split DK1S10 configuration into several header files: o two new files for each NIOS CPU description o U-Boot related part is remaining in DK1S10.h 4: - Add support for the Microtronix Linux Development Kit NIOS CPU configuration at the Altera Nios Development Kit, Stratix Edition (DK-1S10) 5: - Add documentation for the Altera Nios Development Kit, Stratix Edition (DK-1S10) 6: - Add support for the Nios Serial Peripharel Interface (SPI) (master only) 7: - Add support for the common U-Boot SPI framework at RTC driver DS1306 wdenk 2004-02-09 23:12:24 +00:00
  • b98fff1d6a * Patch by Rahul Shanbhag, 28 Jan 2004: Fix flash protection/locking handling for OMAP1610 innovator board. wdenk 2004-02-09 20:51:26 +00:00
  • 5653fc335a * Patch by Yuli Barcohen, 26 Jan 2004: Allow bzip2 compression for small memory footprint boards wdenk 2004-02-08 22:55:38 +00:00
  • f6e20fc6ca Patch by Anders Larsen, 09 Jan 2004: wdenk 2004-02-08 19:38:38 +00:00
  • f4863a7aec * Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h wdenk 2004-02-07 01:27:10 +00:00
  • ba56f62576 Patch by Travis Sawyer, 30 Dec 2003: Add support for IBM PPC440GX. Multiple EMAC Ethernet devices, select MDI port based on enabled EMAC device. Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX base PrPMC board. wdenk 2004-02-06 23:19:44 +00:00
  • a6cccaea5a * Patch by Wolter Kamphuis, 15 Dec 2003: made CONFIG_SILENT_CONSOLE usable on all architectures wdenk 2004-02-06 21:48:22 +00:00
  • 5e4be00fb0 Fix bootfile default settings for TQM boards LABEL_2004_01_21_2110 wdenk 2004-01-31 20:13:31 +00:00
  • 75d1ea7f6a Fix variable CPU clock for MPC859/866 systems for low CPU clocks wdenk 2004-01-31 20:06:54 +00:00
  • 6876609446 * Implement adaptive SDRAM timing configuration based on actual CPU clock frequency for INCA-IP; fix problem with board hanging when switching from 150MHz to 100MHz LABEL_2004_01_29_1030 wdenk 2004-01-29 09:22:58 +00:00
  • c178d3da6f * Add variable CPU clock for MPC859/866 systems (so far only TQM866M): see doc/README.MPC866 for details; implement workaround for "SIU4" and "SIU9" silicon bugs on MPC866; calculate CPU clock frequency from PLL register values. wdenk 2004-01-24 20:25:54 +00:00
  • ef978730dc * Fix PS/2 keyboard problem caused by statically initialized variable pointing to a location in flash wdenk 2004-01-21 20:46:28 +00:00
  • c837dcb1a3 * The PS/2 mux on the BMS2003 board needs 450 ms after power on before we can access it; add delay in case we are faster (with no CF card inserted) wdenk 2004-01-20 23:12:12 +00:00
  • b0aef11c9f Fix typo in Makefile; fix problem with PARTNUM detection wdenk 2004-01-18 18:21:54 +00:00
  • 1c43771ba8 [Strange. I _did_ check these in before. Seems SF restored an old version of the repository???] wdenk 2004-01-16 00:30:56 +00:00
  • c83bf6a2d0 Add a common get_ram_size() function and modify the the board-specific files to invoke that common implementation. wdenk 2004-01-06 22:38:14 +00:00
  • b299e41a0d Fix comment. U-Boot-1_0_1 wdenk 2004-01-06 11:32:21 +00:00
  • b34ff81d9b Set default clock for INCA-IP to 150 MHz wdenk 2004-01-06 11:13:56 +00:00
  • a522fa0e7c * Make BMS2003 use a separate config file to avoid #ifdef mess; add I2C support; add support for DS1337 RTC wdenk 2004-01-04 22:51:12 +00:00
  • 180d3f74e4 * Fix problems caused by Robert Schwebel's cramfs patch wdenk 2004-01-04 16:28:35 +00:00
  • dd875c767e * Patch by Robert Schwebel, 15 Dec 2003: add support for cramfs (uses JFFS2 command interface) wdenk 2004-01-03 21:24:46 +00:00
  • c935d3bd8b Patches by Stephan Linz, 11 Dec 2003: - more documentation for NIOS port - new struct nios_pio_t, struct nios_spi_t - Reconfiguration for NIOS Development Kit DK1C20: o move board related code from board/dk1c20 to board/altera/dk1c20 o create a new common source path board/altera/common and move generic flash access stuff into it o change/expand configuration file DK1C20.h - Add support for NIOS Development Kit DK1S10 - Add status LED support for NIOS systems - Add dual 7-segment LED support for Altera NIOS DevKits wdenk 2004-01-03 19:43:48 +00:00
  • 3a473b2a65 * Patch by Ronen Shitrit, 10 Dec 2003: Add support for the Marvell DB64360 / DB64460 development boards wdenk 2004-01-03 00:43:19 +00:00
  • b6e4c4033c * Patch by Denis Peter, 8 Dec 2003 - add support for the PATI board (MPC555) - add SPI support for the MPC5xx wdenk 2004-01-02 16:05:07 +00:00