index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-28
[POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms
David Gibson
4
-39
/
+45
2007-06-28
[POWERPC] PS3: Device tree source
Geoff Levand
1
-0
/
+68
2007-06-28
[POWERPC] Make kernel_entry_t have global scope in bootwrapper
Geoff Levand
2
-2
/
+2
2007-06-28
[POWERPC] Fix constantness of bootwrapper arg
Geoff Levand
3
-3
/
+3
2007-06-28
[POWERPC] Add u64 printf to bootwrapper
Geoff Levand
1
-1
/
+9
2007-06-28
[POWERPC] Add signed types to bootwrapper
Geoff Levand
1
-0
/
+4
2007-06-25
[POWERPC] Remove 'console=' from cmdline on prpmc2800
Mark A. Greer
1
-1
/
+1
2007-06-25
[POWERPC] Update holly to use new dts wrapping feature
Mark A. Greer
1
-7
/
+1
2007-06-25
[POWERPC] When appropriate, wrap device tree with zImage
Mark A. Greer
1
-8
/
+14
2007-06-25
[POWERPC] Remove 'make zImage.dts' feature
Mark A. Greer
1
-25
/
+1
2007-06-14
[POWERPC] Fix problems with device tree representation of TSI-1xx bridges
David Gibson
2
-41
/
+43
2007-06-14
[POWERPC] Don't store a command line in the Holly device tree
David Gibson
1
-1
/
+0
2007-06-14
[POWERPC] Consolidate cuboot initialization code
David Gibson
6
-37
/
+56
2007-06-14
[POWERPC] Derive ebc ranges property from EBC registers
David Gibson
5
-5
/
+71
2007-06-14
[POWERPC] Factor zImage's 44x reset code out of ebony.c
David Gibson
3
-17
/
+19
2007-06-14
[POWERPC] Split low-level OF-related bootloader code into separate files
David Gibson
5
-182
/
+240
2007-06-07
[POWERPC] Fix building of COFF zImages
Paul Mackerras
1
-0
/
+1
2007-06-02
[POWERPC] Fix zImage.coff generation for 32-bit pmac
Milton Miller
1
-2
/
+2
2007-06-02
[POWERPC] Don't use HOSTCFLAGS in BOOTCFLAGS
David Gibson
1
-8
/
+6
2007-06-02
[POWERPC] Create a zImage for legacy iSeries
Stephen Rothwell
1
-0
/
+4
2007-06-02
[POWERPC] Fix compiler/assembler flags for Ebony platform boot files
David Gibson
1
-2
/
+2
2007-05-23
[POWERPC] 52xx: unbreak lite5200 dts (_pic vs. -pic)
Domen Puncer
2
-2
/
+2
2007-05-17
[POWERPC] Pass per-file CFLAGs for platform specific op codes
Josh Boyer
1
-0
/
+3
2007-05-17
[POWERPC] Fix sed command lines for zlib source construction
Segher Boessenkool
1
-3
/
+3
2007-05-17
[POWERPC] Small fixes for the Ebony device tree
David Gibson
1
-24
/
+13
2007-05-17
[POWERPC] Fix make rules for treeImage.initrd
David Gibson
1
-3
/
+3
2007-05-17
[POWERPC] Fix bug adding properties with flatdevtree.c's ft_set_prop()
David Gibson
1
-9
/
+8
2007-05-17
[POWERPC] Removed hardcoded phandles from dts
Kumar Gala
5
-167
/
+138
2007-05-17
[POWERPC] 85xx: Add device nodes for error reporting devices used by EDAC
Kumar Gala
4
-0
/
+64
2007-05-17
[POWERPC] 85xx: Add device nodes for error reporting devices used by EDAC
Dave Jiang
3
-1
/
+49
2007-05-12
[POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform
Mark A. Greer
2
-1
/
+579
2007-05-12
[POWERPC] Add DTS file for the Motorola PrPMC2800 platform
Mark A. Greer
1
-0
/
+315
2007-05-12
[POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C
Mark A. Greer
2
-1
/
+207
2007-05-12
[POWERPC] Add bootwrapper support for Marvell MPSC
Mark A. Greer
4
-1
/
+174
2007-05-12
[POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge
Mark A. Greer
3
-1
/
+652
2007-05-12
[POWERPC] Add Makefile rules to wrap dts file in zImage
Mark A. Greer
1
-1
/
+24
2007-05-12
[POWERPC] U-boot passes the initrd as start/end, not start/size.
Scott Wood
2
-2
/
+2
2007-05-09
[POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.
Scott Wood
1
-2
/
+2
2007-05-09
[POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.
Scott Wood
1
-1
/
+1
2007-05-08
[POWERPC] Support for the Ebony 440GP reference board in arch/powerpc
David Gibson
9
-10
/
+375
2007-05-08
[POWERPC] Add device tree for Ebony
David Gibson
1
-0
/
+307
2007-05-08
[POWERPC] Holly bootwrapper
Josh Boyer
2
-1
/
+46
2007-05-08
[POWERPC] Holly DTS
Josh Boyer
1
-0
/
+198
2007-05-07
[POWERPC] lite5200(b) support for i2c
Domen Puncer
2
-4
/
+8
2007-05-07
[POWERPC] lite5200(b) DTS fixes
Domen Puncer
2
-4
/
+6
2007-05-07
[POWERPC] Fix some missing build dependencies in arch/powerpc/boot
David Gibson
1
-4
/
+5
2007-05-07
[POWERPC] bootwrapper: Only build cuImage if CONFIG_DEVICE_TREE is non-empty
Scott Wood
1
-1
/
+4
2007-05-02
[POWERPC] Small cleanups to the cuboot bootwrapper code
David Gibson
2
-24
/
+19
2007-05-02
[POWERPC] Replace undocumented interface properties in dts files
Kim Phillips
4
-10
/
+4
2007-04-30
[POWERPC] Add dt_xlate_addr() to bootwrapper
Mark A. Greer
2
-16
/
+35
[prev]
[next]