summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeLines
...
* ppc: Move clock fields to arch_global_dataSimon Glass2013-02-01-3/+3
* ppc: Move brg_clk to arch_global_dataSimon Glass2013-02-01-1/+1
* powerpc/mpc83xx: add support for new SPLScott Wood2012-12-19-1/+2
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-13-7/+2
* mpc5200: Add SPL supportStefan Roese2012-12-05-0/+8
* SPL: Port SPL framework to powerpcStefan Roese2012-12-05-0/+46
* powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese2012-12-05-6/+0
* spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood2012-11-26-1/+16
* powerpc: change .fixup test to a GCC version testScott Wood2012-11-26-6/+0
* arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips2012-11-04-6/+6
* arch/powerpc/lib/extable.c: sparse fixKim Phillips2012-11-04-4/+1
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-04-1/+1
* powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun2012-10-22-2/+2
* split mpc8xx hooks from cmd_ide.cPavel Herrmann2012-10-17-0/+233
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-25-3/+15
|\
| * powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun2012-08-23-0/+13
| * powerpc: Stack Pointer not properly alignedJoakim Tjernlund2012-08-22-3/+2
* | ppc: Create a stack frame for wait_ticks()Joakim Tjernlund2012-09-02-2/+5
* | Consolidate bootcount code into drivers/bootcountStefan Roese2012-09-01-98/+0
|/
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-3/+0
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-2/+2
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-18-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-18-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-18-1/+1
* ppc: Change memsz variable to signed charSimon Glass2012-03-03-4/+3
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-12-6/+16
* powerpc: Minimal private libgcc to build on DebianKyle Moffett2011-12-07-1/+159
* arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-1/+2
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-07-3/+0
* arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk2011-11-07-221/+234
* arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-03-1/+3
* powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass2011-10-24-3/+7
* powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl2011-10-23-7/+7
* powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-23-25/+8
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-2/+0
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-05-14/+6
* hwmon: do not init sensors on startupHeiko Schocher2011-08-04-3/+0
* powerpc/85xx: verify the device tree before booting LinuxTimur Tabi2011-07-29-0/+21
* powerpc/85xx: Fix setting of EPAPR_MAGIC valueKumar Gala2011-07-29-1/+1
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-5/+0
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-7/+0
* powerpc: Fix device tree padding associated with ramdiskKumar Gala2011-07-26-1/+3
* mpc832x: add support for the mpc8321 based suvd3 boardHeiko Schocher2011-04-30-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-04-27-0/+4
|\
| * Don't grab memory for LCD if FB address is definedMinkyu Kang2011-04-27-0/+4
* | Respect memreserve regions specified in the device treeGrant Likely2011-04-25-0/+4
* | Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-25-2/+2
* | Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-25-1/+1