Wolfgang Denk
87b8bd5aed
Fix return values of the jffs2 commands ls/fsload/fsinfo,
...
so we can use them to, e.g., check the existence of a file with
"if ls foo; then this; else that; fi" in the hush shell
Patch by Andreas Engel, 16 August 2005
20 years ago
Wolfgang Denk
3d078ce6d7
Coding style cleanup
20 years ago
Wolfgang Denk
6bdf430660
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
...
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
20 years ago
Stefan Roese
4dc37144f0
Changed to version 1.1.4
20 years ago
Stefan Roese
b79316f2a2
Add Sandburst Metrobox and Sandburst Karef board support packages.
...
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
20 years ago
Wolfgang Denk
2893ecbf3e
Fix build problems
20 years ago
Wolfgang Denk
b62bdffb75
Adjust MAKEALL script for little endian MIPS build tests
20 years ago
Wolfgang Denk
5ad2af341d
Code cleanup.
20 years ago
Wolfgang Denk
46044b4817
Merge with /home/wd/git/u-boot/master
20 years ago
Wolfgang Denk
0e1fb5eebf
make "make clean" remove all build results
20 years ago
Wolfgang Denk
2afbe4ed97
Fix compiler warnings
20 years ago
Wolfgang Denk
55d150d95d
Merge with /home/wd/git/u-boot/master
20 years ago
Wolfgang Denk
90e4e78365
Remove stale file entry
20 years ago
Wolfgang Denk
b2f508075c
Minor code cleanup
20 years ago
Wolfgang Denk
50814844e4
Add forgotten new fils from latest VoiceBlue update
20 years ago
Wolfgang Denk
396387ab8d
Make bootretry feature work with hush shell.
...
Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too.
Patch by Andreas Engel, 19 Jul 2005
20 years ago
Wolfgang Denk
d992daf99d
Update Hymod Board Database PHP code in "tools" directory
...
Patch by Murray Jensen, 01 Jul 2005
20 years ago
Wolfgang Denk
f9d77ed380
Make "tr" command use POSIX compliant; export HOSTOS make variable
...
Patch by Murray Jensen, 30 Jun 2005
20 years ago
Wolfgang Denk
b3b0fd552e
Fix Murray Jensen's mail address.
...
Patch by Murray Jensen, 30 Jun 2005
20 years ago
Wolfgang Denk
f89920c3e4
Preserve PHY_BMCR during a soft reset.
...
Patch by Carl Riechers, 24 Jun 2005
20 years ago
Wolfgang Denk
e544528831
VoiceBlue update: eeprom tool can also store firmware version now.
...
eeprom.bin is runable by jumping at load address.
Patch by Ladislav Michl, 23 May 2005
20 years ago
Wolfgang Denk
ea99a73881
Move the AT91RM9200DK to the ARM Systems list.
...
Patch by Anders Larsen, 26 Apr 2005
20 years ago
Wolfgang Denk
8d4ba3da5e
Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3
...
Patch by Anders Larsen, 26 Apr 2005
20 years ago
Wolfgang Denk
4d302d69c8
measure_gclk() is needed when DEBUG is enabled
...
Patch by Bryan O'Donoghue, 25 Apr 2005
20 years ago
d4f5c72896
FRAM memory access optimization.
20 years ago
Stefan Roese
8534bf9ac0
Add UPD-Checksum code, fix problem in net.c (return instead of break)
...
Patch by Reinhard Arlt, 12 Aug 2005
20 years ago
Stefan Roese
5315dfa9d1
esd PCI405 board updated
...
Patch by Matthias Fuchs, 28 Jul 2005
20 years ago
Stefan Roese
82f4c6ac84
esd WUH405 and DU405 board updated
...
Patch by Matthias Fuchs, 27 Jul 2005
20 years ago
Stefan Roese
9bcf2ab41f
Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I)
...
Patch by Matthias Fuchs, 4 May 2005
20 years ago
6df6d38d2d
Merge with pollux.denx.org:/home/git/u-boot/.git
20 years ago
Wolfgang Denk
dafba16e6f
Merge with /home/wd/git/u-boot/master
20 years ago
Stefan Roese
84286386a8
Update AMCC Yosemite to get a consistent setup for all AMCC eval
...
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 11 Aug 2005
20 years ago
Stefan Roese
9e00589bdd
Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
...
Patch by Stefan Roese, 11 Aug 2005
20 years ago
Stefan Roese
c57c7980ff
Add NAND FLASH support for AMCC Bamboo 440EP eval board
...
Patch by Stefan Roese, 11 Aug 2005
20 years ago
5a27f84855
O2DNT FRAM write delay disabled.
20 years ago
adac376ef2
O2DNT: added hardware flash protect support, macros cleanup.
20 years ago
Wolfgang Denk
8f79e4c2da
Add configuration for IFM AEV FIFO board.
...
Minor coding style cleanup.
20 years ago
Wolfgang Denk
eece159cdd
Add configuration for IFM SPI eval board
20 years ago
Wolfgang Denk
9d3338d2b9
Fix CompactFlash problem on HMI1001 board
20 years ago
Wolfgang Denk
c4e0e68604
Make new "mtdparts" code build with older compilers
...
Patch by Andrea Scian, 09 Aug 2005
20 years ago
Wolfgang Denk
38ec37d0f1
Merge with /home/wd/git/u-boot/master
20 years ago
Wolfgang Denk
c19c313479
Fix compiler warnings with older GCC versions
20 years ago
0841565cc7
O2DNT platform specific code.
20 years ago
f1340e2273
Added support for O2DNT board.
20 years ago
Wolfgang Denk
2191923072
Fix dbau1xxx (= MIPS big and little endian) build options.
...
Incorrect gcc options (big endian -BE switch) were used for
dbau1550_el which is a little endian build; also get rid of reference
to non-existant cpu/mips/little/liblittle.a library
20 years ago
Stefan Roese
846b0dd2dc
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
...
Patch by Stefan Roese, 08 Aug 2005
20 years ago
Wolfgang Denk
700a0c648d
Add common (with Linux) MTD partition scheme and "mtdparts" command
...
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
20 years ago
Wolfgang Denk
452e8e72ad
Fix build problems for PM856 Board
20 years ago
Wolfgang Denk
8b019da650
Fix sign extension bug in 'fpga loadb' command;
...
make 'fpga loadb' always print the file header info
Patch by Andrew Dyer, 11 Jan 2005
20 years ago
Wolfgang Denk
fe599e17ed
Fix errors that occur when accessing SystemACE CF
...
Patch by Jeff Angielski, 09 Jan 2005
20 years ago