Marian Balakowicz
a7c66ad2e5
Correct shift offsets in icache_status and dcache_status for MPC83xx.
19 years ago
Marian Balakowicz
6e53e27c50
Add support for DS1374 RTC chip.
19 years ago
Wolfgang Denk
ff7fefe679
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
...
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006
19 years ago
Wolfgang Denk
86f5f0342d
Fix CHANGELOG entry (patch date)
19 years ago
Stefan Roese
15940c9af3
Change max size of uncompressed uImage's to 8MByte and add
...
CFG_BOOTM_LEN to adjust this setting.
As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
uImages was restricted to 4MBytes. This default size is now
increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN
in the board config file.
Patch by Stefan Roese, 13 Mar 2006
19 years ago
Stefan Roese
f3fecfe6d7
Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
...
Patch by Stefan Roese, 13 Mar 2006
19 years ago
Stefan Roese
9a7b408c11
cpu/ppc4xx/start.S : exceptions are enabled after relocation
...
Patch by Cedric Vincent, 6 June 2005
19 years ago
Wolfgang Denk
9551530615
au1x00_eth.c: check malloc return value and abort if it failed
...
Patch by Andrew Dyer, 26 Jul 2005
19 years ago
Wolfgang Denk
c15f80eaef
Change the sequence of events in soft_i2c.c:send_ack() to keep from
...
incorrectly generating start/stop conditions on the bus.
Patch by Andrew Dyer, 26 Jul 2005
19 years ago
Wolfgang Denk
b38dbd4622
Fix bug in [id]cache_status commands for MPC85xx processors;
...
should look at LSB of L1CSRn registers to determine if L1 cache is
enabled, not the MSB.
Patch by Murray Jensen, 19 Jul 2005
19 years ago
Wolfgang Denk
f07217c9e2
Fix array overflow with fw_setenv on uninitialised environment
...
Patch by Murray Jensen, 15 Jul 2005
19 years ago
Wolfgang Denk
84c960ce6d
Add support for EmbeddedPlanet EP88x boards
...
Patch by Yuli Barcohen, 13 Jul 2005
19 years ago
Wolfgang Denk
763b5f34c3
Remove board specific configuration includes from the common xilinx
...
ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005
19 years ago
Wolfgang Denk
be5048f166
Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver
...
Patch by Murray Jensen, 08 Jul 2005
19 years ago
Wolfgang Denk
ca27381df1
Add (some) definitions for the MPC85xx local bus controller
...
Patch by Murray Jensen, 08 Jul 2005
19 years ago
Wolfgang Denk
8123eee875
Add CPM2 I/O pin functions for MPC85xx processors
...
Patch by Murray Jensen, 08 Jul 2005
19 years ago
Wolfgang Denk
7c60908ffb
Fix compile problem
19 years ago
Wolfgang Denk
47705af5da
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads
19 years ago
Wolfgang Denk
795bee8496
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
19 years ago
Wolfgang Denk
7b230f61db
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci
19 years ago
Wolfgang Denk
a3f0169880
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
19 years ago
Wolfgang Denk
3b2e4fd9b0
Add support for the DHCP vendor optional bootfile ( #67 ).
...
Ignores the vendor TFTP server name option (#66 ).
Patch by Murray Jensen, 30 Jun 2005
19 years ago
Wolfgang Denk
0346983290
Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII mode
...
Patch by Andy Fleming, 14 Jun 2005
19 years ago
Wolfgang Denk
d8169c9f3b
Fix bad register definitions for LTX971 PHY on MPC85xx boards.
...
Patch by Gerhard Jaeger, 21 Jun 2005
19 years ago
Wolfgang Denk
0a3471fc78
Add netconsole and some more commands to RPXlite_DW board
...
Patch by Sam Song, 19 Jun 2005
19 years ago
Wolfgang Denk
993a22756e
Fix bad declaration on pci_cfgfunc_nothing
...
Patch by Sam Song, 19 Jun 2005
19 years ago
Wolfgang Denk
953c5b6f8b
Adjust "echo" as a default command
...
Patch by Sam Song, 19 Jun 2005
19 years ago
Wolfgang Denk
23466d6a33
Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280EC
...
Patch by KokHow Teh, 16 Jun 2005
19 years ago
Wolfgang Denk
74f92e6a3f
Add crc of data to jffs2 (in jffs2_1pass_build_lists()).
...
Patch by Rick Bronson, 15 Jun 2005
19 years ago
Wolfgang Denk
8e7b703a62
Coding Style cleanup
19 years ago
Wolfgang Denk
1264b4050c
Avoid dereferencing NULL in find_cmd() if no valid commands were found
...
Patch by Andrew Dyer, 13 Jun 2005
19 years ago
Wolfgang Denk
6cb142fa3b
Add missing Blackfin files.
19 years ago
Wolfgang Denk
0afe519a43
Add ADI Blackfin support
...
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:
19 years ago
Wolfgang Denk
dc013d4640
Add loads of ntohl() in image header handling
...
Patch by Steven Scholz, 10 Jun 2005
19 years ago
Wolfgang Denk
8ff0208d31
Switch MPC86xADS and MPC885ADS boards to use cpuclk environment
...
variable to set clock
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
f47b661141
RPXlite configuration fixes
...
- Use correct flash sector size
- Use correct memory test end address
- Add support for bzip2 compression
- Various small fixes
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
aba9f1af60
Memory configuration changes for ZPC.1900 board
...
- Fix SDRAM timing on both local bus and 60x bus
- Add support for second flash bank (SIMM)
- Change boot flash base
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
5797b821dc
Add support for Adder boards with 16MB SDRAM;
...
add support for second FEC on Adder87x board.
Patch by Yuli Barcohen, 05 Jun 2005
19 years ago
Wolfgang Denk
7c54c7018e
Fix conditional for including ks8695eth driver
...
Patch by Greg Ungerer, 04 Jun 2005
19 years ago
Wolfgang Denk
92b197f0da
Fix Makefile: include config.mk only after CROSS_COMPILE is defined
...
Patch by Friedrich Lobenstock, 02 Jun 2005
19 years ago
Wolfgang Denk
82d716fd0d
Fix comment in common/soft_i2c.c
...
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
19 years ago
Wolfgang Denk
611125a292
Cleanup compiler warnings.
...
Patch by Greg Ungerer, 21 May 2005
19 years ago
Wolfgang Denk
2281490485
Word alignment fixes for word aligned NS16550 UART
...
Patch by Jean-Paul Saman, 01 Mar 2005
19 years ago
Wolfgang Denk
d509b81210
Fix behaviour if gatewayip is not set
...
Patch by Robin Gilks, 23 Dec 2004
19 years ago
Wolfgang Denk
84ef51a632
Fix cleanup for netstart board.
...
Remove build results from repository
19 years ago
Wolfgang Denk
d2ed2f661b
More GCC 4.x woes
19 years ago
Wolfgang Denk
8de7ed3abe
More GCC 4.x code cleanup
19 years ago
Wolfgang Denk
d52fb7e3d1
Some code cleanup for GCC 4.x
19 years ago
Wolfgang Denk
4367a01036
Update CHANGELOG
19 years ago
Markus Klotzbcher
5536b2b5a9
Merge with http://www.denx.de/git/u-boot.git
19 years ago