summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2007-08-23ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 boardStefan Roese
This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5 board. Now the "eeprom" command can be used to read/write from/to this device. Additionally a new command was added "eepromwp" to en-/disable the write-protect of this 2nd EEPROM. The 1st EEPROM is not affected by this write-protect command. Signed-off-by: Stefan Roese <[email protected]>
2007-08-22ppc4xx: Remove unused option CFG_INIT_RAM_OCMStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-21Merge with /home/stefan/git/u-boot/u-boot-ppc4xxStefan Roese
2007-08-21ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)Stefan Roese
This patch adds support for the matrix keyboard on the lwmon5 board. Since the implementation in the dsPCI is kind of compatible with the "old" lwmon board, most of the code is copied from the lwmon board directory. Signed-off-by: Stefan Roese <[email protected]>
2007-08-18Merge with /home/wd/git/u-boot/custodian/u-boot-coldfireWolfgang Denk
2007-08-18Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk
2007-08-18Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk
2007-08-18Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk
2007-08-18lib_ppc: make board_add_ram_info weakKim Phillips
platforms wishing to display RAM diagnostics in addition to size, can do so, on one line, in their own board_add_ram_info() implementation. this consequently eliminates CONFIG_ADD_RAM_INFO. Thanks to Stefan for the hint. Signed-off-by: Kim Phillips <[email protected]>
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-18Coding style cleanupStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-17ColdFire: Add M5235EVB Platform for MCF523xTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16mpc83xx: implement board_add_ram_infoKim Phillips
add board_add_ram_info, to make memory diagnostic output more consistent. u-boot banner output now looks like: DRAM: 256 MB (DDR1, 64-bit, ECC on) and for boards with SDRAM on the local bus, a line such as this is added: SDRAM: 64 MB (local bus) also replaced some magic numbers with their equivalent define names. Signed-off-by: Kim Phillips <[email protected]>
2007-08-16mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card supportTony Li
The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board. Signed-off-by Tony Li <[email protected]>
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: Add M5249EVB platform for MCF52x2TsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: Update Freescale MCF52x2 platformsTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: Update EB+MCF-EV123 platformTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: update TASREG platform for MCF52x2TsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: update r5200 platform for MCF52x2TsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: idmr platform MCF52x2 updateTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: cobra5272 platform for MCF52x2 updateTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: MCF52x2 Header files updateTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: MCF5329 header file clean upTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-16Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby
2007-08-16Add CONFIG_HAS_ETH0 to all boards with TSECAndy Fleming
The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether to update TSEC1's device-tree node, so we need to add it to all the boards with TSECs. Do this for 83xx and 86xx, too, since they will eventually do something similar. Signed-off-by: Andy Fleming <[email protected]>
2007-08-16Update MPC8544 DS PCI memory mapKumar Gala
The PCIe bus that the ULI M1575 is connected to has no possible way of needing more than the fixed amount of IO & Memory space needed by the ULI. So make it use far less IO & memory space and have it use the shared LAW. This free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed by each bus. Signed-off-by: Kumar Gala <[email protected]>
2007-08-16Fix up some fdt issues on 8544DSKumar Gala
It looks like we had a merge issue that duplicated a bit of code in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get the MAC address properly set in the device tree on boot for TSEC1 Signed-off-by: Kumar Gala <[email protected]>
2007-08-16Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-16Fix numerous bugs in the 8568 UEC supportAndy Fleming
Actually, fixed a large bug in the UEC for *all* platforms. How did this ever work? uec_init() did not follow the spec for eth_init(), and returned 0 on success. Switch it to return the link like tsec_init() (and 0 on error) The immap for the 8568 was defined based on MPC8568, rather than CONFIG_MPC8568 CONFIG_QE was off CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0" Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is enabled Signed-off-by: Andy Fleming <[email protected]>
2007-08-16Define tsec flag values in config filesAndy Fleming
The tsec_info structure and array has a "flags" field for each ethernet controller. This field is the only reason there are settings. Switch to defining TSECn_FLAGS for each controller in the config header, and we can greatly simplify the array, and also simplify the addition of future boards. Signed-off-by: Andy Fleming <[email protected]>
2007-08-16ppc4xx: Only enable POST FPU test on Sequoia and not RainierStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-15mpc83xx: enable libfdt by default on freescale boardsKim Phillips
this enables libfdt code by default for the freescale mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx and gp boards. Signed-off-by: Kim Phillips <[email protected]>
2007-08-15mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips
also adds common prototypes to include/common.h. Signed-off-by: Kim Phillips <[email protected]>
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-15[FIX] Correction command setting for Microblaze boardsMichal Simek
2007-08-1586xx: Fix lingering CFG_CMD_* references in sbc8641d.hJon Loeliger
Remove a leftover in net/tftp.c while we're at it. Signed-off-by: Jon Loeliger <[email protected]>
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-14Coding style cleanup. Update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
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-14ppc4xx: Add initial Zeus (PPC405EP) board supportStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-14Add the files.Peter Pearse
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse
Merge to two at45.c files into a common file, split to at45.c and spi.c Fix spelling error in DM9161 PHY Support. Initialize at91rm9200 board (and set LED). Add PIO control for at91rm9200dk LEDs and Mux. Change dataflash partition boundaries to be compatible with Linux 2.6. Signed-off-by: Peter Pearse <[email protected]> Signed-off-by: Ulf Samuelsson <[email protected]>
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk