-
- Downloads
arm: Disable ATAGs support
With the exceptions of ds109, ds414, icnova-a20-swac, nokia_rx51 and
stemmy, disable ATAG support. A large number of platforms had enabled
support but never supported a kernel so old as to require it. Further,
some platforms are old enough to support both, but are well supported by
devicetree booting, and have been for a number of years. This is
because some of the ATAGs related functions have been re-used to provide
the same kind of information, but for devicetree or just generally to
inform the user. When needed still, rename these functions to
get_board_revision() instead, to avoid conflicts. In other cases, these
functions were simply unused, so drop them.
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Phil Sutter <phil@nwl.cc>
Cc: Stefan Bosch <stefan_b@posteo.net>
Signed-off-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/Kconfig 30 additions, 0 deletionsarch/arm/Kconfig
- board/CarMediaLab/flea3/flea3.c 2 additions, 0 deletionsboard/CarMediaLab/flea3/flea3.c
- board/Synology/common/Makefile 1 addition, 1 deletionboard/Synology/common/Makefile
- board/beckhoff/mx53cx9020/mx53cx9020.c 2 additions, 0 deletionsboard/beckhoff/mx53cx9020/mx53cx9020.c
- board/broadcom/bcmstb/bcmstb.c 0 additions, 5 deletionsboard/broadcom/bcmstb/bcmstb.c
- board/compulab/cm_fx6/cm_fx6.c 2 additions, 0 deletionsboard/compulab/cm_fx6/cm_fx6.c
- board/davinci/da8xxevm/da850evm.c 2 additions, 0 deletionsboard/davinci/da8xxevm/da850evm.c
- board/davinci/da8xxevm/omapl138_lcdk.c 0 additions, 14 deletionsboard/davinci/da8xxevm/omapl138_lcdk.c
- board/freescale/imxrt1020-evk/imxrt1020-evk.c 0 additions, 5 deletionsboard/freescale/imxrt1020-evk/imxrt1020-evk.c
- board/freescale/imxrt1050-evk/imxrt1050-evk.c 0 additions, 5 deletionsboard/freescale/imxrt1050-evk/imxrt1050-evk.c
- board/freescale/mx51evk/mx51evk.c 2 additions, 0 deletionsboard/freescale/mx51evk/mx51evk.c
- board/freescale/mx53loco/mx53loco.c 2 additions, 0 deletionsboard/freescale/mx53loco/mx53loco.c
- board/freescale/mx6sabreauto/mx6sabreauto.c 2 additions, 0 deletionsboard/freescale/mx6sabreauto/mx6sabreauto.c
- board/friendlyarm/nanopi2/board.c 4 additions, 4 deletionsboard/friendlyarm/nanopi2/board.c
- board/friendlyarm/nanopi2/hwrev.c 8 additions, 1 deletionboard/friendlyarm/nanopi2/hwrev.c
- board/friendlyarm/nanopi2/hwrev.h 1 addition, 1 deletionboard/friendlyarm/nanopi2/hwrev.h
- board/ge/mx53ppd/mx53ppd.c 2 additions, 0 deletionsboard/ge/mx53ppd/mx53ppd.c
- board/inversepath/usbarmory/usbarmory.c 2 additions, 0 deletionsboard/inversepath/usbarmory/usbarmory.c
- board/lg/sniper/sniper.c 2 additions, 0 deletionsboard/lg/sniper/sniper.c
- board/nokia/rx51/rx51.c 2 additions, 0 deletionsboard/nokia/rx51/rx51.c
Loading
Please register or sign in to comment