aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-31powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-56/+22
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 Denk19-268/+19
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-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-06-28Fix 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-01lib: consolidate hang()Andreas Bießmann1-9/+0
2013-04-10powerpc/lib: fix unsafe register handling in wait_ticksMats Kärrman1-6/+11
2013-03-15ppc: Enable generic board supportSimon Glass1-0/+2
2013-03-15Introduce generic post-relocation board_r.cSimon Glass1-1/+2
2013-03-15Declare watchdog functions in watchdog.hSimon Glass1-9/+2
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-02-08Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-07treewide: 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-01ppc: Move clock fields to arch_global_dataSimon Glass1-3/+3
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass1-1/+1
2012-12-19powerpc/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-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood1-1/+16
2012-11-26powerpc: 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-22powerpc: Stack Pointer not properly alignedJoakim Tjernlund1-3/+2
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2-2/+2
2012-03-18bootstage: 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