u-boot-brain/arch/x86
Simon Glass 21303d1de7 x86: apl: Adjust how the UART gets its platform data
At present this driver calls malloc() to start a new platform data
structure, fills it in and tells driver model to use it.

We want to avoid malloc, particularly with the new version of of-platdata.
Create a new struct which encompasses both the dtd struct and the ns16550
one, to avoid this. Unfortunately we must copy the data into the right
place for the ns16550 driver. Add some comments about this.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-01-05 12:24:41 -07:00
..
cpu x86: apl: Adjust how the UART gets its platform data 2021-01-05 12:24:41 -07:00
dts x86: coral: Move fsp-m settings to a subnode 2021-01-05 12:24:41 -07:00
include/asm x86: apl: Adjust how the UART gets its platform data 2021-01-05 12:24:41 -07:00
lib x86: tpl: Remove unwanted devicetree string 2021-01-05 12:24:41 -07:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig x86: Support Atom SoCs using SWSMISCI rather than the SWSCI 2020-09-25 11:27:18 +08:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00