| #
3cac27c1 |
| 02-Nov-2007 |
Jon Loeliger <jdl@freescale.com> |
Merge commit 'remotes/wd/master'
|
| #
49801028 |
| 27-Oct-2007 |
Stefan Roese <sr@denx.de> |
Merge git://www.denx.de/git/u-boot
|
| #
2a4741d9 |
| 18-Oct-2007 |
Marcel Ziswiler <marcel@ziswiler.com> |
fix pxa255_idp board
The pxa255_idp being an old unmaintained board showed several issues: 1. CONFIG_INIT_CRITICAL was still defined. 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was def
fix pxa255_idp board
The pxa255_idp being an old unmaintained board showed several issues: 1. CONFIG_INIT_CRITICAL was still defined. 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined. 3. Symbol flash_addr was undeclared. 4. The boards lowlevel_init function was still called memsetup. 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000. 6. Using -march=armv5 instead of -march=armv5te resulted in lots of 'target CPU does not support interworking' warnings on recent compilers. 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as indexes rather than the register definitions from the pxa-regs header file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to avoid any ambiguities. 8. There were several redefinition warnings concerning ICMR, OSMR3, OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file. 9. The board configuration file was rather outdated. 10. The part header file defined the vendor, product and revision arrays as unsigned chars instead of just chars in the block_dev_desc_t structure.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
show more ...
|
| #
00b574bd |
| 28-Feb-2007 |
roy zang <tie-fei.zang@freescale.com> |
Merge branch 'master' into hpc2
Conflicts:
drivers/Makefile Fix the merge conflict in file drivers/Makefile Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
|
| #
621a7873 |
| 27-Feb-2007 |
Stefan Roese <sr@denx.de> |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
|
| #
90b0cf47 |
| 20-Feb-2007 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx-merge-sr
|
| #
eb867a76 |
| 20-Feb-2007 |
Grant Likely <grant.likely@secretlab.ca> |
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add a hook for block_read functions
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
show more ...
|
| #
53758fa2 |
| 20-Feb-2007 |
Grant Likely <grant.likely@secretlab.ca> |
[PATCH 8_9] Add block_write hook to block_dev_desc_t
Preparation for future patches which support block device writing
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
735dd97b |
| 20-Feb-2007 |
Grant Likely <grant.likely@secretlab.ca> |
[PATCH 1_4] Merge common get_dev() routines for block devices
Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c
Signed-off-by:
[PATCH 1_4] Merge common get_dev() routines for block devices
Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
show more ...
|
| #
6e592385 |
| 18-Apr-2004 |
wdenk <wdenk> |
* Cleanup, minor fixes
* Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes
* Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretr
* Cleanup, minor fixes
* Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes
* Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretry variable
show more ...
|
| #
7d7ce412 |
| 17-Mar-2004 |
wdenk <wdenk> |
Patch by Pierre Aubert, 15 Mar 2004: Fix buffer overflow in IDE identification
|
| #
42dfe7a1 |
| 14-Mar-2004 |
wdenk <wdenk> |
Code cleanup; make several boards compile & link.
|
| #
7205e407 |
| 10-Sep-2003 |
wdenk <wdenk> |
* Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB
* Patches by Gleb Natapov, 2 Sep 2003: - cleanup of POST code for unsupported architectures - MPC824x locks way0 of
* Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB
* Patches by Gleb Natapov, 2 Sep 2003: - cleanup of POST code for unsupported architectures - MPC824x locks way0 of data cache for use as initial RAM; this patch unlocks it after relocation to RAM and invalidates the locked entries.
* Patch by Gleb Natapov, 30 Aug 2003: new I2C driver for mpc107 bridge. Now works from flash.
* Patch by Dave Ellis, 11 Aug 2003: - JFFS2: fix typo in common/cmd_jffs2.c - JFFS2: fix CFG_JFFS2_SORT_FRAGMENTS option - JFFS2: remove node version 0 warning - JFFS2: accept JFFS2 PADDING nodes - SXNI855T: add AM29LV800 support - SXNI855T: move environment from EEPROM to flash - SXNI855T: boot from JFFS2 in NOR or NAND flash
* Patch by Bill Hargen, 11 Aug 2003: fixes for I2C on MPC8240 - fix i2c_write routine - fix iprobe command - eliminates use of global variables, plus dead code, cleanup.
show more ...
|
| #
b0fce99b |
| 29-Jun-2003 |
wdenk <wdenk> |
Fix some missing commands, cleanup header files (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
|
| #
8bde7f77 |
| 27-Jun-2003 |
wdenk <wdenk> |
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: -
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
show more ...
|
| #
c7de829c |
| 19-Nov-2002 |
wdenk <wdenk> |
* Patch by Thomas Frieden, 13 Nov 2002: Add code for AmigaOne board (preliminary merge to U-Boot, still WIP)
* Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making th
* Patch by Thomas Frieden, 13 Nov 2002: Add code for AmigaOne board (preliminary merge to U-Boot, still WIP)
* Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.
show more ...
|
| #
012771d8 |
| 08-Mar-2002 |
wdenk <wdenk> |
Initial revision
|