public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] add boot from NAND/eSDHC/eSPI support
@ 2009-08-18  7:37 Mingkai Hu
  2009-08-18  7:37 ` [U-Boot] [PATCH 01/10] mkconfig: parse top level makefile target to multiple config targets Mingkai Hu
  0 siblings, 1 reply; 29+ messages in thread
From: Mingkai Hu @ 2009-08-18  7:37 UTC (permalink / raw)
  To: u-boot

The MPC8536E is capable of booting form NAND/eSDHC/eSPI, this patchset
implements these three bootup methods in a unified way - all of these
use the general cpu/mpc85xx/start.S, and load the second stage image
to L2SRAM which lets us use the SPD to initialize the SDRAM.

[PATCH 01/10] mkconfig: parse top level makefile target to multiple config targets
[PATCH 02/10] NAND boot: change NAND loader's relocate SP to CONFIG param
[PATCH 03/10] Add L2SRAM Register's macro definition

[PATCH 04/10] 85xx: add boot from NAND/eSDHC/eSPI support
[PATCH 05/10] NAND boot: MPC8536DS support
[PATCH 06/10] On-chip ROM boot: MPC8536DS support

Add description for the different boot method:
[PATCH 07/10] Add README.mpc8536ds

The follow three patches implement save env to SDCard:
[PATCH 08/10] Make mmc init come before env_relocate
[PATCH 09/10] Add support for save environment variable to MMC/SD card
[PATCH 10/10] Get the address of env on the SDCard

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2009-09-15 20:53 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18  7:37 [U-Boot] [PATCH 00/10] add boot from NAND/eSDHC/eSPI support Mingkai Hu
2009-08-18  7:37 ` [U-Boot] [PATCH 01/10] mkconfig: parse top level makefile target to multiple config targets Mingkai Hu
2009-08-18  7:37   ` [U-Boot] [PATCH 02/10] NAND boot: change NAND loader's relocate SP to CONFIG param Mingkai Hu
2009-08-18  7:37     ` [U-Boot] [PATCH 03/10] Add L2SRAM Register's macro definition Mingkai Hu
2009-08-18  7:37       ` [U-Boot] [PATCH 04/10] 85xx: add boot from NAND/eSDHC/eSPI support Mingkai Hu
2009-08-18  7:37         ` [U-Boot] [PATCH 05/10] NAND boot: MPC8536DS support Mingkai Hu
2009-08-18  7:37           ` [U-Boot] [PATCH 06/10] On-chip ROM " Mingkai Hu
2009-08-18  7:37             ` [U-Boot] [PATCH 07/10] Add README.mpc8536ds Mingkai Hu
2009-08-18  7:37               ` [U-Boot] [PATCH 08/10] Make mmc init come before env_relocate Mingkai Hu
2009-08-18  7:37                 ` [U-Boot] [PATCH 09/10] Add support for save environment variable to MMC/SD card Mingkai Hu
2009-08-18  7:37                   ` [U-Boot] [PATCH 10/10] Get the address of env on the SDCard Mingkai Hu
2009-08-20 14:44       ` [U-Boot] [PATCH 03/10] Add L2SRAM Register's macro definition Kumar Gala
2009-08-20  0:45     ` [U-Boot] [PATCH 02/10] NAND boot: change NAND loader's relocate SP to CONFIG param Kim Phillips
2009-08-18 15:07   ` [U-Boot] [PATCH 01/10] mkconfig: parse top level makefile target to multiple config targets Kumar Gala
2009-08-21  7:18     ` Hu Mingkai-B21284
2009-09-04 19:42       ` Wolfgang Denk
2009-09-07  8:54         ` Hu Mingkai-B21284
2009-09-07 10:18           ` Wolfgang Denk
2009-09-07 10:24             ` Hu Mingkai-B21284
2009-09-07 10:59               ` Wolfgang Denk
2009-09-07 12:18                 ` Hu Mingkai-B21284
2009-09-07 12:38                   ` Wolfgang Denk
2009-09-08 15:38                     ` Scott Wood
2009-09-08 17:46                       ` Wolfgang Denk
2009-09-08 20:21                         ` Scott Wood
2009-09-08 20:48                           ` Wolfgang Denk
2009-09-08 20:58                             ` Scott Wood
2009-09-09 16:02                               ` [U-Boot] 答复: " Hu Mingkai-B21284
2009-09-15 20:53                                 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox