[U-Boot-Users] Imminent pull from u-boot-testing
Wolfgang Denk
wd at denx.de
Wed May 23 22:04:58 CEST 2007
Hi,
I intend to merge the code from the u-boot-testing repository in a
few days (before the end of the week). Please help reviewing /
testing the changes.
The following changes since commit 70124c2602ae2d4c5d3dba05b482d91548242de8:
Stefano Babic (1):
Fix compile problem cause my Microblaze merge
are found in the git repository at:
u-boot-testing
Aubrey.Li (1):
Fix compilation issues on MACOSX
Grzegorz Wianecki (1):
Use PVR to distinguish MPC5200B from MPC5200 in boot message
Jeffrey Mann (1):
[patch] setenv(...) can delete environmentalvariables
Joe Hamman (1):
Add support for BCM5464 Quad Phy
Jon Loeliger (1):
Add LIST_86xx MAKEALL target for PowerPC builds.
Kim Phillips (1):
Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
Ladislav Michl (1):
simplify silent console
Mike Frysinger (1):
[patch] use unsigned char in smc91111 driver for mac
mushtaq khan (2):
Fixes bug clearing the bss section for i386
Add driver for S-ATA-controller on Intel processors with South
Sergei Shtylyov (1):
Avoid assigning PCI resources from zero address
Stefan Roese (2):
Merge with git://www.denx.de/git/u-boot.git
Fix file mode
Stephen Williams (1):
Fix for compile of JSE target
Timur Tabi (1):
5xxx: write MAC address to mac-address and local-mac-address
Wolfgang Denk (5):
Merge with git://www.denx.de/git/u-boot-testing
Merge with /home/git/u-boot
Merge with git://www.denx.de/git/u-boot-testing
Minor coding style cleanup.
Merge with /home/git/u-boot
Zang Roy-r61911 (1):
Search the exception table with linear algorithm
MAKEALL | 11 +-
board/cds/mpc8548cds/mpc8548cds.c | 10 +-
common/Makefile | 4 +-
common/cmd_sata.c | 712 +++++++++++++++++++++++++++++++++++++
common/main.c | 10 +-
cpu/i386/start.S | 2 +-
cpu/mpc83xx/cpu.c | 8 +-
cpu/mpc85xx/cpu.c | 2 +-
cpu/mpc86xx/cpu.c | 8 +-
drivers/Makefile | 2 +-
drivers/ata_piix.c | 216 +++++++++++
drivers/tsec.c | 46 ++-
include/ata.h | 60 +++
include/configs/JSE.h | 1 +
include/configs/MPC8313ERDB.h | 8 +-
include/configs/MPC8349EMDS.h | 8 +-
include/configs/MPC8349ITX.h | 14 +-
include/configs/MPC8540ADS.h | 8 +-
include/configs/MPC8540EVAL.h | 8 +-
include/configs/MPC8541CDS.h | 8 +-
include/configs/MPC8544DS.h | 8 +-
include/configs/MPC8548CDS.h | 16 +-
include/configs/MPC8555CDS.h | 8 +-
include/configs/MPC8560ADS.h | 8 +-
include/configs/MPC8568MDS.h | 12 +-
include/configs/MPC8641HPCN.h | 16 +-
include/configs/PM854.h | 8 +-
include/configs/PM856.h | 8 +-
include/configs/TQM834x.h | 8 +-
include/configs/TQM85xx.h | 8 +-
include/configs/sbc8349.h | 8 +-
include/configs/sc520_cdp.h | 9 +
include/configs/stxgp3.h | 8 +-
include/configs/stxssa.h | 8 +-
include/sata.h | 108 ++++++
lib_ppc/extable.c | 39 +--
net/eth.c | 39 +--
tools/Makefile | 2 +-
tools/mkimage.c | 4 +-
39 files changed, 1293 insertions(+), 178 deletions(-)
create mode 100644 common/cmd_sata.c
create mode 100644 drivers/ata_piix.c
create mode 100644 include/sata.h
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When you say "I wrote a program that crashed Windows", people just
stare at you blankly and say "Hey, I got those with the system, *for
free*". - Linus Torvalds in <3itc77$9lj at ninurta.fer.uni-lj.si>
More information about the U-Boot
mailing list