summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/board.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-20powerpc: Drop old non-generic-board codeSimon Glass1-986/+0
2015-05-10ppc4xx: Remove sc3 boardStefan Roese1-8/+0
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-01-16mpc85xx: clean up the old deep sleep frameworktang yuantian1-21/+0
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada1-12/+0
2014-08-12powerpc/mpc85xx: Make boot flag effectiveTang Yuantian1-0/+2
2014-08-02powerpc: mpc85xx watchdog init added to init_funcBoschung, Rainer1-0/+3
2014-07-23mpc85xx/t104x: Enable L2 and CPC cache when resumeTang Yuantian1-0/+5
2014-05-30m68k: powerpc: Clean up do_mdm_initSimon Glass1-8/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-23mpc85xx/t104x: Add deep sleep framework supportTang Yuantian1-0/+16
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-3/+3
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-18/+0
2013-10-24powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-4/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-6/+3
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-3/+9
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-24/+0
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-03-16Introduce generic post-relocation board_r.cSimon Glass1-1/+2
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-9/+2
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-02-04ppc: Move mpc8220 clocks to arch_global_dataSimon Glass1-7/+7
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass1-1/+1
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-1/+1
2013-02-04ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass1-3/+4
2013-02-02ppc: Move clock fields to arch_global_dataSimon Glass1-3/+3
2013-02-02ppc: Move brg_clk to arch_global_dataSimon Glass1-1/+1
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-7/+2
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-6/+6
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun1-2/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-08-23powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun1-0/+13
2012-08-23powerpc: Stack Pointer not properly alignedJoakim Tjernlund1-3/+2
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-19bootstage: Convert progress numbers 20-41 to enumsSimon Glass1-1/+1
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-1/+1
2012-03-03ppc: Change memsz variable to signed charSimon Glass1-4/+3
2011-11-08arch/powerpc/lib/board.c: fix build warningWolfgang Denk1-3/+0
2011-11-08arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk1-221/+234
2011-11-03arch/powerpc/lib/board.c: fix build warningWolfgang Denk1-1/+3
2011-10-24powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass1-3/+7
2011-10-24powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl1-7/+7
2011-10-24powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-08-05hwmon: do not init sensors on startupHeiko Schocher1-3/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-2/+0