aboutsummaryrefslogtreecommitdiffstats
path: root/board/socrates
AgeCommit message (Expand)AuthorFilesLines
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+3
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-2/+0
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-0/+6
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+11
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-5/+5
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-27/+6
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-120/+7
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming1-1/+1
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-10-03PPC: Fix socrates NAND problemMarek Vasut1-35/+35
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-5/+7
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala1-22/+0
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-5/+0
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-14/+1
2011-01-14socrates: rename sdram_setup fixed_sdram()Becky Bruce1-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-29/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-09-19socrates: adjust TEXT_BASE to increase U-Boot image sizeWolfgang Denk1-1/+1
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-16/+15
2009-10-31video: mb862xx: improve board-specific Lime configurationWolfgang Grandegger1-39/+7
2009-09-24ppc/85xx: Clean up use of LAWAR definesKumar Gala1-2/+2
2009-08-2885xx: Move to a common linker scriptKumar Gala1-149/+0
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+1
2008-12-0385xx: socrates: fix DDR SDRAM tlb entry configurationAnatolij Gustschin1-0/+2
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18Pass dimm parameters to populate populate controller optionsHaiying Wang1-1/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-96/+96
2008-09-22socrates: fix crash after relocationAnatolij Gustschin1-1/+1
2008-09-1385xx: socrates: autoprobe Lime chipu-boot@bugs.denx.de1-15/+43
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-0985xx: socrates: Enable Lime support.Anatolij Gustschin4-2/+233
2008-09-0985xx: Socrates: Major code update.Detlev Zundel2-49/+65
2008-08-27FSL DDR: Convert socrates to new DDR code.Kumar Gala3-5/+93
2008-08-13socrates: Update NAND driver to new API.Scott Wood1-52/+32
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-28Coding Style CleanupWolfgang Denk1-16/+16
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-1185xx/86xx: Move to dynamic mgmt of LAWsKumar Gala1-5/+5
2008-06-11Socrates: Added FPGA base address update in FDT.Sergei Poselenov1-0/+10
2008-06-11Socrates: NAND support added. Changed the U-Boot base address andSergei Poselenov3-3/+220
2008-06-11Socrates: added missed file with UPMA configuration data.Sergei Poselenov1-0/+55
2008-06-11Socrates: Added FPGA mapping. LAWs and TLBs cleanup.Sergei Poselenov3-25/+23
2008-06-10socrates: Fix PCI clk fix patchAndy Fleming1-1/+3
2008-05-27Socrates: Fix PCI bus frequency reportSergei Poselenov1-2/+11
2008-05-20socrates: changes to support FDTSergei Poselenov1-0/+25
2008-05-20Initial support for "Socrates" boardSergei Poselenov7-0/+715