summaryrefslogtreecommitdiffstats
path: root/board/eltec
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: comment out blank M: fieldMasahiro Yamada2014-09-241-1/+1
* mpc8xx: move common linker scripts into the CPU directoryMasahiro Yamada2014-09-241-82/+0
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-132-6/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-302-0/+12
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-302-0/+30
* Add cli_ prefix to readline functionsSimon Glass2014-05-292-13/+13
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-292-0/+2
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-012-44/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2414-238/+14
* PPC 74xx_7xx: Fix build warnings for ELPPC boardWolfgang Denk2013-06-271-3/+8
* replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD2013-04-021-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-182-2/+2
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-122-2/+2
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
|/
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-222-6/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-222-0/+10
* board/eltec/elppc/misc.c: Fix GCC 4.6 build warningAnatolij Gustschin2011-12-201-1/+1
* MPC7xx: remove obsolete "BAB7xx" boardWolfgang Denk2011-12-0810-3797/+0
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-223-5/+0
* board/eltec/mhpc/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-4/+3
* punt unused clean/distclean targetsMike Frysinger2011-10-152-12/+0
* powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund2011-04-201-2/+3
* rename _end to __bss_end__Po-Yu Chuang2011-03-272-2/+2
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+2
* 74xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-272-270/+0
* 8xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-271-45/+12
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-173-6/+6
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-183-85/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-183-6/+6
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-042-2/+2
* Move arch/ppc to arch/powerpcStefan Roese2010-04-214-4/+4
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-134-4/+4
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-2/+2
* ppc: Enable full relocation to RAMPeter Tyser2009-10-034-4/+0
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-203-9/+3
* pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala2009-02-072-2/+2
* Align end of bss by 4 bytesSelvamuthukumar2008-11-183-0/+3
* Cleanup: fix "MHz" spellingWolfgang Denk2008-10-211-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-1815-128/+128
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-104-4/+4
* Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+6
* Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+6
* elppc board: Coding style cleanup.Wolfgang Denk2008-07-141-49/+50
* elppc board: fix syntax error.Wolfgang Denk2008-07-141-1/+1
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-022-2/+2
* Change initdram() return type to phys_size_tBecky Bruce2008-06-123-3/+3
* Big white-space cleanup.Wolfgang Denk2008-05-214-16/+16
* Remove all the search paths from the .lds files.Jason Wessel2008-04-174-4/+0
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-123-3/+3
OpenPOWER on IntegriCloud