Bartlomiej Sieka
3d65390e21
Fixed a bug in saveenv(). Credit: Markus Klotzbuecher.
...
> @@ -115,7 +115,7 @@ int saveenv(void)
19 years ago
Markus Klotzbuecher
3c4eb0880b
Some minor fixes to environment in NAND code.
19 years ago
Wolfgang Denk
bfc81252c0
Minor code cleanup
19 years ago
Bartlomiej Sieka
addb2e1650
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
...
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
19 years ago
Kumar Gala
e559a6901a
Add support for passing initrd information via flat device tree
...
Patch by Kumar Gala 11 Jan 2006
19 years ago
Kumar Gala
c2871f0380
Added OF_STDOUT_PATH and OF_SOC
...
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
19 years ago
Kumar Gala
4e2531378f
Allow board code to fixup the flat device tree before booting a
...
kernel
Patch by Kumar Gala 11 Jan 2006
19 years ago
Kumar Gala
e4f880eddd
Added CONFIG_ options for bd_t and env in flat dev tree
...
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
19 years ago
Wolfgang Denk
c75eba3b41
Fix U-Boot compilation for MIPS boards using ELDK 4.0
19 years ago
Marian Balakowicz
d9785c14bf
Fix miiphy global data initialization (problem on 4xx boards when no
...
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().
Based on initial patch for 4xx platform by Matthias Fuchs.
19 years ago
Wolfgang Denk
8e9655f863
* Add hook to NAND erase and implement nand_wait function.
...
Patch by Mike Rapoport, 01 Nov 2005
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19 years ago
Marian Balakowicz
63ff004c4f
Add support for multiple PHYs.
19 years ago
Marian Balakowicz
fe93483a0a
Correct includes for flat tree builder.
19 years ago
Stefan Roese
c4c13df284
Fix problem with sleep in NetConsole (use get_timer())
...
Patch by Stefan Roese, 20 Oct 2005
19 years ago
Stefan Roese
dc91701ff7
Fix identification on ext2ls help entry
...
Patch by Stefan Roese, 14 Oct 2005
19 years ago
Wolfgang Denk
77ddac9480
Cleanup for GCC-4.x
19 years ago
Wolfgang Denk
0f3f901496
Cleanup
19 years ago
Wolfgang Denk
814d98f24e
Add missing files for Pantelis Antoniou's patch
...
Patch by Pantelis Antoniou, 04 Sep 2005
19 years ago
Wolfgang Denk
f57f70aab9
Support passing of OF flat trees to the kernel.
...
Patch by Pantelis Antoniou, 04 Sep 2005
19 years ago
Marian Balakowicz
e6f2e90233
Added support for TQM834x boards.
19 years ago
Stefan Roese
c29ab9d71d
Fix gzip bmp support (test if malloc fails, warning when truncated).
...
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board.
Patch by Stefan Roese, 08 Oct 2005
19 years ago
Wolfgang Denk
bccae9039e
Fix booting from serial dataflash on AT91RM9200
...
Patch by Peter Menzebach, 29 Aug 2005
19 years ago
Wolfgang Denk
29ca46c445
Fix device partition intialization for SystemACE disks.
...
Patch by Stephen Williams, 28 Apr 2005
19 years ago
Wolfgang Denk
d9631ecf52
Fix compiler warning
19 years ago
Wolfgang Denk
e98f68be94
Fix uninitialized variable problem in hush shell
...
Patch by Lars Rostock, 26 Sep 2005
19 years ago
Wolfgang Denk
e6f222815c
Add iopset command on mpc8xx
...
Patch by Daniel Eisenhut, 25 Mar 2005
20 years ago
Wolfgang Denk
716c1dcb41
Cleanup
20 years ago
Wolfgang Denk
31466294b0
Remove unneeded #include <malloc.h>
...
Patch by Ladislav Michl, 22 Feb 2005
20 years ago
Wolfgang Denk
875c78934e
Add Xilinx Spartan3 family FPGA support
...
Patch by Kurt Stremerch, 14 February 2005
20 years ago
Wolfgang Denk
265817c7e6
Add support for AMD's Pb1x00 eval board;
...
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
20 years ago
Wolfgang Denk
9a9200b4a7
virtex2 fix for bogus download error messages
...
The virtex2 FPGA download code watches for init going active during
a download of config data as an error condition. init also goes
active after a configuration is finished in concert with the done
signal. So far, the code does not check for done active until all
of the configuration data is sent. If configuration data has a few
extra pad bytes at the end, this would cause an error message even
though the download had suceeded.
NOTE: virtex2 slave serial and spartan2 versions may still have the
same problem.
Patch by Andrew Dyer, 12 Jan 2005
20 years ago
Wolfgang Denk
2b792afcc5
* Fix PHY address argument passing with mii info command
...
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
20 years ago
Wolfgang Denk
0c8721a466
Cleanup (PPC4xx is AMCC now)
20 years ago
Stefan Roese
98f4a3dfcb
Add SM501 support to HH405 board.
...
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
20 years ago
Wolfgang Denk
59d80bf180
Fix computation of framebuffer palette for 8bpp LCD bitmaps
...
Patch by Francesco Mandracci, 16 Sep 2005
20 years ago
Wolfgang Denk
ac7eb8a315
Update of new NAND code
...
Patch by Ladislav Michl, 13 Sep 2005
20 years ago
Marian Balakowicz
7d45477bfa
Added support for mtddevnum and mtddevname variables (mtdparts command)
20 years ago
Wolfgang Denk
9f96ae44c6
Add keyboard and dot matrix display support for HMI1001 board.
20 years ago
Wolfgang Denk
6617aae9b9
Add new board specific commands for TQM5200/STK52XX
...
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
20 years ago
Wolfgang Denk
932394ac43
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
...
Patch by Ladislav Michl, 29 Jun 2005
20 years ago
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
2afbe4ed97
Fix compiler warnings
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
f89920c3e4
Preserve PHY_BMCR during a soft reset.
...
Patch by Carl Riechers, 24 Jun 2005
20 years ago
d4f5c72896
FRAM memory access optimization.
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
Wolfgang Denk
8f79e4c2da
Add configuration for IFM AEV FIFO board.
...
Minor coding style cleanup.
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
c19c313479
Fix compiler warnings with older GCC versions
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