aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Update legacy static assignments in old code to support dynamic framing,Devin Teske2013-08-082-16/+96
* Since the introduction of SVN r244048 and [follow-up] r244089, it is nowDevin Teske2013-08-088-43/+51
* Make the check for number of entries less strict.Andrey V. Elsukov2013-08-081-6/+9
* Bring initial support for Allwinner A20 SoC (Cubieboard2).Ganbold Tsagaankhuu2013-08-071-0/+141
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-072-12/+12
* Let the platform calculate the timer frequency at runtime, and use that forOlivier Houchard2013-08-051-8/+7
* Fix the build of the testmain target. This target compiles a ForthMarcel Moolenaar2013-08-011-4/+31
* Add definitions for the Mailbox, Spinlock and PRU-ICSS devices.Rui Paulo2013-07-311-0/+19
* Put in commented-out version of beastie menu commandsTim Kientzle2013-07-271-0/+4
* Install Forth infrastructure along with ubldr.Tim Kientzle2013-07-271-1/+14
* Add 2 builtin words for working with directories:Marcel Moolenaar2013-07-101-0/+54
* default loader.conf: there is no need to load zpool.cache nowAndriy Gapon2013-07-091-8/+0
* - MMC1 (internal eMMC) pins should be configured as input-pullup, exceptOleksandr Tymoshenko2013-07-081-11/+11
* - Add musb node to shared dtsi and proper pin configuratin for everyOleksandr Tymoshenko2013-07-074-0/+27
* Add nodes for PWMSS1 and PWMSS2Oleksandr Tymoshenko2013-07-041-1/+29
* Add descriptions to the FILES list, fix some mdoc complaints, move theWarren Block2013-07-031-5/+7
* Add a new gptboot(8) man page. Factor out the redundant informationWarren Block2013-07-012-0/+237
* Split bcm2835-rpi-b.dts into bcm2835.dtsi and rpi.dts. This DTS actually worksRui Paulo2013-07-012-175/+445
* Add FDT for Arndale board and Samsung Exynos5250 SoC.Aleksandr Rybalko2013-06-292-0/+202
* - The method introduced as part of r234898 for not altering the boot pathMarius Strobl2013-06-091-24/+24
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.Tijl Coosemans2013-06-024-4/+4
* MFi386: revision 245848Yoshihiro Takahashi2013-06-011-18/+7
* Add DTS for AM335x EVM with properly muxed PWM and LCD pins, andOleksandr Tymoshenko2013-05-271-0/+180
* Add PWM and LCDC nodes to base DTS for AM335x-based devicesOleksandr Tymoshenko2013-05-271-0/+23
* Correct the spelling of "okay".Tim Kientzle2013-05-181-1/+2
* Move 'compatible' line out of the common am335x.dtsi and intoTim Kientzle2013-05-103-2/+160
* Don't pad disk partition sizes with leading zeros. This was alreadyJohn Baldwin2013-05-071-1/+1
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-061-0/+5
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+215
* Move pinmux configuration to board-specific config. It will varyOleksandr Tymoshenko2013-04-262-79/+82
* When rebooting (exiting) from the BTX loader, make sure to restore theDimitry Andric2013-04-242-2/+2
* Split BeagleBone DTS to generic AM335x part and Beagle-bone specificOleksandr Tymoshenko2013-04-222-194/+230
* Since we didn't break the loop, we should set i to -1 to start from theAndrey V. Elsukov2013-04-211-1/+2
* The CELL fields can be various integer types depending on the platformTim Kientzle2013-04-071-6/+10
* Fix two broken macros.Tim Kientzle2013-04-071-2/+2
* strncmp for boot code: fix an off by one errorAndriy Gapon2013-04-051-2/+2
* When running on armv6, set alignment checking to modulo-4 mode ratherIan Lepore2013-03-311-0/+8
* Initialize sym_count to 0.Tim Kientzle2013-03-301-1/+1
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-202-0/+712
* Attach the elf section headers to the loaded kernel as metadata, soIan Lepore2013-03-102-31/+18
* Since ubldr doesn't necessarily load a kernel at the physical address in theIan Lepore2013-03-091-5/+6
* Enable uart driver for A10.Ganbold Tsagaankhuu2013-03-011-0/+2
* Fix a typo that prevented booting a kernel that had virtual addresses inIan Lepore2013-02-271-1/+1
* Adjust the arm kernel entry point address properly regardless of whether theIan Lepore2013-02-261-6/+17
* Fix the bug I introduced in r247045.Tim Kientzle2013-02-253-66/+30
* - Move dma, sdhci and mbox nodes down in dts in order to get themOleksandr Tymoshenko2013-02-231-38/+35
* "fdt addr" gets run from loader.rc before the kernel is loaded.Tim Kientzle2013-02-231-7/+22
* Print kernel args as late as possible before jumping into kernel.Tim Kientzle2013-02-231-1/+1
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-201-0/+1
* Fix "fdt addr" to accept literal addresses rather than va offsets.Tim Kientzle2013-02-201-18/+40