summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Allow for bootwrapper utilities being in different directory to obj...David Woodhouse2007-12-061-3/+5
* [POWERPC] Find device-tree source file in default directoryDavid Woodhouse2007-12-061-0/+3
* [POWERPC] Create otheros.bld next to specified output file, not in $object di...David Woodhouse2007-12-061-3/+3
* [POWERPC] 8xxx: MDS board RTC fixesKim Phillips2007-11-203-0/+25
* [POWERPC] Fix device tree interrupt map for Freescale ULI1575 boardsKumar Gala2007-11-203-43/+211
* [POWERPC] 83xx: Fix 2nd UCC entry in mpc832x_mds.dtsKim Phillips2007-11-201-5/+4Star
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-082-18/+18
|\
| * [POWERPC] 4xx: Fix Walnut DTS interrupt propertySteven A. Falco2007-11-011-1/+3
| * [POWERPC] bootwrapper: Bail from script if any command failsGrant Likely2007-11-011-17/+10Star
| * [POWERPC] bootwrapper: Allow wrapper script to execute verboselyGrant Likely2007-11-011-0/+5
* | [POWERPC] bootwrapper: Revert ps3 binary flag usage, and remove .bin suffixScott Wood2007-11-081-6/+7
|/
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-10-234-10/+32
|\
| * [POWERPC] 4xx: Enable EMAC on Bamboo boardJosh Boyer2007-10-191-3/+7
| * [POWERPC] 4xx: Enable EMAC for PPC405 Walnut boardJosh Boyer2007-10-192-3/+11
| * [POWERPC] 4xx: Fix timebase clock selection on WalnutJosh Boyer2007-10-191-2/+2
| * [POWERPC] 4xx: Add RGMII support for Sequoia 440EPxValentine Barshak2007-10-191-2/+12
* | [POWERPC] Update device tree binding for mpc5200 gptMarian Balakowicz2007-10-212-34/+18Star
|/
* [POWERPC] mpc52xx: device tree changes for FEC and MDIODomen Puncer2007-10-171-1/+17
* [POWERPC] Add memchr() to the bootwrapperDavid Gibson2007-10-122-0/+14
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-10-124-39/+117
|\
| * [POWERPC] 85xx: Add cpm nodes for 8541/8555 CDSScott Wood2007-10-112-0/+72
| * [POWERPC] 85xx: Convert mpc8560ads to the new CPM binding.Scott Wood2007-10-111-38/+44
| * [POWERPC] mpc8272ads: Remove muram from the CPM reg property.Scott Wood2007-10-111-1/+1
* | [POWERPC] 4xx: Kilauea DTSStefan Roese2007-10-111-0/+252
* | Merge branch 'virtex-for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2007-10-111-2/+2
|\ \ | |/ |/|
| * [POWERPC] Uartlite: bootwrapper bug fix, getc loops foreverGrant Likely2007-10-101-2/+2
* | [POWERPC] Enable debug info on boot wrapperGrant Likely2007-10-091-0/+4
|/
* [POWERPC] Lite5200: Use comma delimiter format for lists in device treeGrant Likely2007-10-082-36/+36
* [POWERPC] 85xx: mpc8568mds - update dts to be able to use UCCsAnton Vorontsov2007-10-081-11/+11
* [POWERPC] 85xx/86xx: refactor RSTCR reset codeKumar Gala2007-10-081-0/+6
* [POWERPC] Add initial MPC8610 HPCD Device Tree Source file.Xianghua Xiao2007-10-081-0/+191
* [POWERPC] spi: Use fsl_spi instead of mpc83xx_spiPeter Korsgaard2007-10-084-8/+8
* [POWERPC] Fixup MPC8568 dtsKumar Gala2007-10-081-55/+70
* [POWERPC] mpc8568mds.dts: fix PCIe I/O address space location and sizeAnton Vorontsov2007-10-041-2/+2
* [POWERPC] MPC8568E-MDS: add support for ds1374 rtcAnton Vorontsov2007-10-041-0/+9
* [POWERPC] cpm: Describe multi-user ram in its own device node.Scott Wood2007-10-045-15/+79
* [POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platformRoy Zang2007-10-043-1/+55
* [POWERPC] mpc82xx: Add pq2fads board support.Scott Wood2007-10-041-0/+229
* [POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.Scott Wood2007-10-041-142/+167
* [POWERPC] 8xx/wrapper: Embedded Planet EP88xC supportScott Wood2007-10-045-7/+278
* [POWERPC] 8xx: mpc885ads cleanupScott Wood2007-10-041-81/+114
* [POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2.Scott Wood2007-10-041-21/+8Star
* [POWERPC] bootwrapper: Use fsl_get_immr() in cuboot-pq2.c.Scott Wood2007-10-041-6/+4Star
* [POWERPC] bootwrapper: Add fsl_get_immr() and 8xx/pq2 clock functions.Scott Wood2007-10-047-1/+273
* [POWERPC] bootwrapper: Support all-in-one PCI nodes in cuboot-pq2.Scott Wood2007-10-041-17/+8Star
* [POWERPC] CPM: Change from fsl,brg-frequency to brg/clock-frequencyScott Wood2007-10-042-6/+10
* [POWERPC] Uartlite: Add macros for register namesGrant Likely2007-10-031-6/+21
* [POWERPC] Add treeImage to .gitignoreJosh Boyer2007-10-031-0/+1
* [POWERPC] Virtex: Add uartlite bootwrapper driverGrant Likely2007-10-034-1/+68
* [POWERPC] 4xx: Fix Walnut wrapper compile errorsJosh Boyer2007-10-031-0/+1