]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
Add the SMP support for Raspberry Pi 2 (BCM2836).
[FreeBSD/FreeBSD.git] / sys / boot /
2015-05-07 loosAdd the SMP support for Raspberry Pi 2 (BCM2836).
2015-05-05 andrewAdd FDT to the list of known GUIDs.
2015-05-05 andrewDisable the use of floating-point and vector registers...
2015-05-05 andrewWhen cross-building ${LIBSTAND} may be set to the host...
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-01 andreastFix the loader for sparc64.
2015-04-29 scottlImprove support for blacklisting bad memory locations...
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 scottlSmall change in header order to allow this to compile.
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-23 loosFix the gpio-leds node to match the LEDs on RPI2.
2015-04-23 loosEnable the watchdog on RPI2.
2015-04-23 jhbReassign copyright statements on several files from...
2015-04-23 emasteReduce diffs between the three copies of libstand's...
2015-04-22 loosFix the SDHCI clock frequency for RPI2, the default...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-16 dteskeAdd "GELI Passphrase:" prompt to boot loader.
2015-04-16 ngieMFhead @ r281584
2015-04-14 andrew* Remove the wfi when the efi loader returns, it's...
2015-04-14 andrewAdd support for arm64 to loader.efi and boot1.efi
2015-04-14 andrewFix the arm64 MACHINE_CPUARCH value in the efi fdt...
2015-04-14 andrewUse MACHINE in the efi loader when it is what we mean...
2015-04-13 ngieMFhead @ r281503
2015-04-13 andrewCreate the correct symlinks for the machine directory...
2015-04-12 ngieMFhead @ r281476
2015-04-11 andrewAdd fdt support to the arm loader.efi
2015-04-11 andrewOnly add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLA...
2015-04-11 andrewMove reloc.c to the top level Makefile as it has become...
2015-04-11 andrewUpdate the arm efi ldscript to generate a valid efi...
2015-04-11 ngieStart integrating tools/regression/sockets into tests...
2015-04-11 ganboldThis modifies the FreeBSD Amlogic DTS files to use...
2015-04-11 ganboldThe GNU files don't include a DTS for the aml8726-m8b...
2015-04-10 emasteAdd build support for i386 loader.efi
2015-04-10 emasteLimit EFI framebuffer metadata to amd64 for now
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 andrewPort the EFI reloc codeto work on arm64. This used...
2015-04-09 emasteRemove EOL whitespace from i386 EFI loader source
2015-04-09 andrewPrint error values with hex to make it easier to find...
2015-04-09 andrewOnly use -fPIC when building boot1.efi for x86.
2015-04-09 andrewAdd the arm64 machine dependent parts of ficl. This...
2015-04-08 dteskeRe-do proper mode-endings. Antithesis of r281176-281179...
2015-04-08 dteskeFix a bootlock condition if/when loader_logo is set...
2015-04-07 emasteAdd EFI boot1 for i386
2015-04-07 emasteEFI: use common reloc.c for all architectures
2015-04-06 dteskeEliminate literal escape sequences from *.rc
2015-04-06 dteskePartially revert r280976: Back to previous mode-endings...
2015-04-06 dteskePartially revert r280975: Back to previous mode-endings...
2015-04-06 dteskePartially revert r280974: Back to previous mode-endings...
2015-04-06 dteskePartially revert r280925: Back to previous mode-endings...
2015-04-06 andrewMake global variabled only used in this file static.
2015-04-06 andrewAdd support to the efi boot1 and loader for 32-bit...
2015-04-06 rpauloSMBIOS support for EFI.
2015-04-05 andrewMove boot1.efi to the global CLEANFILES list, it's...
2015-04-05 andrewSpell MACHINE_CPUARCH correctly
2015-04-05 andrewAdd FDT support to loader.efi. This will be used on...
2015-04-04 baptMake sure forth manpages are only installed once.
2015-04-04 rpauloloader/EFI: improve the help of the 'mode' command.
2015-04-04 rpauloRemove an unnecessary space in a printf call.
2015-04-04 rpauloboot1 EFI: reset the screen and select the best mode.
2015-04-04 rpauloRemove whitespace.
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 andrewAdd the start of the efi fdt bindings. These will be...
2015-04-03 andrewClean up more x86 only options in the efi code.
2015-04-03 andrewOnly enable the efi framebuffer on x86 for now
2015-04-03 andrewOnly include machine/specialreg.h on x86
2015-04-03 andrewOnly enable comconsole and nullconsole on x86.
2015-04-03 jkimFix powerpc/ps3 build, too.
2015-04-03 jkimFix mips build, really. :-(
2015-04-03 jkimRevert .PATH changes to fix mips build.
2015-04-02 jkimInstall newly added brand-*.4th and logo-*.4th files...
2015-04-02 emasteMove i386/efi files to new home in efi/loader/arch...
2015-04-02 dimEnsure the cross assembler, linker and objcopy are...
2015-04-02 dteskeUse ^[[m mode-ending (as-in screen.4th `me') versus...
2015-04-02 dteskeEliminate literal escape sequences from *.4th
2015-04-02 dteskeUse fg/b/me from screen.4th instead of literals
2015-04-01 roygermultiboot: fix error codes
2015-04-01 roygermultiboot: zero mod list array
2015-04-01 andrewMove the efi loaders to be under sys/boot/efi. This...
2015-04-01 dteskeWhoops! "arc commit --revision" != "arc diff --update"
2015-04-01 dteskeAdd "GELI Passphrase:" prompt to boot loader.
2015-04-01 dteskeSolve dreaded "dictionary full" issue by segregating...
2015-04-01 dteskeWhen forced to draw ASCII lines/boxen, use `=' for...
2015-04-01 dteskeSecurely overwrite (zero) user input when we finish...
2015-04-01 dteskeAdd remainder of supported ANSI escape sequences.
2015-04-01 dteskeMove beastie to logo-*.4th; brands to brand-*.4th
2015-04-01 dteskeComments. No functional change.
2015-03-31 dteskeWhitespace and cleanup. No functional change(s).
2015-03-31 dteskeOptimize bootmsg to use fg/bg/me from screen.4th
2015-03-31 dteskeComments. No functional change(s).
2015-03-31 dteskeWhitespace. No functional change(s).
2015-03-31 dteskeChange contents of the exec variable in loader.conf...
2015-03-31 ganboldAdd device tree files for Hardkernel Odroid-C1 and...
next