| Commit message (Expand) | Author | Age | Lines |
* | 8xxx: Change all 8*xx_DDR addresses to 8xxx | Andy Fleming | 2012-11-27 | -2/+2 |
* | powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new spl | Scott Wood | 2012-11-26 | -274/+0 |
* | spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.c | Scott Wood | 2012-11-26 | -28/+28 |
* | spl/mpc85xx: move udelay to cpu code | Scott Wood | 2012-11-26 | -55/+3 |
* | powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx | Scott Wood | 2012-11-26 | -7/+7 |
* | nand_spl: fix u-boot.lst breakage | Scott Wood | 2012-11-14 | -8/+16 |
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | -9/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | -0/+15 |
* | common: Add symbol handling for generic lists into Makefile | Marek Vasut | 2012-10-22 | -18/+63 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2012-09-25 | -92/+162 |
|\ |
|
| * | nand_spl: change out_be32 to raw_writel and depend on subsequent sync | Matthew McClintock | 2012-08-23 | -73/+71 |
| * | nand_spl: p1023rds: wait before enabling DDR controller | Matthew McClintock | 2012-08-23 | -5/+20 |
| * | nand_spl: update udelay for Freescale boards | Matthew McClintock | 2012-08-23 | -15/+60 |
| * | powerpc/p1010rdb: nandboot: compare SVR properly | Matthew McClintock | 2012-08-23 | -1/+2 |
| * | p1014rdb: set ddr bus width properly depending on SVR | Matthew McClintock | 2012-08-23 | -0/+11 |
* | | ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit again | Stefan Roese | 2012-09-03 | -3/+0 |
|/ |
|
* | Changes to move hawkboard to the new spl infrastructure | Sughosh Ganu | 2012-02-12 | -232/+0 |
* | davinci: Remove unwanted memsize.c from hawkboard's nand spl build | Sughosh Ganu | 2011-12-06 | -6/+0 |
* | arm, davinci: move misc function in arch tree | Heiko Schocher | 2011-12-06 | -5/+4 |
* | arm, hawkboard: Use the pinmux configurations defined in the arch tree | Christian Riesch | 2011-12-06 | -0/+5 |
* | arm, davinci: Move pinmux functions from board to arch tree | Christian Riesch | 2011-12-06 | -3/+3 |
* | Fix regression in SMDK6400 | Simon Schwarz | 2011-12-06 | -3/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-10-04 | -0/+542 |
|\ |
|
| * | powerpc/85xx: Add NAND/NAND_SPL support to P1010RDB | Dipen Dudhat | 2011-09-29 | -0/+271 |
| * | powerpc/85xx: Add support for new P102x/P2020 RDB style boards | Li Yang | 2011-09-29 | -0/+271 |
* | | MX31: mx31pdk: Remove nand_spl config.mk file | Fabio Estevam | 2011-09-30 | -2/+1 |
|/ |
|
* | ARM: hawkboard_nand: fix compilation of nand_spl | Stefano Babic | 2011-09-10 | -3/+18 |
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | -1/+1 |
* | replace CONFIG_PRELOADER with CONFIG_SPL_BUILD | Aneesh V | 2011-07-26 | -6/+6 |
* | powerpc/85xx: Add basic support for P1023RDS board | Roy Zang | 2011-07-11 | -0/+231 |
* | Add _end for the end of u-boot image for SMDK6400 | seedshope | 2011-05-26 | -0/+2 |
* | Fix the issue of _end symbol not being found while building | Sughosh Ganu | 2011-04-27 | -0/+2 |
* | MX25: tx25: Add _end section on nand_spl | Fabio Estevam | 2011-04-27 | -0/+2 |
* | MX31: mx31pdk: fix nand_spl | Stefano Babic | 2011-04-27 | -0/+2 |
* | powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script | Dipen Dudhat | 2011-04-15 | -16/+28 |
* | Fix build issues cause by LDFLAGS_FINAL changes | Wolfgang Denk | 2011-03-31 | -48/+48 |
* | SMDK6400: Add some labels to u-boot.lds to support nand_spl | seedshope | 2011-03-27 | -1/+16 |
* | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -15/+15 |
* | Introduce a new linker flag LDFLAGS_FINAL | Haiying Wang | 2011-03-22 | -19/+32 |
* | mx31pdk: Use the new relocation scheme | Fabio Estevam | 2011-02-21 | -7/+52 |
* | powerpc/85xx: Add support for booting from NAND on MPC8572DS | Kumar Gala | 2011-01-14 | -0/+215 |
* | PowerPC, nand_spl: Add relocation support for -fpic | Joakim Tjernlund | 2010-12-17 | -3/+9 |
* | powerpc/nand spl: link libgcc | Scott Wood | 2010-12-16 | -8/+8 |
* | Davinci 8xx: Move common functions to share code | Stefano Babic | 2010-11-30 | -3/+3 |
* | Add board support for hawkboard | Sughosh Ganu | 2010-11-30 | -0/+216 |
* | Remove board_init_f function from nand_boot.c | Sughosh Ganu | 2010-11-28 | -1/+5 |
* | 83xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -6/+8 |
* | ppc4xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -6/+6 |
* | 83xx: Fix NAND_SPL link address | Scott Wood | 2010-11-27 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2010-11-17 | -21/+19 |
|\ |
|