| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm: Remove IMX6 kernel config | Emmanuel Vadot | 2023-03-17 | 1 | -138/+0 |
| * | arm: conf: Remove options EXT_RESOURCES | Emmanuel Vadot | 2022-02-21 | 1 | -2/+1 |
| * | sys/*/conf/*, docs: fix links to handbook | Ceri Davies | 2021-05-20 | 1 | -1/+1 |
| * | Factor-out hardware-independent part of USB HID support to new module | Vladimir Kondratyev | 2021-01-07 | 1 | -0/+3 |
| * | Add the standard extres pseudo devices to the IMX6 kernel config. | Ian Lepore | 2020-11-25 | 1 | -0/+9 |
| * | sys: Remove DEV_RANDOM device option | Conrad Meyer | 2019-06-21 | 1 | -1/+0 |
| * | tun/tap: merge and rename to `tuntap` | Kyle Evans | 2019-05-08 | 1 | -1/+1 |
| * | Move options INTRNG into std.armv6 and std.armv7 | Warner Losh | 2018-08-20 | 1 | -2/+0 |
| * | Oops, fix a typo: imx_snvs should be imx6_snvs. | Ian Lepore | 2018-07-08 | 1 | -1/+1 |
| * | Move device statements out of std.imx* and into kernel config files. | Ian Lepore | 2018-07-08 | 1 | -0/+2 |
| * | Build modules specific to imx5/imx6 only when building those kernels. | Ian Lepore | 2018-02-18 | 1 | -1/+1 |
| * | Update several more URLs | Eitan Adler | 2017-10-29 | 1 | -2/+2 |
| * | Tag all armv7 kernels as such in their machine config line. | Warner Losh | 2017-10-05 | 1 | -1/+1 |
| * | Add an ahci driver for imx6. | Ian Lepore | 2017-08-03 | 1 | -0/+3 |
| * | Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM is | Andrew Turner | 2017-07-07 | 1 | -1/+0 |
| * | Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM and | Andrew Turner | 2017-07-04 | 1 | -1/+0 |
| * | Port the IMX6 kernel configuration to use MULTIDELAY. This will help adding | Andrew Turner | 2017-04-10 | 1 | -0/+1 |
| * | Move the IMX6 kernels to use PLATFORM_SMP. This is the last SMP config to | Andrew Turner | 2017-03-17 | 1 | -0/+1 |
| * | Remove HZ=<various> from all armv6 configs, put HZ=1000 in std.armv6. | Ian Lepore | 2016-07-09 | 1 | -1/+0 |
| * | Consolidate debugging options from all arm kernel configs to std.arm[v6]. | Ian Lepore | 2016-07-09 | 1 | -18/+0 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Remove the commented out sc device from the i.MX kernels, they both use | Andrew Turner | 2016-01-15 | 1 | -8/+0 |
| * | Add i.MX 6 IPU driver and enable it in IMX6 config | Oleksandr Tymoshenko | 2015-12-21 | 1 | -0/+3 |
| * | - Add driver for i.MX 6 HDMI framer | Oleksandr Tymoshenko | 2015-12-21 | 1 | -0/+3 |
| * | Create device options for the two common ARM timers. | Andrew Turner | 2015-11-21 | 1 | -0/+2 |
| * | Remove pl310.c from the SoC std.* files, it's in files.arm | Andrew Turner | 2015-11-20 | 1 | -0/+2 |
| * | Enable ARM_INTRNG on IMX6 platforms, and make the imx_gpio driver an | Ian Lepore | 2015-10-18 | 1 | -0/+2 |
| * | Enable the watchdog driver on imx6, now that it works. | Ian Lepore | 2015-08-19 | 1 | -1/+1 |
| * | Use the new gic option on all configs that need it. | Andrew Turner | 2015-05-10 | 1 | -0/+3 |
| * | Clean up the ARM kernel configs to use 'include<space><tab>"file"'. | Andrew Turner | 2015-05-07 | 1 | -1/+1 |
| * | Move the first batch of common armv6 options to std.armv6. | Andrew Turner | 2015-05-05 | 1 | -30/+0 |
| * | Create std.arm and std.armv6 config files and include the right one from | Ian Lepore | 2015-05-05 | 1 | -0/+1 |
| * | Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used to | Andrew Turner | 2015-04-23 | 1 | -0/+2 |
| * | Add a "module" to build the dtb files for all supported imx6 systems. | Ian Lepore | 2015-03-02 | 1 | -0/+1 |
| * | Remove "New" label from NFSCL/NFSD now that they are the only NFS | John Baldwin | 2015-01-06 | 1 | -2/+2 |
| * | Switch i.MX to use the platform code to help with a single Freescale kernel. | Andrew Turner | 2014-12-24 | 1 | -0/+1 |
| * | Fix the indentation to simplify comparing the ARM config files. | Andrew Turner | 2014-12-21 | 1 | -1/+1 |
| * | tart to clean up the armv6 kernel configs by reducing the diff between | Andrew Turner | 2014-12-21 | 1 | -27/+30 |
| * | Clean up to use the standard style of "options \t" and "device\t\t" | Andrew Turner | 2014-12-20 | 1 | -95/+95 |
| * | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 1 | -1/+0 |
| * | The iomux driver is no longer optional, all imx platforms have it as | Ian Lepore | 2014-09-04 | 1 | -1/+0 |
| * | Resync comments about scbus and pass for life after AHCI joined CAM. | Warner Losh | 2014-09-01 | 1 | -2/+2 |
| * | Put option FDT into the base IMX6 config and remove it from the config | Ian Lepore | 2014-08-31 | 1 | -0/+1 |
| * | Enable SCTP support. It runs perfectly fine on a Wandboard quad. | Michael Tuexen | 2014-08-30 | 1 | -1/+1 |
| * | Remove FDT option, since it is in every file, which includes this one. | Michael Tuexen | 2014-08-30 | 1 | -1/+0 |
| * | Enable Freescale i.MX I2C driver for i.MX6. | Ruslan Bukin | 2014-07-22 | 1 | -3/+3 |
| * | o Enable GPIO device driver for i.MX6. | Ruslan Bukin | 2014-07-18 | 1 | -1/+4 |
| * | Switch wandboards over to the common IMX6 kernel config, which has SMP | Ian Lepore | 2014-04-04 | 1 | -3/+3 |
| * | In kernel config files, it is supposed to be 'options<space><tab>' not | Warner Losh | 2014-03-18 | 1 | -1/+1 |
| * | Make all the comments '# ' and align to same column. This fixes the | Warner Losh | 2014-03-16 | 1 | -3/+3 |