summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-04-10powerpc/lib: fix unsafe register handling in wait_ticksMats Kärrman
2013-03-15ppc: Enable generic board supportSimon Glass
2013-03-15Introduce generic post-relocation board_r.cSimon Glass
2013-03-15Declare watchdog functions in watchdog.hSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-02-08Clean up libfdt.h includesGerald Van Baren
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-04ppc: Move mpc8220 clocks to arch_global_dataSimon Glass
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass
2013-02-04ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass
2013-02-01ppc: Move clock fields to arch_global_dataSimon Glass
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass
2012-12-19powerpc/mpc83xx: add support for new SPLScott Wood
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-12-05mpc5200: Add SPL supportStefan Roese
2012-12-05SPL: Port SPL framework to powerpcStefan Roese
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese
2012-11-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood
2012-11-26powerpc: change .fixup test to a GCC version testScott Wood
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-02ppc: Create a stack frame for wait_ticks()Joakim Tjernlund
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese
2012-08-23powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun
2012-08-22powerpc: Stack Pointer not properly alignedJoakim Tjernlund
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert progress numbers 20-41 to enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2012-03-03ppc: Change memsz variable to signed charSimon Glass
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala
2011-12-07powerpc: Minimal private libgcc to build on DebianKyle Moffett
2011-11-07arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-07arch/powerpc/lib/board.c: fix build warningWolfgang Denk
2011-11-07arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk
2011-11-03arch/powerpc/lib/board.c: fix build warningWolfgang Denk
2011-10-24powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass
2011-10-23powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN