rcar: Use generic console_t data structureSince now the generic console_t structure holds the UART base address aswell, let's use that generic location and drop the UART driver specificdata struc
rcar: Use generic console_t data structureSince now the generic console_t structure holds the UART base address aswell, let's use that generic location and drop the UART driver specificdata structure at all.Change-Id: I836e26ff1771abf21fd460d0ee40e90a452e9b43Signed-off-by: Andre Przywara <andre.przywara@arm.com>
show more ...
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.All common C compilers predefine a macro called __ASSEMBLER__ whenpre
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.All common C compilers predefine a macro called __ASSEMBLER__ whenpreprocessing a .S file. There is no reason for TF-A to define it's own__ASSEMBLY__ macro for this purpose instead. To unify code with theexport headers (which use __ASSEMBLER__ to avoid one extra dependency),let's deprecate __ASSEMBLY__ and switch the code base over to thepredefined standard.Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417Signed-off-by: Julius Werner <jwerner@chromium.org>
rcar_gen3: console: Convert to multi-console APIConvert the R-Car Gen3 platform and both SCIF and Log driversto multi-console API.Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>Chang
rcar_gen3: console: Convert to multi-console APIConvert the R-Car Gen3 platform and both SCIF and Log driversto multi-console API.Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>Change-Id: I18556973937d150b60453f9150d54ee612571e35