Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | Port enabled for I2C signals and chipselects port configuration. | TsiChungLiew | 2007-08-08 | -1/+10 | |
| | * | | | Added NAND support | TsiChungLiew | 2007-08-08 | -4/+317 | |
| | * | | | Added I2C support | TsiChungLiew | 2007-08-08 | -21/+117 | |
| | * | | | Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_... | TsiChungLiew | 2007-08-08 | -1/+3 | |
| | * | | | Added uart_gpio_conf() in serial_init(), seperated uart port configuration fr... | TsiChungLiew | 2007-08-08 | -14/+25 | |
| | * | | | Moved sync() from board file to include/asm-m68k/io.h | TsiChungLiew | 2007-08-08 | -7/+7 | |
| | * | | | Declared attributes of void __mii_init(void) as an alias for int mii_init(void) | TsiChungLiew | 2007-08-08 | -3/+5 | |
| | * | | | Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART | TsiChungLiew | 2007-08-08 | -6/+4 | |
| | * | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-07-20 | -1/+7 | |
| | |\ \ \ | |||||
| | * | | | | Coding style cleanup | Stefan Roese | 2007-07-16 | -4/+3 | |
| | * | | | | Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale | Stefan Roese | 2007-07-16 | -235/+7169 | |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge branch 'master' into u-boot-5329-early | John Rigby | 2007-07-10 | -1423/+9620 | |
| | | |\ \ \ \ | |||||
| | | * | | | | | Cache update and added CFG_UNIFY_CACHE | TsiChung | 2007-07-10 | -38/+29 | |
| | | * | | | | | Update header file. Include dtimer_intr_setup(). Changed timer divider to glo... | TsiChungLiew | 2007-07-10 | -56/+64 | |
| | | * | | | | | Update header files | TsiChungLiew | 2007-07-10 | -3/+4 | |
| | | * | | | | | Add mcffec_initialize() | TsiChungLiew | 2007-07-10 | -0/+3 | |
| | | * | | | | | Update header file and clean up | TsiChungLiew | 2007-07-10 | -3/+2 | |
| | | * | | | | | New uart structure and defines | TsiChungLiew | 2007-07-10 | -0/+171 | |
| | | * | | | | | New timer structure and defines | TsiChungLiew | 2007-07-10 | -0/+104 | |
| | | * | | | | | Rename mcfrtc to rtc | TsiChungLiew | 2007-07-10 | -1/+1 | |
| | | * | | | | | Rename mcfserial.c. Update include header | TsiChungLiew | 2007-07-10 | -3/+4 | |
| | | * | | | | | Header file update, clean up and cache handling | TsiChungLiew | 2007-07-10 | -33/+33 | |
| | | * | | | | | Create interrupts.c and modify Makefile | TsiChungLiew | 2007-07-10 | -1/+50 | |
| | | * | | | | | Enable Icache | TsiChungLiew | 2007-07-10 | -39/+38 | |
| | | * | | | | | Update header file and some clean up | TsiChungLiew | 2007-07-10 | -18/+12 | |
| | | * | | | | | Update header file and enable icache | TsiChungLiew | 2007-07-10 | -4/+3 | |
| | | * | | | | | Update header file and removed interrupt_init() | TsiChungLiew | 2007-07-10 | -17/+2 | |
| | | * | | | | | Update for flash.o and mii.o | TsiChungLiew | 2007-07-10 | -1/+1 | |
| | | * | | | | | MII functions calls. | TsiChungLiew | 2007-07-10 | -0/+304 | |
| | | * | | | | | Removed MII functions and replaced immap_5329.h and m5329.h with immap.h. | TsiChungLiew | 2007-07-10 | -282/+3 | |
| | | * | | | | | Duplicate code | TsiChungLiew | 2007-07-10 | -643/+0 | |
| | | * | | | | | Seperate old structure defines and new structure defines | TsiChungLiew | 2007-07-10 | -144/+0 | |
| | | * | | | | | Seperate old structure defines and new structure defines | TsiChungLiew | 2007-07-10 | -72/+0 | |
| | | * | | | | | Clean up | TsiChungLiew | 2007-07-10 | -1/+1 | |
| | | * | | | | | Clean up | TsiChungLiew | 2007-07-10 | -40/+40 | |
| | | * | | | | | Create new header file and move peripherals base address from configs file to... | TsiChungLiew | 2007-07-10 | -40/+63 | |
| | | * | | | | | Revert file mode | TsiChungLiew | 2007-07-10 | -0/+0 | |
| | | * | | | | | Added M5329AFEE and M5329BFEE Platforms | TsiChung Liew | 2007-06-18 | -188/+7629 | |
* | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx | Wolfgang Denk | 2007-08-18 | -26/+36 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add CONFIG_HAS_ETH0 to all boards with TSEC | Andy Fleming | 2007-08-16 | -0/+20 | |
| * | | | | | | | | Update MPC8544 DS PCI memory map | Kumar Gala | 2007-08-16 | -19/+15 | |
| * | | | | | | | | Fix up some fdt issues on 8544DS | Kumar Gala | 2007-08-16 | -7/+1 | |
| |/ / / / / / / | |||||
* | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | 2007-08-18 | -273/+474 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | mpc83xx: fix typo in DDR2 programming | Kim Phillips | 2007-08-17 | -1/+1 | |
| * | | | | | | | | mpc83xx: move freescale boards to boards/freescale | Kim Phillips | 2007-08-16 | -9/+9 | |
| * | | | | | | | | mpc83xx: suppress unused variable 'val8' warning | Kim Phillips | 2007-08-16 | -1/+2 | |
| * | | | | | | | | mpc83xx: implement board_add_ram_info | Kim Phillips | 2007-08-16 | -45/+50 | |
| * | | | | | | | | mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support | Tony Li | 2007-08-16 | -84/+142 | |
| * | | | | | | | | mpc83xx: enable libfdt by default on freescale boards | Kim Phillips | 2007-08-15 | -4/+4 | |
| * | | | | | | | | mpc83xx: migrate remaining freescale boards to libfdt | Kim Phillips | 2007-08-15 | -48/+170 |