aboutsummaryrefslogtreecommitdiffstats
path: root/nand_spl
AgeCommit message (Expand)AuthorFilesLines
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini3-4/+5
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-1/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun3-4/+4
2013-11-25nand_spl: trivial refactoring of makefilesMasahiro Yamada12-284/+242
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk33-550/+33
2013-06-20board/p1010rdb:Add NAND boot support using new SPL formatPrabhakar Kushwaha3-552/+0
2013-04-12arm: Remove support for smdk6400Benoît Thébaudeau3-239/+0
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau6-696/+0
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2-0/+4
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau1-2/+65
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau1-22/+25
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini11-51/+11
2013-03-15Replace __bss_end__ with __bss_endSimon Glass10-12/+12
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD11-51/+11
2013-01-16Merge remote-tracking branch 'mpc83xx/next'Kim Phillips4-169/+6
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD2-2/+10
2012-12-19powerpc/mpc83xx: convert MPC8313ERDB to new-SPLScott Wood2-163/+0
2012-12-19powerpc/mpc83xx: add support for new SPLScott Wood3-9/+9
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang13-368/+50
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming2-2/+2
2012-11-26powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new splScott Wood2-274/+0
2012-11-26spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood7-28/+28
2012-11-26spl/mpc85xx: move udelay to cpu codeScott Wood4-55/+3
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood7-7/+7
2012-11-14nand_spl: fix u-boot.lst breakageScott Wood8-8/+16
2012-11-10Merge git://git.denx.de/u-bootStefano Babic12-27/+78
2012-10-26ARM: Fix start.S when used with SPL in arm1136Stefano Babic1-0/+2
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut3-9/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut3-0/+15
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut9-18/+63
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini8-114/+187
2012-09-17mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau1-2/+2
2012-09-17spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau1-2/+14
2012-09-17mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau1-0/+4
2012-09-17spl mxc nand: Set symmetric modeBenoît Thébaudeau1-1/+2
2012-09-17spl mxc nand: Remove duplicated codeBenoît Thébaudeau1-8/+2
2012-09-17spl mxc nand: Merge duplicated codeBenoît Thébaudeau1-27/+23
2012-09-17mxc nand: cosmectic: Light cleanupBenoît Thébaudeau1-7/+7
2012-09-17mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau1-29/+29
2012-09-03ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit againStefan Roese1-3/+0
2012-08-23nand_spl: change out_be32 to raw_writel and depend on subsequent syncMatthew McClintock3-73/+71
2012-08-23nand_spl: p1023rds: wait before enabling DDR controllerMatthew McClintock2-5/+20
2012-08-23nand_spl: update udelay for Freescale boardsMatthew McClintock5-15/+60
2012-08-23powerpc/p1010rdb: nandboot: compare SVR properlyMatthew McClintock1-1/+2
2012-08-23p1014rdb: set ddr bus width properly depending on SVRMatthew McClintock1-0/+11
2012-08-22nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()Scott Wood1-22/+25
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu2-232/+0
2012-01-26nand_spl: store ecc data on the stackScott Wood1-26/+16
2011-12-07nand_spl/nand_boot.c: Fix build warningAnatolij Gustschin1-2/+1
2011-12-06davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu1-6/+0
2011-12-06arm, davinci: move misc function in arch treeHeiko Schocher1-5/+4
2011-12-06arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch1-0/+5
2011-12-06arm, davinci: Move pinmux functions from board to arch treeChristian Riesch1-3/+3
2011-12-06Fix regression in SMDK6400Simon Schwarz1-3/+6
2011-11-16nand_boot.c: Fix GCC 4.6 build warningsStefan Roese1-5/+3
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-0/+42
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk5-0/+813
2011-10-03spl, nand: add 4bit HW ecc oob first nand_read_page functionHeiko Schocher1-0/+42
2011-09-30MX31: mx31pdk: Remove nand_spl config.mk fileFabio Estevam2-2/+1
2011-09-29powerpc/85xx: Add NAND/NAND_SPL support to P1010RDBDipen Dudhat2-0/+271
2011-09-29nand: Freescale Integrated Flash Controller NAND supportDipen Dudhat1-0/+271
2011-09-29powerpc/85xx: Add support for new P102x/P2020 RDB style boardsLi Yang2-0/+271
2011-09-10ARM: hawkboard_nand: fix compilation of nand_splStefano Babic1-3/+18
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V3-6/+6
2011-07-11powerpc/85xx: Add basic support for P1023RDS boardRoy Zang2-0/+231
2011-07-01NAND: Add 16bit NAND support for the NDFCAlex Waterman1-3/+8
2011-05-26Add _end for the end of u-boot image for SMDK6400seedshope1-0/+2
2011-05-16nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occuranceStefan Roese1-5/+2
2011-05-13nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAYStefan Roese1-18/+6
2011-05-13nand_spl: nand_boot.c: Init nand_chip.options to 0Stefan Roese1-0/+1
2011-05-13Decreases code size of the nand_splAlex Waterman1-8/+10
2011-04-27Fix the issue of _end symbol not being found while buildingSughosh Ganu1-0/+2
2011-04-27MX25: tx25: Add _end section on nand_splFabio Estevam1-0/+2
2011-04-27MX31: mx31pdk: fix nand_splStefano Babic1-0/+2
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-4/+0
2011-04-15powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat4-16/+28
2011-04-15nand_spl: Fix large page nand_command()Alex Waterman1-0/+4
2011-04-15nand/spl: Assuming a static nand page size to reduce code sizeMatthew McClintock1-5/+5
2011-03-31Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk16-48/+48
2011-03-27SMDK6400: Add some labels to u-boot.lds to support nand_splseedshope1-1/+16
2011-03-27rename _end to __bss_end__Po-Yu Chuang12-15/+15
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang16-19/+32
2011-02-21mx31pdk: Use the new relocation schemeFabio Estevam1-7/+52
2011-01-14powerpc/85xx: Add support for booting from NAND on MPC8572DSKumar Gala2-0/+215
2010-12-17PowerPC, nand_spl: Add relocation support for -fpicJoakim Tjernlund3-3/+9
2010-12-16powerpc/nand spl: link libgccScott Wood8-8/+8
2010-11-30Davinci 8xx: Move common functions to share codeStefano Babic1-3/+3
2010-11-30Add board support for hawkboardSughosh Ganu3-0/+217
2010-11-28Remove board_init_f function from nand_boot.cSughosh Ganu2-9/+5
2010-11-2783xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2-6/+8
2010-11-27ppc4xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk5-6/+6
2010-11-2783xx: Fix NAND_SPL link addressScott Wood3-6/+6
2010-11-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-21/+19
2010-11-17tx25: fix linker file for newer ld supportAlbert Aribaud1-21/+19
2010-11-12powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl buildHaiying Wang3-6/+6
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2-2/+2
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+13
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk1-0/+13
2010-10-18Rename TEXT_BASE: fix merge conflictsWolfgang Denk2-2/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk22-46/+46
2010-10-13arm926ejs, tx25: add support for ELF relocationsHeiko Schocher1-0/+13
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2-2/+2
2010-09-19ARM: implement relocation for ARM926Heiko Schocher1-1/+13
2010-09-19ARM: add relocation supportHeiko Schocher2-0/+14
2010-09-19nand_boot_fsl_nfc.c: make "nfc" a "static const" pointerHeiko Schocher1-5/+1
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce2-5/+4
2010-04-21Move arch/ppc to arch/powerpcStefan Roese11-49/+49
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser3-6/+6
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser11-37/+37
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser3-4/+4
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-12/+12
2010-04-13Create CPUDIR variablePeter Tyser3-6/+6
2010-03-07Add support for KARO TX25 boardJohn Rigby3-0/+137
2010-03-02mpc83xx: fix out-of-tree mpc8315 nand buildKim Phillips2-0/+160
2010-01-27Add MX25 support to nand_spl fsl nfc driverJohn Rigby1-15/+57
2010-01-27Nand boot: Add nand boot support for MPC8569mds boardLiu Yu2-0/+208
2009-11-04ppc/85xx: Fix inclusion of 83xx immap in 85xx buildsKumar Gala1-1/+0
2009-10-26ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.cKumar Gala1-1/+1
2009-10-26ppc/85xx: Fix building NAND_SPL out of treeKumar Gala2-0/+12
2009-10-16ppc/P1_P2_RDB: NAND Boot SupportDipen Dudhat2-0/+224
2009-09-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-0/+210
2009-09-30NAND boot: MPC8536DS supportMingkai Hu2-0/+210
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese1-13/+13
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-2/+2
2009-08-21Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk9-18/+45
2009-08-21NAND boot: fix nand_load overlap issueMingkai Hu1-1/+1
2009-07-30ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM'sStefan Roese1-14/+65
2009-07-16nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directoryStefan Roese5-5/+5
2009-07-07nand_spl: Fix cmd_ctrl usage in nand_boot.c.Scott Wood1-7/+11
2009-07-07nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski1-0/+10
2009-07-06MX31: Add NAND SPL boot support to i.MX31 PDK board.Magnus Lilja3-0/+91
2009-06-21MX31: Add NAND SPL for i.MX31.Magnus Lilja1-0/+259
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho8-8/+8
2009-03-09SIMPC8313 board: fix out of tree building.Wolfgang Denk1-9/+18
2009-01-28Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-2/+0
2009-01-28mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 buildKim Phillips1-1/+5
2009-01-26nand_spl: Fix compile problem with board_nand_init() prototypeStefan Roese1-2/+0
2009-01-23Merge branch 'next'Kim Phillips2-0/+152
2009-01-23mpc83xx: New board support for SIMPC8313Ron Madrid2-0/+152
2009-01-23NAND: Fix cache and memory inconsistency issueDave Liu2-1/+10
2008-11-18Align end of bss by 4 bytesSelvamuthukumar6-1/+6
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD9-42/+42
2008-08-31ARM: Add support for S3C6400 based SMDK6400 boardGuennadi Liakhovetski3-0/+207
2008-08-21NAND: Remove delay from nand_boot_fsl_elbc.c.Scott Wood1-2/+0
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk1-3/+3
2008-08-12nand_spl: Support page-aligned read in nand_load, use chipselectGuennadi Liakhovetski1-10/+20
2008-08-12NAND boot: Update large page support for current API.Scott Wood1-30/+20
2008-08-12NAND boot: MPC8313ERDB supportScott Wood4-2/+305
2008-08-12NAND: Update nand_spl driver to match updated nand subsystemStefan Roese1-15/+19
2008-07-30NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.Scott Wood1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce2-3/+3
2008-06-04ppc4xx: Fix problem with SDRAM init in bamboo NAND booting portStefan Roese1-8/+2
2008-06-03Remove shell variable UNDEF_SYM.Kenneth Johansson5-5/+5
2008-06-03ppc4xx: Change Kilauea to use the common DDR2 init functionStefan Roese3-14/+13
2008-06-03ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.SStefan Roese1-6/+5
2008-05-14ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand buildStefan Roese1-1/+7
2008-04-30ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM moduleStefan Roese1-5/+7
2008-04-25Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk1-1/+63
2008-04-18ppc4xx: Change Canyonlands to support booting from 2k page NAND devicesStefan Roese1-3/+3
2008-04-18ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMMStefan Roese1-4/+4
2008-04-18nand_spl: Update nand_spl to support 2k page size NAND devicesStefan Roese1-1/+63
2008-03-15ppc4xx: Add Canyonlands NAND booting supportStefan Roese4-0/+315
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk4-4/+4
2008-01-09fix various commentsMarcel Ziswiler1-1/+1
2008-01-09fix comments with new drivers organizationMarcel Ziswiler3-3/+3
2008-01-04ppc4xx: Fix Sequoia NAND booting targetStefan Roese1-1/+5
2007-12-28ppc4xx: Fix compilation problem of kilauea/haleakala nand booting targetStefan Roese1-1/+1
2007-12-11Merge commit 'u-boot/master' into for-1.3.1Stefan Roese3-3/+3
2007-11-25drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD3-3/+3
2007-11-03ppc4xx: Add AMCC Kilauea/Haleakala NAND booting supportStefan Roese3-0/+219
2007-10-31ppc4xx: Fix acadia_nand build problemStefan Roese1-1/+5
2007-10-31ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAMEugene O'Brien1-0/+6
2007-09-11[ppc4xx] Individual handling of sdram.c for bamboo_nand buildGrzegorz Bernacki1-0/+6
2007-06-19[ppc4xx] Fix problem with NAND booting on AMCC AcadiaStefan Roese3-5/+15
2007-06-06ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval boardStefan Roese3-0/+214
2007-06-01Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese6-41/+369
2007-06-01ppc4xx: Update Sequoia NAND booting support with ECCStefan Roese1-5/+6
2007-06-01ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval boardStefan Roese4-0/+306
2007-06-01NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.cStefan Roese1-39/+56
2007-05-05ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND bootingStefan Roese1-5/+1
2007-03-06[PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setupStefan Roese1-1/+5
2007-01-05[PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese1-0/+2
2006-10-23Fix sequoia separate object direcory building problems.Marian Balakowicz1-24/+40
2006-10-09Coding style cleanupWolfgang Denk1-2/+2
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese1-2/+1
2006-09-12Update NAND boot documentationStefan Roese1-2/+2
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese4-0/+375