aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09[POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.Scott Wood1-2/+2
2007-05-09[POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.Scott Wood1-1/+1
2007-05-08[POWERPC] Support for the Ebony 440GP reference board in arch/powerpcDavid Gibson9-10/+375
2007-05-08[POWERPC] Add device tree for EbonyDavid Gibson1-0/+307
2007-05-08[POWERPC] Holly bootwrapperJosh Boyer2-1/+46
2007-05-08[POWERPC] Holly DTSJosh Boyer1-0/+198
2007-05-07[POWERPC] lite5200(b) support for i2cDomen Puncer2-4/+8
2007-05-07[POWERPC] lite5200(b) DTS fixesDomen Puncer2-4/+6
2007-05-07[POWERPC] Fix some missing build dependencies in arch/powerpc/bootDavid Gibson1-4/+5
2007-05-07[POWERPC] bootwrapper: Only build cuImage if CONFIG_DEVICE_TREE is non-emptyScott Wood1-1/+4
2007-05-02[POWERPC] Small cleanups to the cuboot bootwrapper codeDavid Gibson2-24/+19
2007-05-02[POWERPC] Replace undocumented interface properties in dts filesKim Phillips4-10/+4
2007-04-30[POWERPC] Add dt_xlate_addr() to bootwrapperMark A. Greer2-16/+35
2007-04-30[POWERPC] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREEScott Wood1-1/+1
2007-04-27[POWERPC] bootwrapper: cuboot-83xx: Exclude upper 1MB from heap.Scott Wood1-1/+1
2007-04-27[POWERPC] bootwrapper: cuImage for 85xxScott Wood2-1/+71
2007-04-27[POWERPC] bootwrapper: Fix array handling in dt_xlate_reg().Scott Wood1-12/+11
2007-04-27[POWERPC] boot: More verbose gunzip error messageMilton Miller1-1/+2
2007-04-27[POWERPC] Enable make installAkinobu Mita1-1/+1
2007-04-24[POWERPC] Fix comment typo in Kurobox device treeGrant Likely2-6/+6
2007-04-24[POWERPC] bootwrapper: Use `unsigned long' for malloc sizesGeert Uytterhoeven3-20/+21
2007-04-24[POWERPC] bootwrapper: cuboot for 83xxScott Wood2-1/+70
2007-04-24[POWERPC] bootwrapper: Add ppcboot.hScott Wood1-0/+108
2007-04-24[POWERPC] bootwrapper: Add a cuboot platform and a cuImage targetScott Wood3-4/+33
2007-04-13[POWERPC] Fix detection of loader-supplied initrd on OF platformsPaul Mackerras1-2/+4
2007-04-13[POWERPC] bootwrapper: Decompress less, check moreMilton Miller1-1/+4
2007-04-13[POWERPC] bootwrapper: no-gzip fixesMilton Miller2-2/+8
2007-04-13[POWERPC] bootwrapper: missing relocation in crt0.SMilton Miller1-2/+6
2007-04-13[POWERPC] Routine to find the devtree node of a linux,phandleMark A. Greer1-0/+6
2007-04-13[POWERPC] Move bootwrapper ELF parsing routines to a fileMark A. Greer4-67/+85
2007-04-13[POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.Scott Wood3-2/+187
2007-04-13[POWERPC] Clean up zImage handling of the command lineDavid Gibson2-33/+21
2007-04-13[POWERPC] Add device tree utility functions to zImageDavid Gibson4-17/+136
2007-03-29[POWERPC] 85xx: Add initial MPC8544 DS platform files.Jon Loeliger1-0/+136
2007-03-29[POWERPC] 83xx: Add MPC832x RDB board support.Michael Barkowski1-0/+291
2007-03-26[POWERPC] 86xx: Added 2nd PCI-Ex controller support for MPC8641 HPCN to DTS.Zhang Wei1-0/+24
2007-03-26[POWERPC] New reg.h for the zImageDavid Gibson4-4/+26
2007-03-26[POWERPC] Add gcc format warnings to zImage printf()David Gibson2-5/+6
2007-03-26[POWERPC] boot: Use a common zImage ruleMilton Miller1-43/+24
2007-03-26[POWERPC] boot: clean rule fixesMilton Miller1-4/+4
2007-03-26[POWERPC] boot: Use FORCEMilton Miller1-17/+19
2007-03-26[POWERPC] bootwrapper: Allow platforms to call library zImage_startMilton Miller1-0/+2
2007-03-26[POWERPC] bootwrapper: Add a fatal error helperMilton Miller4-47/+28
2007-03-21[POWERPC] boot: export flush_cacheMilton Miller2-3/+1
2007-03-21[POWERPC] boot: rebuild when wrapper changesMilton Miller1-1/+2
2007-03-21[POWERPC] bootwrapper: Make setprop accept a const buffer.Scott Wood1-1/+2
2007-03-21[POWERPC] bootwrapper: Make compression of the kernel image optional.Scott Wood1-7/+17
2007-03-21[POWERPC] bootwrapper: Add dt_ops methods.Scott Wood2-10/+83
2007-03-16[POWERPC] Add documentation for the zImage's gunzip convenience functionsDavid Gibson2-3/+95
2007-03-16[POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter.Scott Wood2-5/+13