aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-07powerpc: Minimal private libgcc to build on DebianKyle Moffett4-1/+159
2011-11-07arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk1-1/+2
2011-11-07arch/powerpc/lib/board.c: fix build warningWolfgang Denk1-3/+0
2011-11-07arch/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-23powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl1-7/+7
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN1-14/+6
2011-08-04hwmon: do not init sensors on startupHeiko Schocher1-3/+0
2011-07-29powerpc/85xx: verify the device tree before booting LinuxTimur Tabi1-0/+21
2011-07-29powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala1-1/+1
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-7/+0
2011-07-26powerpc: Fix device tree padding associated with ramdiskKumar Gala1-1/+3