summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/board.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Drop old non-generic-board codeSimon Glass2015-10-191-986/+0
* ppc4xx: Remove sc3 boardStefan Roese2015-05-101-8/+0
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* mpc85xx: clean up the old deep sleep frameworktang yuantian2015-01-161-21/+0
* powerpc: mpc8xx: remove hermes board supportMasahiro Yamada2014-12-081-12/+0
* powerpc/mpc85xx: Make boot flag effectiveTang Yuantian2014-08-121-0/+2
* powerpc: mpc85xx watchdog init added to init_funcBoschung, Rainer2014-08-011-0/+3
* mpc85xx/t104x: Enable L2 and CPC cache when resumeTang Yuantian2014-07-221-0/+5
* m68k: powerpc: Clean up do_mdm_initSimon Glass2014-05-291-8/+0
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-1/+0
* mpc85xx/t104x: Add deep sleep framework supportTang Yuantian2014-04-221-0/+16
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-3/+3
* common: Add get_effective_memsize() to memsize.cYork Sun2014-02-211-18/+0
* 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
OpenPOWER on IntegriCloud