summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk19-268/+19
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-06-29Fix bootm to work on powerpc again (compressed uImage)Stefan Roese1-5/+0
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk2-31/+0
2013-05-14powerpc: Use image_setup_linux() instead of local codeSimon Glass1-83/+1
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-04-10powerpc/lib: fix unsafe register handling in wait_ticksMats Kärrman1-6/+11
2013-03-16ppc: Enable generic board supportSimon Glass1-0/+2
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-09Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
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-20powerpc/mpc83xx: add support for new SPLScott Wood1-1/+2
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-7/+2
2012-12-05mpc5200: Add SPL supportStefan Roese1-0/+8
2012-12-05SPL: Port SPL framework to powerpcStefan Roese2-0/+46
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese1-6/+0
2012-11-27spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood1-1/+16
2012-11-27powerpc: change .fixup test to a GCC version testScott Wood1-6/+0
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-6/+6
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips1-4/+1
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-1/+1
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun1-2/+2
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann3-0/+233
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-3/+15
2012-09-02ppc: Create a stack frame for wait_ticks()Joakim Tjernlund1-2/+5
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese2-98/+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 Glass2-2/+2
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-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-03-03ppc: Change memsz variable to signed charSimon Glass1-4/+3
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-6/+16
2011-12-08powerpc: Minimal private libgcc to build on DebianKyle Moffett4-1/+159
2011-11-08arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk1-1/+2
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