Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-30 | Code cleanup. | Wolfgang Denk | |
2006-11-01 | - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the | Bartlomiej Sieka | |
MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins. | |||
2006-10-08 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-08 | Coding style cleanup | Wolfgang Denk | |
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory. | |||
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | |
Some more NAND cleanup and small fixes. | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-06 | Minor code cleanup | Wolfgang Denk | |
2006-03-06 | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | |
Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot] | |||
2006-03-05 | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | |
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards. | |||
2006-02-08 | Convert CPCI750 to use common CFI flash driver | Stefan Roese | |
Patch by Reinhard Arlt, 8 Feb 2006 | |||
2006-02-07 | Various changes to esd HH405 board specific files | Stefan Roese | |
Patch by Matthias Fuchs, 07 Feb 2006 | |||
2006-01-18 | Fix various compiler warnings on ppc4xx builds (ELDK 4.0) | Stefan Roese | |
Patch by Stefan Roese, 18 Jan 2006 | |||
2006-01-18 | Add VGA support (CT69000) to CPCI750 board. | Stefan Roese | |
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file(). Patch by Reinhard Arlt, 30 Dec 2005 | |||
2006-01-18 | PMC405 and CPCI405: Moved configuration of pci resources into config file. | Stefan Roese | |
PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005 | |||
2005-12-12 | (no commit message) | Wolfgang Denk | |
2005-12-03 | Code cleanup, especially MIPS for GCC 4.x | Wolfgang Denk | |
2005-11-20 | Change all '$(...)' variable references into '${...}' | Wolfgang Denk | |
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version. | |||
2005-11-15 | New PPC 405EP board added: CMS700 | Stefan Roese | |
Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005 | |||
2005-11-08 | Updated PCI mapping for esd CPCI2DP board. | Stefan Roese | |
Add support for error LED. Patch by Matthias Fuchs, 07 Nov 2005 | |||
2005-10-29 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2005-10-28 | Add support for multiple PHYs. | Marian Balakowicz | |
2005-10-20 | Fix conflicting types (flash_write()) in esd auto_update.c | Stefan Roese | |
Patch by Stefan Roese, 20 Oct 2005 | |||
2005-10-13 | Cleanup for GCC-4.x | Wolfgang Denk | |
2005-10-08 | Fix gzip bmp support (test if malloc fails, warning when truncated). | Stefan Roese | |
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005 | |||
2005-09-30 | Fix problem with SM501 init on HH405 board. | Stefan Roese | |
Patch by Stefan Roese, 30 Sep 2005 | |||
2005-09-25 | Fix VOH405 Support | Wolfgang Denk | |
Patch by Matthias Fuchs, 25 Sep 2005 | |||
2005-09-24 | Add support for AMD's Pb1x00 eval board; | Wolfgang Denk | |
add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005 | |||
2005-09-24 | * Fix PHY address argument passing with mii info command | Wolfgang Denk | |
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds | |||
2005-09-23 | More cleanup: get rid or redundand #defines | Wolfgang Denk | |
2005-09-23 | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | |
2005-09-22 | esd CPCI2DP board added | Stefan Roese | |
Patch by Matthias Fuchs, 22 Sep 2005 | |||
2005-09-22 | esd PMC405 board updated | Stefan Roese | |
Patch by Matthias Fuchs, 22 Sep 2005 | |||
2005-09-22 | Add SM501 support to HH405 board. | Stefan Roese | |
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005 | |||
2005-08-31 | Fix problems with ld version 2.16 (dot outside sections problem) | Wolfgang Denk | |
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html | |||
2005-08-23 | Merge with testing-4xx_enet (Create generic 4xx Ethernet code) | Wolfgang Denk | |
2005-08-22 | Add esd cpci5200 and pf5200 boards | Stefan Roese | |
Patch by Reinhard Arlt, 22 Aug 2005 | |||
2005-08-16 | Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c | Stefan Roese | |
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005 | |||
2005-08-12 | esd PCI405 board updated | Stefan Roese | |
Patch by Matthias Fuchs, 28 Jul 2005 | |||
2005-08-12 | esd WUH405 and DU405 board updated | Stefan Roese | |
Patch by Matthias Fuchs, 27 Jul 2005 | |||
2005-04-20 | * Patch by Matthias Fuchs, 18 Apr 2005: | stroese | |
Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables | |||
2005-04-13 | Update for esd apc405 | stroese | |
2005-03-17 | Update for esd auto_update and hh405 board | stroese | |
2005-03-16 | Update for esd auto_update and hh405 board | stroese | |
2005-03-14 | Update for esd voh405 fpga image | stroese | |
2005-03-01 | Update for esd boards dp405 and hub405 | stroese | |
2004-12-31 | * Code cleanup, mostly for GCC-3.3.x | wdenk | |
* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board. | |||
2004-12-17 | One more code cleanup. | stroese | |
2004-12-16 | Code cleanup. | wdenk | |