summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-251-3/+15
|\
| * powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun2012-08-231-0/+13
| * powerpc: Stack Pointer not properly alignedJoakim Tjernlund2012-08-221-3/+2
* | ppc: Create a stack frame for wait_ticks()Joakim Tjernlund2012-09-021-2/+5
* | Consolidate bootcount code into drivers/bootcountStefan Roese2012-09-012-98/+0
|/
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-3/+0
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-182-2/+2
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-181-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* ppc: Change memsz variable to signed charSimon Glass2012-03-031-4/+3
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-121-6/+16
* powerpc: Minimal private libgcc to build on DebianKyle Moffett2011-12-074-1/+159
* arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-1/+2
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-071-3/+0
* arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk2011-11-071-221/+234
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-031-1/+3
* powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass2011-10-241-3/+7
* powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl2011-10-231-7/+7
* powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-231-25/+8
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-051-14/+6
* hwmon: do not init sensors on startupHeiko Schocher2011-08-041-3/+0
* powerpc/85xx: verify the device tree before booting LinuxTimur Tabi2011-07-291-0/+21
* powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala2011-07-291-1/+1
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-261-5/+0
* Timer: Remove set_timer completelyGraeme Russ2011-07-262-7/+0
* powerpc: Fix device tree padding associated with ramdiskKumar Gala2011-07-261-1/+3
* mpc832x: add support for the mpc8321 based suvd3 boardHeiko Schocher2011-04-301-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-04-271-0/+4
|\
| * Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-271-0/+4
* | Respect memreserve regions specified in the device treeGrant Likely2011-04-251-0/+4
* | Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-251-2/+2
* | Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-251-1/+1
* | Stop passing around bootmem_base value.Grant Likely2011-04-251-6/+3
|/
* powerpc: Add cpu_secondary_init_r to allow for initialization post env setupKumar Gala2011-04-041-0/+14
* powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala2011-04-041-0/+5
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-2/+2
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-191-1/+1
* powerpc: fix register usage in some inline assembly codeTimur Tabi2010-12-172-11/+19
* Merge branch 'master' of ../master into nextWolfgang Denk2010-12-161-0/+11
|\
| * powerpc/85xx: Introduce CONFIG_SYS_EXTRA_ENV_RELOCKumar Gala2010-11-301-0/+11
* | do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
|/
* WINBOND_83C553: enable only on boards that actually use it.Wolfgang Denk2010-11-261-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* ppc: Don't initialize write protected NOR flashesJohn Schmoller2010-10-201-1/+15
* powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser2010-10-181-2/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-1/+1
* ppc: Conditionally compile bat_rw.cPeter Tyser2010-10-131-1/+1
OpenPOWER on IntegriCloud