summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-06-23Revert "powerpc: fix regression in arch_initr_trap()"Tom Rini1-1/+0
2021-06-23powerpc: Don't use relative include for config.h in global_data.hTom Rini1-1/+1
2021-06-17board: freescale: t208xrdb: add a config option for rev D dts fixupsCamelia Groza1-0/+7
2021-05-27powerpc: fix regression in arch_initr_trap()Matt Merhar1-0/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-2/+2
2021-05-11boards: Disable CMD_SATA on platforms that no longer have a SATA driver enabledTom Rini1-11/+0
2021-04-27powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLDRasmus Villemoes3-2/+23
2021-04-27powerpc: lib: remove leftover CONFIG_5xxRasmus Villemoes1-2/+0
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes1-1/+1
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-1/+0
2021-04-15powerpc: dts: t1042d4rdb: add FMan v3 nodesCamelia Groza1-1/+54
2021-04-15powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+46
2021-04-15powerpc: dts: qoriq: update the mdio offsets under the second FMan v3Camelia Groza11-14/+14
2021-04-15powerpc: dts: t4240rdb: add FMan v3 nodesCamelia Groza1-1/+141
2021-04-15powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+101
2021-04-15powerpc: dts: t2080rdb: add FMan v3 nodesCamelia Groza1-1/+68
2021-04-15powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+51
2021-04-10ppc: Remove MPC837XEMDS boardTom Rini1-8/+0
2021-04-10ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini7-323/+2
2021-04-10ppc: Remove ARCH_P1022 supportTom Rini6-171/+2
2021-04-10ppc: Remove controlcenterd boardsTom Rini1-5/+0
2021-04-10ppc: Remove gdsys hrcon boardsTom Rini1-4/+0
2021-04-10ppc: Remove gdsys strider boardsTom Rini1-6/+0
2021-04-10ppc: Remove MPC8308RDB boardTom Rini1-6/+0
2021-04-10ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini6-49/+6
2021-04-10ppc: Remove TARGET_T1040QDS referencesTom Rini1-1/+0
2021-04-10ppc: Remove MPC8349ITX boardTom Rini1-6/+0
2021-03-23powerpc: t2080rdb: Enable RTC supportChris Packham1-0/+8
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng1-1/+1
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng1-1/+1
2021-03-05ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng1-0/+1
2021-03-05ppc: io.h: Use addrmap_ translation APIs only in post-relocation phaseBin Meng1-6/+9
2021-03-05ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAWBin Meng2-0/+4
2021-03-05configs: fsl: move via specific defines to KconfigRajesh Bhagat1-0/+6
2021-02-25ppc: Remove MPC8569MDS boardTom Rini7-141/+3
2021-02-22mpc8379erdb: Add device treeSinan Akman2-0/+75
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini37-1/+37
2021-02-15ppc: Remove MPC8641HPCN boardTom Rini1-7/+0
2021-02-15ppc: Remove MPC8610HPCD boardTom Rini1-6/+0
2021-02-15ppc: Remove MPC8572DS boardTom Rini1-9/+0
2021-02-15ppc: Remove MPC8544DS boardTom Rini1-6/+0
2021-02-08gpio: mpc8xxx_gpio: Fix for litte endianBiwen Li1-0/+13
2021-02-08mpc8xxx: fsl_pamu: Update data type in config_pamuPriyanka Jain1-1/+1
2021-02-08PowerPC: keymile: Add support for kmcent2 boardNiel Fourie3-0/+102
2021-02-08PowerPC: dts: Pulled in kmcent2 dts files from Linux 5.10Niel Fourie17-0/+1580
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass37-1/+37
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2-0/+20
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-1/+3