summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/board.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp2013-10-241-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-4/+7
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-6/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-3/+9
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-151-24/+0
* lib: consolidate hang()Andreas Bießmann2013-05-011-9/+0
* Introduce generic post-relocation board_r.cSimon Glass2013-03-151-1/+2
* Declare watchdog functions in watchdog.hSimon Glass2013-03-151-9/+2
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-2/+2
* ppc: Move mpc8220 clocks to arch_global_dataSimon Glass2013-02-041-7/+7
* ppc: Move mpc512x clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass2013-02-041-3/+4
* ppc: Move clock fields to arch_global_dataSimon Glass2013-02-011-3/+3
* ppc: Move brg_clk to arch_global_dataSimon Glass2013-02-011-1/+1
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-7/+2
* arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips2012-11-041-6/+6
* powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun2012-10-221-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun2012-08-231-0/+13
* powerpc: Stack Pointer not properly alignedJoakim Tjernlund2012-08-221-3/+2
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-3/+0
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-181-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-1/+1
* ppc: Change memsz variable to signed charSimon Glass2012-03-031-4/+3
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-071-3/+0
* arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk2011-11-071-221/+234
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-031-1/+3
* powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass2011-10-241-3/+7
* powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl2011-10-231-7/+7
* powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-231-25/+8
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* hwmon: do not init sensors on startupHeiko Schocher2011-08-041-3/+0
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-2/+0
* Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-271-0/+4
* powerpc: Add cpu_secondary_init_r to allow for initialization post env setupKumar Gala2011-04-041-0/+14
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-2/+2
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-191-1/+1
* powerpc/85xx: Introduce CONFIG_SYS_EXTRA_ENV_RELOCKumar Gala2010-11-301-0/+11
* WINBOND_83C553: enable only on boards that actually use it.Wolfgang Denk2010-11-261-1/+1
* ppc: Don't initialize write protected NOR flashesJohn Schmoller2010-10-201-1/+15
* powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser2010-10-181-2/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-1/+1
* powerpc: Zero out board info struct on bootupPeter Tyser2010-10-121-16/+1
* PowerPC: change board specific early pci_init() into generic.Andre Schwarz2010-10-061-5/+4
* PCU_E: remove code for yet another corpseWolfgang Denk2010-10-061-2/+2
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-231-7/+0
OpenPOWER on IntegriCloud