| Commit message (Expand) | Author | Age | Files | Lines |
* | Add nodes for PWMSS1 and PWMSS2 | gonzo | 2013-07-04 | 1 | -1/+29 |
* | Add descriptions to the FILES list, fix some mdoc complaints, move the | wblock | 2013-07-03 | 1 | -5/+7 |
* | Add a new gptboot(8) man page. Factor out the redundant information | wblock | 2013-07-01 | 2 | -0/+237 |
* | Split bcm2835-rpi-b.dts into bcm2835.dtsi and rpi.dts. This DTS actually works | rpaulo | 2013-07-01 | 2 | -175/+445 |
* | Add FDT for Arndale board and Samsung Exynos5250 SoC. | ray | 2013-06-29 | 2 | -0/+202 |
* | - The method introduced as part of r234898 for not altering the boot path | marius | 2013-06-09 | 1 | -24/+24 |
* | Convert old make variable modifiers :U and :L to bmake :tu and :tl. | tijl | 2013-06-02 | 4 | -4/+4 |
* | MFi386: revision 245848 | nyan | 2013-06-01 | 1 | -18/+7 |
* | Add DTS for AM335x EVM with properly muxed PWM and LCD pins, and | gonzo | 2013-05-27 | 1 | -0/+180 |
* | Add PWM and LCDC nodes to base DTS for AM335x-based devices | gonzo | 2013-05-27 | 1 | -0/+23 |
* | Correct the spelling of "okay". | kientzle | 2013-05-18 | 1 | -1/+2 |
* | Move 'compatible' line out of the common am335x.dtsi and into | kientzle | 2013-05-10 | 3 | -2/+160 |
* | Don't pad disk partition sizes with leading zeros. This was already | jhb | 2013-05-07 | 1 | -1/+1 |
* | Move initialization of CESA decoding windows from common section | gber | 2013-05-06 | 1 | -0/+5 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 1 | -0/+215 |
* | Move pinmux configuration to board-specific config. It will vary | gonzo | 2013-04-26 | 2 | -79/+82 |
* | When rebooting (exiting) from the BTX loader, make sure to restore the | dim | 2013-04-24 | 2 | -2/+2 |
* | Split BeagleBone DTS to generic AM335x part and Beagle-bone specific | gonzo | 2013-04-22 | 2 | -194/+230 |
* | Since we didn't break the loop, we should set i to -1 to start from the | ae | 2013-04-21 | 1 | -1/+2 |
* | The CELL fields can be various integer types depending on the platform | kientzle | 2013-04-07 | 1 | -6/+10 |
* | Fix two broken macros. | kientzle | 2013-04-07 | 1 | -2/+2 |
* | strncmp for boot code: fix an off by one error | avg | 2013-04-05 | 1 | -2/+2 |
* | When running on armv6, set alignment checking to modulo-4 mode rather | ian | 2013-03-31 | 1 | -0/+8 |
* | Initialize sym_count to 0. | kientzle | 2013-03-30 | 1 | -1/+1 |
* | Integrate Efika MX project back to home. | ray | 2013-03-20 | 2 | -0/+712 |
* | Attach the elf section headers to the loaded kernel as metadata, so | ian | 2013-03-10 | 2 | -32/+19 |
* | Since ubldr doesn't necessarily load a kernel at the physical address in the | ian | 2013-03-09 | 1 | -5/+6 |
* | Enable uart driver for A10. | ganbold | 2013-03-01 | 1 | -0/+2 |
* | Fix a typo that prevented booting a kernel that had virtual addresses in | ian | 2013-02-27 | 1 | -1/+1 |
* | Adjust the arm kernel entry point address properly regardless of whether the | ian | 2013-02-26 | 1 | -6/+17 |
* | Fix the bug I introduced in r247045. | kientzle | 2013-02-25 | 3 | -66/+30 |
* | - Move dma, sdhci and mbox nodes down in dts in order to get them | gonzo | 2013-02-23 | 1 | -38/+35 |
* | "fdt addr" gets run from loader.rc before the kernel is loaded. | kientzle | 2013-02-23 | 1 | -7/+22 |
* | Print kernel args as late as possible before jumping into kernel. | kientzle | 2013-02-23 | 1 | -1/+1 |
* | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 1 | -0/+1 |
* | Fix "fdt addr" to accept literal addresses rather than va offsets. | kientzle | 2013-02-20 | 1 | -18/+40 |
* | Add mem_load_raw() for loading data from another location in memory. | kientzle | 2013-02-18 | 2 | -0/+39 |
* | Clarify an error message. The addresses here are | kientzle | 2013-02-18 | 1 | -1/+1 |
* | Enable USB1 (which is EHCI0) for Allwinner A10 | gonzo | 2013-02-15 | 1 | -1/+8 |
* | Add watchdog driver for Allwinner A10 | gonzo | 2013-02-11 | 1 | -0/+6 |
* | Provide verbose help for fdt commands on platforms that use it. | kientzle | 2013-02-11 | 4 | -3/+96 |
* | Add bootcamp support to the loader. | ae | 2013-02-10 | 1 | -3/+7 |
* | - Move scratch data from the USB bus structure to the USB device structure | hselasky | 2013-02-10 | 1 | -1/+1 |
* | Correctly list the usbloader dependencies. | hselasky | 2013-02-08 | 1 | -2/+2 |
* | * Add the integer div & mod functions and ARM EABI support functions to | andrew | 2013-02-05 | 1 | -2/+2 |
* | Add defines to more easily allow a single threaded version of the FreeBSD | hselasky | 2013-02-05 | 3 | -44/+8 |
* | Fix depend target. | hselasky | 2013-02-05 | 1 | -4/+4 |
* | Add gpio driver and update dts and kernel config accordingly. | ganbold | 2013-02-05 | 1 | -0/+9 |
* | Initial version of libusbboot, a fully stand-alone, single threaded and | hselasky | 2013-01-31 | 10 | -0/+3295 |
* | Do metadata relocation fixup on all loaded modules, not just the kernel. | ian | 2013-01-30 | 1 | -6/+9 |