summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp2013-10-241-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-4/+7
|\
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-231-6/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-3/+9
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2419-268/+19
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* Fix bootm to work on powerpc again (compressed uImage)Stefan Roese2013-06-281-5/+0
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-152-31/+0
* powerpc: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-83/+1
* lib: consolidate hang()Andreas Bießmann2013-05-011-9/+0
* powerpc/lib: fix unsafe register handling in wait_ticksMats Kärrman2013-04-101-6/+11
* ppc: Enable generic board supportSimon Glass2013-03-151-0/+2
* Introduce generic post-relocation board_r.cSimon Glass2013-03-151-1/+2
* Declare watchdog functions in watchdog.hSimon Glass2013-03-151-9/+2
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-2/+2
* Clean up libfdt.h includesGerald Van Baren2013-02-081-1/+0
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* ppc: Move mpc8220 clocks to arch_global_dataSimon Glass2013-02-041-7/+7
* ppc: Move mpc512x clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass2013-02-041-3/+4
* ppc: Move clock fields to arch_global_dataSimon Glass2013-02-011-3/+3
* ppc: Move brg_clk to arch_global_dataSimon Glass2013-02-011-1/+1
* powerpc/mpc83xx: add support for new SPLScott Wood2012-12-191-1/+2
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-7/+2
* mpc5200: Add SPL supportStefan Roese2012-12-051-0/+8
* SPL: Port SPL framework to powerpcStefan Roese2012-12-052-0/+46
* powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese2012-12-051-6/+0
* spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood2012-11-261-1/+16
* powerpc: change .fixup test to a GCC version testScott Wood2012-11-261-6/+0
* arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips2012-11-041-6/+6
* arch/powerpc/lib/extable.c: sparse fixKim Phillips2012-11-041-4/+1
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-041-1/+1
* powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun2012-10-221-2/+2
* split mpc8xx hooks from cmd_ide.cPavel Herrmann2012-10-173-0/+233
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* 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
OpenPOWER on IntegriCloud