summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-19Merged sufficient changes to pxa-regs.h in order to make u-boot compile.Markus Klotzbücher
It doesn't run yet.
2006-02-10Enable address translation on MPC83xxKumar Gala
Patch by Kumar Gala, 10 Feb 2006
2006-02-10Reverting pxa-regs.h back to original, because the intel Monahans oneMarkus Klotzbücher
breaks backward compatibility and I don't trust it. Instead, i'll verify and merge the parts I need while porting.
2006-02-10Config updated for compiling the SMC911111 network driverMarkus Klotzbücher
2006-02-10Changed gcc-4.0 global data pointer fix to conform with the fix for this onMarkus Klotzbücher
other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b)
2006-02-09basic u-boot is working, boots into the command shell.Markus Klotzbücher
2006-02-08Changes:Markus Klotzbücher
* lots of bugfixes in the assembler code * reverted hardware.h back to original * enabled hardware DRAM calibration * GCC-4 fix: modified GLOBAL_DATA_POINTER macro
2006-02-08Convert CPCI750 to use common CFI flash driverStefan Roese
Patch by Reinhard Arlt, 8 Feb 2006
2006-02-07Forgot to add files to zylonite branch.Markus Klotzbücher
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher
done so far: * created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for Intel Monahans support (CONFIG_CPU_MONAHANS) * created Makefile zylonite target + MAKEALL entry * added some debug nonsense, remove later, grep for mk@tbd Status: compiles (eldk-4.0), and can be started with BDI, but runs forever and doesn't halt at breakpoints. Hmmm...
2006-02-07Various changes to esd HH405 board specific filesStefan Roese
Patch by Matthias Fuchs, 07 Feb 2006
2006-02-07Update default environment for INKA4x00 board.Wolfgang Denk
2006-01-29Cleanup U-Boot boot messages on ARM.Wolfgang Denk
To match the U-Boot user interface on ARM platforms to the U-Boot standard (as on PPC platforms), some messages with debug character are removed from the default U-Boot build. Enable DEBUG for lib_arm/board.c to enable debug messages. New CONFIG_DISPLAY_CPUINFO and CONFIG_DISPLAY_BOARDINFO options. Patch by Stefan Roese, 24 Jan 2006
2006-01-25Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xxKumar Gala
Patch by Kumar Gala, 25 Jan 2006
2006-01-23Fixed defines for MPC83xx SICRL register to match current specsKumar Gala
Patch by Kumar Gala, 23 Jan 2006
2006-01-18Fix various compiler warnings on ppc4xx builds (ELDK 4.0)Stefan Roese
Patch by Stefan Roese, 18 Jan 2006
2006-01-18Add 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-18PMC405 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
2006-01-13Fix 28F256J3A support on PM520 boardWolfgang Denk
(without bank-switching only 32 MB can be accessed)
2006-01-12Added PCI support for MPC8349ADS boardKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-12Fixed PCI indirect config ops to handle multiple PCI controllersKumar Gala
We need to adjust the bus number we are trying to access based on which PCI controller its on Patch by Kumar Gala 12 Jan 2006
2006-01-11Add helper function for generic flat device tree fixups for mpc83xxKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-11Add support for passing initrd information via flat device treeKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar Gala
OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
2006-01-11Allow board code to fixup the flat device tree before booting aKumar Gala
kernel Patch by Kumar Gala 11 Jan 2006
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala
CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
2006-01-11Report back PCI bus when doing table based device configKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-11Added support for PCI prefetchable region and BARsKumar Gala
If a host controller sets up a region as prefetchable and a device's BAR denotes it as prefetchable, allocate the BAR into the prefetch region. If a BAR is prefetchable and no prefetchable region has been setup by the controller we fall back to allocating the BAR into the normally memory region. Patch by Kumar Gala 11 Jan 2006
2006-01-11Only disable the MPC83xx watchdog if its enabled out of reset.Kumar Gala
If its disabled out of reset SW can later enable it if so desired Patch by Kumar Gala, 11 Jan 2006
2006-01-11Allow config of GPIO direction & data registers at boot on 83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2006-01-11Enable time handling on 83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2006-01-11Make System IO Config Registers board configurable on MPC83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2006-01-11Update CHANGELOG.Wolfgang Denk
2006-01-11Fix mkimage bug with multifile images created on 64 bit systems.Wolfgang Denk
2005-12-29Add support for 28F256J3A flah (=> 64 MB) on PM520 boardWolfgang Denk
2005-12-22Add support for 28F256J3A flash chipsWolfgang Denk
2005-12-19Fix compiler problem with at91rm9200dk board.Wolfgang Denk
Patch by Eugen Bigz, 19 Dec 2005
2005-12-16Merge with /home/sr/git/u-bootv1.1.4U-Boot-1_1_4Wolfgang Denk
2005-12-16MPC5200: Set PCI retry counter to 0 = infinite retry;Wolfgang Denk
The default of 255 is too short for slow devices. Patch by Martin Nykodym, 12 Dec 2005
2005-12-15Changes to Yellowstone & Yosemite 440EP/GR eval boards:Stefan Roese
- Changed GPIO setup to enable another address line in order to address 64M of FLASH. - Added function sdram_tr1_set to auto calculate the tr1 value for the DDR. Patch by Steven Blakeslee, 12 Dec 2005
2005-12-14Merge with /home/m8/git/u-bootWolfgang Denk
2005-12-12(no commit message)Wolfgang Denk
2005-12-06Change port configuration for O2DNT (CODEC1 on PSC1)Marian Balakowicz
2005-12-06Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk
Simplify TQM85xx Makefile handling.
2005-12-04Fix data overflow (typo?) in rtc/ds1302.cWolfgang Denk
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk
2005-12-01Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk
2005-12-01Merge with /home/sr/git/u-bootWolfgang Denk
2005-12-01Adjust TQM834x PHY addresses for latest hardware revision.Wolfgang Denk
2005-12-01Increase malloc arena on TQM5200 board to 256 kB.Wolfgang Denk
With 64 kb uniform flash sector size the old value of 128 kB was too small.