aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-30mpc832x: add support for the mpc8321 based suvd3 boardHeiko Schocher1-1/+1
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+4
2011-04-27Don't grab memory for LCD if FB address is definedMinkyu Kang1-0/+4
2011-04-25Respect memreserve regions specified in the device treeGrant Likely1-0/+4
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely1-2/+2
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-1/+1
2011-04-25Stop passing around bootmem_base value.Grant Likely1-6/+3
2011-04-04powerpc: Add cpu_secondary_init_r to allow for initialization post env setupKumar Gala1-0/+14
2011-04-04powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala1-0/+5
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-2/+2