* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
@ 2007-08-29 5:22 Andy Fleming
2007-08-29 7:53 ` Wolfgang Denk
2007-08-29 18:20 ` Kumar Gala
0 siblings, 2 replies; 8+ messages in thread
From: Andy Fleming @ 2007-08-29 5:22 UTC (permalink / raw)
To: u-boot
The following changes since commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b:
Jason Jin (1):
Remove the bios emulator binary files from MAI board
are found in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git
Ed Swarthout (1):
8548cds fixes
Haiying Wang (1):
Enable L2 cache for MPC8568MDS board
Kumar Gala (1):
Fix MPC8544DS PCIe3 scsi.
board/cds/mpc8548cds/mpc8548cds.c | 14 +++++++++++---
cpu/mpc85xx/cpu_init.c | 2 +-
drivers/fsl_pci_init.c | 4 +++-
include/configs/MPC8548CDS.h | 15 ++++++---------
include/configs/MPC8568MDS.h | 6 +++---
5 files changed, 24 insertions(+), 17 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
2007-08-29 5:22 Andy Fleming
@ 2007-08-29 7:53 ` Wolfgang Denk
2007-08-29 18:20 ` Kumar Gala
1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-08-29 7:53 UTC (permalink / raw)
To: u-boot
In message <Pine.LNX.4.61.0708290021410.1489@ld0175-tx32.am.freescale.net> you wrote:
> The following changes since commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b:
> Jason Jin (1):
> Remove the bios emulator binary files from MAI board
>
> are found in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git
Merged. Thanks!
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
History tends to exaggerate.
-- Col. Green, "The Savage Curtain", stardate 5906.4
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
2007-08-29 5:22 Andy Fleming
2007-08-29 7:53 ` Wolfgang Denk
@ 2007-08-29 18:20 ` Kumar Gala
1 sibling, 0 replies; 8+ messages in thread
From: Kumar Gala @ 2007-08-29 18:20 UTC (permalink / raw)
To: u-boot
On Aug 29, 2007, at 12:22 AM, Andy Fleming wrote:
> The following changes since commit
> 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b:
> Jason Jin (1):
> Remove the bios emulator binary files from MAI board
>
> are found in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git
>
> Ed Swarthout (1):
> 8548cds fixes
>
> Haiying Wang (1):
> Enable L2 cache for MPC8568MDS board
>
> Kumar Gala (1):
> Fix MPC8544DS PCIe3 scsi.
This commit shouldn't have gone in:
9468e6804b7e25b0f6f52e53f47bce3175400a16
My patch was as hack, Ed patch - "fsl_pci_init - Remove self PCSRBAR
allocation" is a cleaner version.
We should revert 9468.. and apply Ed's version.
> board/cds/mpc8548cds/mpc8548cds.c | 14 +++++++++++---
> cpu/mpc85xx/cpu_init.c | 2 +-
> drivers/fsl_pci_init.c | 4 +++-
> include/configs/MPC8548CDS.h | 15 ++++++---------
> include/configs/MPC8568MDS.h | 6 +++---
> 5 files changed, 24 insertions(+), 17 deletions(-)
- k
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
@ 2007-09-04 21:03 Andy Fleming
2007-09-06 22:15 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Andy Fleming @ 2007-09-04 21:03 UTC (permalink / raw)
To: u-boot
The following changes since commit 60174746c668b309378a91488dded898e9553eae:
Wolfgang Denk (1):
Fix TFTP OACK code for short packets.
are found in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git
Ed Swarthout (1):
ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
Kumar Gala (1):
Fix ULI RTC support on MPC8544 DS
board/cds/mpc8548cds/mpc8548cds.c | 2 +-
board/freescale/mpc8544ds/init.S | 2 +-
board/freescale/mpc8544ds/mpc8544ds.c | 20 +++++++++++++++++---
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 16 ++++++++++++++++
include/configs/MPC8544DS.h | 3 +++
5 files changed, 38 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
2007-09-04 21:03 Andy Fleming
@ 2007-09-06 22:15 ` Wolfgang Denk
0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-09-06 22:15 UTC (permalink / raw)
To: u-boot
In message <Pine.LNX.4.61.0709041602490.21610@ld0175-tx32.am.freescale.net> you wrote:
> The following changes since commit 60174746c668b309378a91488dded898e9553eae:
> Wolfgang Denk (1):
> Fix TFTP OACK code for short packets.
>
> are found in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git
>
> Ed Swarthout (1):
> ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
>
> Kumar Gala (1):
> Fix ULI RTC support on MPC8544 DS
Applied, thanks.
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
A good aphorism is too hard for the tooth of time, and is not worn
away by all the centuries, although it serves as food for every
epoch. - Friedrich Wilhelm Nietzsche
_Miscellaneous Maxims and Opinions_ no. 168
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
@ 2007-10-19 18:18 Andy Fleming
2007-10-25 16:07 ` Kumar Gala
2007-11-01 21:38 ` Wolfgang Denk
0 siblings, 2 replies; 8+ messages in thread
From: Andy Fleming @ 2007-10-19 18:18 UTC (permalink / raw)
To: u-boot
Sorry about the delay. I've been buried this month.
The following changes since commit 27d2b1ed216b457a66c17d38ce5ffdf3c2c32d1e:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are found in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git
Andy Fleming (1):
Merge branch 'denx'
Dan Wilson (1):
tsec driver should clear RHALT on startup
Ed Swarthout (1):
85xx io out functions need sync after write.
Kumar Gala (3):
Remove magic numbers from cache related operations for mpc85xx
Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
urwithsughosh at gmail.com (2):
MSR overwrite fix
Setting MSR[DE] in do_reset
board/cds/common/ft_board.c | 23 +++++++++++++++--------
cpu/mpc85xx/cpu.c | 7 ++++++-
cpu/mpc85xx/start.S | 24 ++++++++++++------------
drivers/tsec.c | 1 +
include/configs/MPC8541CDS.h | 1 +
include/configs/MPC8548CDS.h | 1 +
include/configs/MPC8555CDS.h | 1 +
include/configs/MPC8568MDS.h | 2 +-
8 files changed, 38 insertions(+), 22 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
2007-10-19 18:18 [U-Boot-Users] [GIT PULL] Please pull 85xx tree Andy Fleming
@ 2007-10-25 16:07 ` Kumar Gala
2007-11-01 21:38 ` Wolfgang Denk
1 sibling, 0 replies; 8+ messages in thread
From: Kumar Gala @ 2007-10-25 16:07 UTC (permalink / raw)
To: u-boot
On Oct 19, 2007, at 1:18 PM, Andy Fleming wrote:
> Sorry about the delay. I've been buried this month.
>
> The following changes since commit
> 27d2b1ed216b457a66c17d38ce5ffdf3c2c32d1e:
> Wolfgang Denk (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
>
> are found in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git
>
> Andy Fleming (1):
> Merge branch 'denx'
>
> Dan Wilson (1):
> tsec driver should clear RHALT on startup
>
> Ed Swarthout (1):
> 85xx io out functions need sync after write.
>
> Kumar Gala (3):
> Remove magic numbers from cache related operations for mpc85xx
> Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
> Improve handling of PCI interrupt device tree fixup on
> MPC85xx CDS
>
> urwithsughosh at gmail.com (2):
> MSR overwrite fix
> Setting MSR[DE] in do_reset
>
> board/cds/common/ft_board.c | 23 +++++++++++++++--------
> cpu/mpc85xx/cpu.c | 7 ++++++-
> cpu/mpc85xx/start.S | 24 ++++++++++++------------
> drivers/tsec.c | 1 +
> include/configs/MPC8541CDS.h | 1 +
> include/configs/MPC8548CDS.h | 1 +
> include/configs/MPC8555CDS.h | 1 +
> include/configs/MPC8568MDS.h | 2 +-
> 8 files changed, 38 insertions(+), 22 deletions(-)
Any update on this pull request?
- k
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [GIT PULL] Please pull 85xx tree
2007-10-19 18:18 [U-Boot-Users] [GIT PULL] Please pull 85xx tree Andy Fleming
2007-10-25 16:07 ` Kumar Gala
@ 2007-11-01 21:38 ` Wolfgang Denk
1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-11-01 21:38 UTC (permalink / raw)
To: u-boot
In message <2acbd3e40710191118j1babce94w80786bed3d5a0830@mail.gmail.com> you wrote:
> Sorry about the delay. I've been buried this month.
>
> The following changes since commit 27d2b1ed216b457a66c17d38ce5ffdf3c2c32d1e:
> Wolfgang Denk (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
>
> are found in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git
>
> Andy Fleming (1):
> Merge branch 'denx'
>
> Dan Wilson (1):
> tsec driver should clear RHALT on startup
>
> Ed Swarthout (1):
> 85xx io out functions need sync after write.
>
> Kumar Gala (3):
> Remove magic numbers from cache related operations for mpc85xx
> Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
> Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
>
> urwithsughosh at gmail.com (2):
> MSR overwrite fix
> Setting MSR[DE] in do_reset
> board/cds/common/ft_board.c | 23 +++++++++++++++--------
> cpu/mpc85xx/cpu.c | 7 ++++++-
> cpu/mpc85xx/start.S | 24 ++++++++++++------------
> drivers/tsec.c | 1 +
> include/configs/MPC8541CDS.h | 1 +
> include/configs/MPC8548CDS.h | 1 +
> include/configs/MPC8555CDS.h | 1 +
> include/configs/MPC8568MDS.h | 2 +-
> 8 files changed, 38 insertions(+), 22 deletions(-)
Done, thanks!
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
Computers are not intelligent. They only think they are.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-11-01 21:38 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 18:18 [U-Boot-Users] [GIT PULL] Please pull 85xx tree Andy Fleming
2007-10-25 16:07 ` Kumar Gala
2007-11-01 21:38 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2007-09-04 21:03 Andy Fleming
2007-09-06 22:15 ` Wolfgang Denk
2007-08-29 5:22 Andy Fleming
2007-08-29 7:53 ` Wolfgang Denk
2007-08-29 18:20 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox