Revision tags: release/14.0.0 |
|
#
c9b2751d |
| 22-Aug-2023 |
Jessica Clarke <jrtc27@FreeBSD.org> |
arm: Add missing no-ctfconvert for fw_stub.awk target
This target produces a C file not an object file, so using ctfconvert on it should not be attempted. This keeps it in sync with all other uses o
arm: Add missing no-ctfconvert for fw_stub.awk target
This target produces a C file not an object file, so using ctfconvert on it should not be attempted. This keeps it in sync with all other uses of fw_stub.awk, squashes a warning seen during the build of TEGRA124 on FreeBSD and avoids the same issue failing the build on non-FreeBSD (such errors are #ifdef'ed into being warnings on FreeBSD in ctfconvert, which should be revisited in the future).
Reviewed by: manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41542
show more ...
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
dbfb4063 |
| 16-Apr-2019 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Add kern_clocksource.c directly in files.arm
This files is needed and included in all our config so move it to a common location.
MFC after: 2 weeks
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
ee070097 |
| 28-Dec-2017 |
Emmanuel Vadot <manu@FreeBSD.org> |
Revert r327250 as it broke the build for some armv6 kernel and all armv4/5
Reported by: ian
|
#
d06955f9 |
| 27-Dec-2017 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Add kern/kern_clocksource.c to files.arm
Instead of adding it to every files.vendor, add it to the common arch file.
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
a0a23564 |
| 26-Dec-2016 |
Michal Meloun <mmel@FreeBSD.org> |
Implement drivers for NVIDIA tegra124 display controller, HDMI source and host1x module. Unfortunately, tegra124 SoC doesn't have 2D acceleration engine and 3D requires not yet started nouveau driver
Implement drivers for NVIDIA tegra124 display controller, HDMI source and host1x module. Unfortunately, tegra124 SoC doesn't have 2D acceleration engine and 3D requires not yet started nouveau driver.
These drivers forms a first non-x86 DRM2 enabled graphic stack.
Note, there are 2 outstanding issues: - The code uses gross hack in order to be comply with OBJT_MGTDEVICE pager. (See tegra_bo_init_pager() in tegra_bo.c) - Due to improper(probably) refcounting in drm_gem_mmap_single() (in drm_gem.c), the gem objects are never released. I hope that I will be able to address both issues in finite time, but I don't want to touch x86 world now.
MFC after: 1 month
show more ...
|
#
2828dafc |
| 10-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r308227 through r308490.
|
#
ccf5e68e |
| 07-Nov-2016 |
Michal Meloun <mmel@FreeBSD.org> |
Add NVIDIA Tegra XHCI driver and coresponding firmware blob.
MFC after: 3 weeks Approved by: core@ (NVIDIA license)
|
#
47a232c6 |
| 04-Nov-2016 |
Michal Meloun <mmel@FreeBSD.org> |
TEGRA: Add basic driver for memory controller. For now, it only reports memory and SMMU access errors.
|
#
242b2482 |
| 09-Oct-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r306412 through r306905.
|
#
114abe76 |
| 29-Sep-2016 |
Michal Meloun <mmel@FreeBSD.org> |
TEGRA: Return back kern_clocksource.c into tegra config file. It was removed in r306444 by mistake.
|
#
ef3639e8 |
| 29-Sep-2016 |
Michal Meloun <mmel@FreeBSD.org> |
TEGRA: Don't include files already included by system or arch configs.
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
d6084013 |
| 05-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
Revision tags: release/10.3.0 |
|
#
ef2ee5d0 |
| 16-Mar-2016 |
Michal Meloun <mmel@FreeBSD.org> |
Import basic support for Nvidia Jetson TK1 board and tegra124 SoC. The following pheripherals are supported: UART, MMC, AHCI, EHCI, PCIe, I2C, PMIC, GPIO, CPU temperature and clock.
Note: The PCIe d
Import basic support for Nvidia Jetson TK1 board and tegra124 SoC. The following pheripherals are supported: UART, MMC, AHCI, EHCI, PCIe, I2C, PMIC, GPIO, CPU temperature and clock.
Note: The PCIe driver is pure mash at this moment. It will be reworked immediately when both D5237 and D2579 enter the current tree.
show more ...
|