- Aug 29, 2007
-
-
Wolfgang Denk authored
..because it caused compiler errors and there seems to be no board maintainer to take care of this. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Kumar Gala authored
<ed.swarthout@freescale.com> The problem is pciauto_setup_device() getting called from fsl_pci_init.c is allocating memory space it doesn't need. Signed-off-by:
Ed Swarthout <ed.swarthout@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the correct consoledev needed for linux boot. Standardize on fdt{file,addr} var to hold dtb file name. Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com>
-
Haiying Wang authored
The L2 cache size is 512KB for 8568, print out the correct informaiton. Signed-off-by:
Haiying Wang <Haiying.Wang@freescale.com>
-
Jason Jin authored
Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Kim Phillips authored
if a board/$(VENDOR)/common/Makefile exists, build it. also add the first such case, board/freescale/common/Makefile, to handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as dictated by board configuration. thusly get rid of alternate build dir errors such as: FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory by putting the common/ mkdir command in its proper place (the common Makefile). Common bits from existing individual board Makefiles have been removed. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Stefano Babic authored
TFTP does not work anymore after multicast tftp patch was applied on little endian systems. This patch fix it. Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
Stefano Babic authored
The logic to check if there is a correct MAC address in the DM9000 EEPROM, added in the last patch, is wrong. Now the MAC address is always taken from the environment, even if a suitable MAC is present in the EEPROM. Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
Martin Krause authored
Fix the following warnings: - usb.c:xx: warning: function declaration isn't a prototype - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer from pointer wihtout a cast Signed-off-by:
Martin Krause <martin.krase@tqs.de>
-
Ed Swarthout authored
CPU physical address space was being wasted by allocating a PCSRBAR PCI inbound region to it's memory space. As a rule, PCSRBAR should be left alone since it does not affect transactions from self and other masters may have changed it. Signed-off-by:
Ed Swarthout <ed.swarthout@freescale.com>
-
Martin Krause authored
This patch fixes the "type qualifiers ignored on fuction return tpye" warning for include/s3c2410.h Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Dirk Behme authored
omap2420h4 switched to cfi, so remove old (already disabled) flash.c and flash_probe() calls in env_flash.c. Signed-off-by:
Dirk Behme <dirk.behme@gmail.com>
-
- Aug 28, 2007
-
-
Kim Phillips authored
and make some minor corrections to the FDT part of the README. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Heiko Schocher authored
define there own I/O functions. (Needed for the pcs440ep board). - The default I/O Functions are again 8 Bit accesses. - Added CONFIG_CMD_IDE for the pcs440ep Board. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Aug 25, 2007
-
-
Yuri Tikhonov authored
As experienced on lwmon5, on some boards the POST memory test can corrupt the global data buffer (bd). This patch fixes this issue by checking and limiting this area. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 24, 2007
-
-
Stefan Roese authored
Since this RTC POST test is taking quite a while to complete it's only initiated upon special keypress same as the complete memory POST. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 23, 2007
-
-
Stefan Roese authored
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 <sr@denx.de>
-
- Aug 22, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 21, 2007
-
-
Stefan Roese authored
-
Stefan Roese authored
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 <sr@denx.de>
-
- Aug 19, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 18, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Kim Phillips authored
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 <kim.phillips@freescale.com>
-
Shinya Kuribayashi authored
This patch has been sent on: - 6 Jun 2007 Many users of PCI config read routines tend to ignore the function ret value, and are only concerned about the contents of *val. Based on this, pci_hose_read_config_{byte,word}_via_dword should initialize the *val on dword read error. Without this fix, for example, we'll go on scanning bus with vendor or header_type uninitialized. This brings many unnecessary config trials. Signed-off-by:
Shinya Kuribayashi <shinya.kuribayashi@necel.com>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 17, 2007
-
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
Kim Phillips authored
introduced in the implement board_add_ram_info patch as I was cleaning out the magic numbers. sorry. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
includes build fixes. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
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 <kim.phillips@freescale.com>
-
Tony Li authored
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 <tony.li@freescale.com>
-