]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Commit some sins in the name of "oh god oh god I don't really want to
[FreeBSD/FreeBSD.git] / sys / arm /
2014-05-10 andrewRename platform_gpio_init to be platform specific,...
2014-05-10 andrewRename platform_gpio_init to be SoC specific, and make...
2014-05-10 ianWhen mapping device memory, use PTE_DEVICE rather than...
2014-05-09 ianCall idcache_inv_all from the AP core entry code before...
2014-05-09 ganboldAdd the codes for enabling CPU cores of Rockchip RK3188...
2014-05-08 ianConsolitate all the AP core startup stuff under a singl...
2014-05-08 ianMove the mptramp code which is specific to the Marvell...
2014-05-08 ianUse edge-triggered interrupts rather than polling loops...
2014-05-06 ianEnable PL310 power-saving modes and tune the cache...
2014-05-06 ianAdd a public routine to set the L2 cache ram latencies...
2014-05-06 ianAdd defines for the bits in the PL310 debug control...
2014-05-06 ianCall platform_pl310_init() before enabling the controll...
2014-05-06 ianBreak out the code that figures out the L2 cache geomet...
2014-05-06 ianMove the pl310.enabled tunable to hw.pl310.enabled...
2014-05-03 loosFix the tinderbox armv6/arm build failure.
2014-05-02 ganboldSwitch to use arm_devmap_add_entry() to setup static...
2014-04-30 impThis was copied to IMX6, which has since evolved furthe...
2014-04-30 impOmit from the universe build all config files tagged...
2014-04-30 ianConvert the Zynq SoC support to the new routines for...
2014-04-29 ianMake this declaration into a proper function prototype.
2014-04-29 ianAdd SMP support for Zedboard.
2014-04-28 ianDon't use multiprocessing-extensions instruction on...
2014-04-27 ianMove duplicated code to print l2 cache config into...
2014-04-27 ianExplain why wbinv_all is SMP-safe in this case, and...
2014-04-27 ianFlush and invalidate caches on each CPU as part of...
2014-04-27 ianThere is no difference between IPI_STOP and IPI_STOP_HA...
2014-04-27 ianRemove cpu_idcache_wbinv_all() from kdb_cpu_trap()...
2014-04-27 ianProvide a proper armv7 implementation of icache_sync_al...
2014-04-26 ianCall cpu_icache_sync_range() rather than sync_all since...
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-26 ianStop calling imx51_ccm_foo() clock functions from imx6...
2014-04-23 baptUpdate to byacc 20140409
2014-04-20 ianRemove uncessary cache and TLB maintenance ops.
2014-04-08 rpauloUpdates to i.MX53:
2014-04-07 rpauloMove sys/arm/econa to sys/arm/cavium/cns11xx.
2014-04-06 ianTell VM we now have ARM platforms with physically disco...
2014-04-06 loosPartially revert r264083.
2014-04-06 ianAdd a couple more required TLB flushes.
2014-04-05 rpauloFollow files.imx51 and add vt support.
2014-04-05 rpauloRemove code under PMAP_CACHE_VIVT that is not compiled...
2014-04-05 loos- Fix the setup of interrupts for banks 2 and 3 on...
2014-04-05 brCorrect the end address of the video frame buffer.
2014-04-04 ianEnable SMP for Pandaboard.
2014-04-04 ianSwitch wandboards over to the common IMX6 kernel config...
2014-04-04 ianWe don't support any ARM systems with an ISA bus and...
2014-04-04 ianAllocate per-cpu resources for doing pmap_zero_page...
2014-04-04 ianFix TLB maintenance issues for armv6 and armv7.
2014-04-04 ianFix TTB set operation for armv7.
2014-04-04 ianFlag several sysctl variables as tunables.
2014-04-04 ianAdjust the comments about translating clock divisor...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 brRemove unused prototype.
2014-04-04 ianLet's try having just one mmc/sd controller driver.
2014-04-04 ianUse the sdhci driver for Pandaboard.
2014-04-04 ianSwitch OMAP4 (Pandaboard et. al.) to use the ti_sdhci...
2014-04-04 ianFix the logic for translating between MMCHS and SDHCI...
2014-04-04 ianVarious fixes to the ti_sdhci driver, mostly to make...
2014-04-04 ianActually save the clock frequency retrieved from fdt...
2014-04-03 loosMove the GPIO bank initialization to a new function...
2014-04-03 br- Setup both secure and non-secure timer IRQs.
2014-04-02 ianRework the cpu frequency management code for imx6.
2014-04-02 ianSwitch imx6 to using the mpcore per-cpu event timers...
2014-04-02 ianDon't call sdhci_init_slot() until after handling the...
2014-04-02 ianTrivial changes/forced-commit to document previous...
2014-04-02 ian(no commit message)
2014-04-02 ianDisable the timer and clear any pending bit, then setup...
2014-04-01 loosFix some of the style(9) problems on ti_gpio. Note...
2014-04-01 tijlRename __wchar_t so it no longer conflicts with __wchar...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 brAdd Cortex-A15 cpu id revisions.
2014-04-01 brRelease i2c bus on detach.
2014-03-30 brAdd support for keyboard used in Samsung Chromebook...
2014-03-30 brAdd lowercase postfix, so SoC-common file will be ignor...
2014-03-30 brDirectly call kmem_alloc_contig to allocate framebuffer...
2014-03-30 br- Merge SoC-common parts
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-29 andrewVFP fixes/cleanups for ARM11:
2014-03-29 andrewInitialise fpscr to a sane value when we create the...
2014-03-29 andrewAdd more flags for the fpexc register from the ARM1176J...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-25 ganboldSwitch to my freebsd.org emal address in copyright.
2014-03-25 ganboldAdd code for enabling second CPU core for A20 SoC.
2014-03-24 loosAdds the ADC driver for TI AM3xxx SoC family.
2014-03-24 andrewMove an else case that was missed in r263676
2014-03-23 andrewReorder the pmap macros so "ARM_MMU_V6 + ARM_MMU_V7...
2014-03-22 baptUpdate to 20140321
2014-03-22 andrewSimplify how we build MACHINE_ARCH. There are 3 options...
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-20 brRename mct and ehci drivers files to match common naming.
2014-03-20 brRemove printf's.
2014-03-20 brAdd support for Samsung Chromebook (ARM Cortex A15...
2014-03-20 brAdd driver for Display Controller.
2014-03-20 br- Add display-related and clk devices to the tree
2014-03-20 brDisable debugging by default.
2014-03-18 impIn kernel config files, it is supposed to be 'options...
2014-03-16 ianUse armv7 TLB flush code, not arm11, for cortex-a proce...
2014-03-16 ianUse the same terminology as the ARM docs in comments...
2014-03-16 impMake all the comments '# ' and align to same column...
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-15 impFix wandboard to include tmpfs, mbr and bsd labels.
next