aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc512x
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-03-09mpc512x: Adjust the DRAM init sequence to the datasheet specAnatolij Gustschin1-1/+16
2013-03-09mpc512x: add ifm ac14xx boardAnatolij Gustschin1-0/+54
2013-03-09mpc512x: optionally configure DIU, LPC and NFC devidersAnatolij Gustschin1-0/+15
2013-03-09mpc512x: use common code for clock setting for all mpc512x boardsAnatolij Gustschin1-0/+9
2013-03-09mpc512x: add common LAW and Chip Select configurationAnatolij Gustschin1-0/+96
2013-02-04ppc: Move reset_status to arch_global_dataSimon Glass2-2/+2
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass5-10/+13
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-59/+51
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-61/+3
2012-10-15serial: mpc512x: Move serial registration from serial_initialize()Marek Vasut1-0/+16
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut1-9/+9
2012-06-07MPC8xxx: Define cache ops for USBMarek Vasut2-0/+36
2011-11-16arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warningsAnatolij Gustschin1-2/+1
2011-11-16arch/powerpc/cpu/mpc512x/pci.c: Fix GCC 4.6 warningsAnatolij Gustschin1-2/+0
2011-10-27PowerPC: Squash warning in mpc512x serial.cMarek Vasut1-1/+1
2011-08-04video: Add SHARP LQ084S3LG01 LCD support on P1022DSTimur Tabi1-1/+1
2011-07-28unify version_stringAndreas Bießmann1-8/+4
2011-07-26serial: drop useless ctlr fieldMike Frysinger1-6/+5
2011-07-26serial: push default_serial_console to driversMike Frysinger1-0/+12
2011-04-28powerpc: use 'video-mode' environment variable to configure DIUTimur Tabi1-13/+3
2011-04-20Revert "PowerPC: Add support for -msingle-pic-base"Wolfgang Denk1-10/+1
2011-04-11PowerPC: Add support for -msingle-pic-baseJoakim Tjernlund1-1/+10
2011-04-11PowerPC: Move -fPIC flag to common placeJoakim Tjernlund1-1/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-3/+3
2010-12-17PowerPC: Add relocation support for -fpicJoakim Tjernlund1-2/+3
2010-11-27512x: Cleanup for partial linking and --gc-sectionsWolfgang Denk2-44/+10
2010-11-26arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings workWolfgang Denk1-5/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-14PowerPC: Don't destroy fixup table while doing fixupsJoakim Tjernlund1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+1
2010-10-18powerpc: do not fixup NULL ptrsJoakim Tjernlund1-1/+3
2010-10-18powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser1-0/+1
2010-10-12powerpc: Remove warm reset entry pointPeter Tyser1-3/+0
2010-10-05Merge branch 'next' of git://git.denx.de/u-boot-videoWolfgang Denk1-55/+7
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk2-66/+3
2010-09-28mpc512x: fix build issuesWolfgang Denk1-1/+0
2010-09-25fsl_diu_fb: further refactoring of FSL DIU codeAnatolij Gustschin1-55/+7
2010-09-21fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo fe...Timur Tabi2-66/+3
2010-09-21POST cleanup.Michael Zaidman1-25/+0
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk4-4/+4
2010-06-14video: cfb_console: add weak default video_set_lut()Anatolij Gustschin1-14/+0
2010-05-26Convert Makefiles from COBJS-${} to COBJS-$()Kumar Gala1-5/+5
2010-04-24mpc5121: add common post_word_load/store codeAnatolij Gustschin2-0/+26
2010-04-24mpc5121: add support for PDM360NG boardAnatolij Gustschin1-2/+10
2010-04-24mpc5121: determine RAM size using get_ram_size()Anatolij Gustschin1-1/+6
2010-04-24mpc512x: make MEM IO Control configuration a board config optionAnatolij Gustschin1-1/+1