summaryrefslogtreecommitdiffstats
path: root/board/evb64260
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-4/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-301-0/+12
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+23
* board: evb64260: delete an unused source fileMasahiro Yamada2014-04-171-111/+0
* board: delete meaningless serial.hMasahiro Yamada2014-01-242-65/+0
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-22/+2
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-9/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2411-175/+11
* Consolidate bool typeYork Sun2013-04-011-7/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
|/
* ppc: Move mirror_hack to arch_global_dataSimon Glass2013-02-041-1/+1
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-3/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* serial: Use default_serial_puts() in driversMarek Vasut2012-10-171-8/+1
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-151-31/+0
* serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driverMarek Vasut2012-10-151-20/+65
* doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk2012-07-292-0/+61
* net: Fix remaining API interface breakageJoe Hershberger2012-05-232-3/+2
* net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger2012-03-181-1/+1
* i2c: Codingstyle cleanup for i2c evb64260 board driverHeiko Schocher2011-11-231-12/+12
* board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-7/+18
* board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk2011-11-161-124/+132
* board/evb64260/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-2/+5
* board/evb64260/eth.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-161-18/+19
* board/evb64260/evb64260.c: Fix GC 4.6 build warningWolfgang Denk2011-11-161-1/+2
* board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-161-2/+1
* board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk2011-11-161-26/+22
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-1/+1
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-282-2/+2
* powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund2011-04-201-2/+3
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-1/+1
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-8/+8
* 74xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-271-48/+12
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-28/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-1/+1
* miiphy: constify device nameMike Frysinger2010-08-091-3/+3
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+3
* Merge branch 'master' into nextWolfgang Denk2010-06-301-1/+1
|\
| * Fix compiler warnings for EVB64260, P3G4 and ZUMAAnatolij Gustschin2010-06-291-1/+1
* | Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitionsWolfgang Denk2010-06-231-1/+1
|/
* Move arch/ppc to arch/powerpcStefan Roese2010-04-211-1/+1
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-131-1/+1
* ppc: Enable full relocation to RAMPeter Tyser2009-10-031-1/+0
* General help message cleanupWolfgang Denk2009-06-121-3/+1
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-201-3/+1
* Fix build errors after making flash_get_info() non-staticWolfgang Denk2009-02-181-2/+1
OpenPOWER on IntegriCloud