index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r305894:
jhibbits
2016-09-17
3
-14
/
+14
*
MFC r305036:
nwhitehorn
2016-09-01
1
-20
/
+31
*
Clean up some FDT-related code in the PowerPC bootloader, improving error
nwhitehorn
2016-07-01
1
-13
/
+25
*
sys/boot: make use of the howmany() macro when available.
pfg
2016-04-26
1
-1
/
+1
*
A new implementation of the loader block cache
allanjude
2016-04-18
3
-7
/
+7
*
Move all the separate copies of the same strings into paths.h. There's
imp
2016-01-26
1
-3
/
+2
*
Remove hidden "Not ufs" printfs from boot code
smh
2016-01-09
1
-4
/
+0
*
Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2
nwhitehorn
2015-12-03
2
-2
/
+1
*
Allow loader to load 64-bit ELFv2 PowerPC kernels.
nwhitehorn
2015-12-01
2
-4
/
+12
*
The Linux kexec boot loader doesn't need a font built in to it. This got
nwhitehorn
2015-11-19
1
-5
/
+0
*
Remove guards around overwriting loader.rc and menu.rc
allanjude
2015-08-06
3
-21
/
+3
*
Fix fallouts from r284590
bapt
2015-06-19
3
-0
/
+3
*
Fix powerpc/ps3 build, too.
jkim
2015-04-03
1
-0
/
+1
*
Revert .PATH changes to fix mips build.
jkim
2015-04-03
2
-0
/
+2
*
Install newly added brand-*.4th and logo-*.4th files and reduce duplication.
jkim
2015-04-02
3
-18
/
+3
*
Provide a shim layer in loader to condense the Open Firmware device tree to
nwhitehorn
2015-03-09
3
-9
/
+235
*
Allow this to work with disks greater than 4 GB and with names not beginning
nwhitehorn
2015-02-01
3
-12
/
+19
*
Relocate kernel to high address space (a static + 64 MB for now) to avoid
nwhitehorn
2015-01-31
4
-10
/
+29
*
Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.
nwhitehorn
2015-01-31
1
-5
/
+25
*
Add kexec-based Linux shim loader for use with the firmware petitboot
nwhitehorn
2015-01-05
15
-1
/
+1694
*
For building sys/boot/powerpc, get rid of the obsolete -mppc64bridge
dim
2014-12-29
2
-6
/
+0
*
Merge ^/head r276347 through r276356.
dim
2014-12-29
1
-1
/
+1
*
Convert a couple lingering NO_FORTH conditionals to test MK_FORTH.
ian
2014-12-23
1
-1
/
+1
*
Start to allow platforms other than U-Boot to use the FDT code in loader by
andrew
2014-11-01
1
-2
/
+3
*
Rename elf*-powerpc into elf*-powerpc-freebsd in binutils
bapt
2014-10-10
3
-3
/
+6
*
Give loaders more control over the Forth initialization process. In
marcel
2014-07-27
1
-1
/
+1
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
3
-3
/
+3
*
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
imp
2014-04-13
2
-2
/
+2
*
howto_names: unify declaration
royger
2014-03-11
2
-46
/
+2
*
Build a 32-bit libstand under sys/boot/ for ppc64
emaste
2014-02-07
3
-3
/
+6
*
Fix build after r257162.
nwhitehorn
2013-10-26
1
-1
/
+1
*
Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
bdrewery
2013-09-29
1
-1
/
+1
*
Provide verbose help for fdt commands on platforms that use it.
kientzle
2013-02-11
2
-2
/
+2
*
Fix build on powerpc.
trasz
2012-11-19
1
-8
/
+8
*
Hook in new files menusets.4th and manual.
dteske
2012-11-07
2
-2
/
+2
*
Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.
ae
2012-09-09
1
-0
/
+4
*
Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent
gleb
2012-05-25
1
-2
/
+1
*
Fix build after changes to trap headers.
nwhitehorn
2012-03-29
1
-0
/
+2
*
Make sure to synchronize icache for the newly loaded loader. Not an issue
nwhitehorn
2012-02-16
2
-3
/
+7
*
Experimental support for booting CHRP-type PowerPC systems from hard disks.
nwhitehorn
2012-01-25
1
-1
/
+0
*
Fix some unreliability problems related to MSR bits inherited from kboot by
nwhitehorn
2012-01-15
1
-1
/
+1
*
Rename the linker emulation name for powerpc and powerc64. This is needed that
andreast
2011-11-19
1
-1
/
+1
*
- change "is is" to "is" or "it is"
eadler
2011-10-16
1
-1
/
+1
*
Add support for the Blu-Ray drive found in the Sony Playstation 3 and fix
nwhitehorn
2011-08-14
8
-35
/
+209
*
Add support for booting PS3s from disk. This is still a little hackish until
nwhitehorn
2011-07-16
14
-23
/
+1092
*
Include forgotten framework changes to get some of the new menu files install...
julian
2011-05-30
1
-1
/
+2
*
Add some missing files. Without we hang in the OF prompt asking for screen.4th.
andreast
2011-05-29
1
-0
/
+1
*
New boot loader menus from Devin Teske.
julian
2011-05-28
2
-0
/
+12
*
Merge binutils 2.17.50 to head. This brings a number of improvements to
dim
2011-02-18
2
-0
/
+2
|
\
|
*
Sync: merge r215396 through r215463 from ^/head.
dim
2010-11-18
1
-1
/
+14
[next]