'index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/arm/nvidia/tegra_platform.c
AgeCommit message (Expand)Author
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-04Call acpi_device_register() / fdtbus_device_register() as approrpriate.thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-08-21#ifdef consistency.uwe
2020-07-10Add support for KASAN on ARMv[67]skrll
2020-06-20Convert to new proplib apiskrll
2019-01-03Add a link set for cpu enable methods.jmcneill
2018-12-15Add missing call to arm_fdt_cpu_mpstart, fixes SMP on Tegra X1jmcneill
2018-10-30Retire fdt_putchar and ap_early_put_char in favour of uartputc.skrll
2018-10-18Provide generic start code that assumes the MMU is off and caches areskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-09-10cleanup aarch64 mpstart and fdt bootstrapryo
2018-08-05Add prefixes to struct arm_platform{,_info} members.skrll
2018-07-08Use psci_fdt_bootstrap for MP spinup on Tegra210.jmcneill
2018-07-07Use arm_generic_bs_tag instead of armv7_generic_bs_tag and conditionallyjmcneill
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-17move from sys/arch/arm/arm32/armv7_generic_dma.c to sys/arch/arm/arm/arm_gene...ryo
2017-12-19Trailing whitespaceskrll
2017-10-22Centralise defines for DEVMAP_{ALIGN,SIZE,ENTRY,ENTRY_END}skrll
2017-07-20Get rid of tegra_chip_id/tegra_chip_name and rely on FDT for this info.jmcneill
2017-06-02Allow platform code to specify the UART frequency for consinitjmcneill
2017-06-02FDT-ize "delay" by having fdt_machdep provide the delay() function andjmcneill
2017-05-30Fix VERBOSE_INIT_ARM build with TEGRA kernel.jmcneill
2017-05-29Rename armv7fdt to armfdt now that bus space + dma tags are filled in byjmcneill
2017-05-29Move console initialization out of platform code into the console driversjmcneill
2017-05-28Add a facility for platform-specific callbacks and use it to remove mostjmcneill