u-boot-brain/arch/arm/mach-meson
Michael Walle 714497e327 efi_loader: round the memory area in efi_add_memory_map()
Virtually all callers of this function do the rounding on their own.
Some do it right, some don't. Instead of doing this in each caller,
do the rounding in efi_add_memory_map(). Change the size parameter
to bytes instead of pages and remove aligning and size calculation in
all callers.

There is no more need to make the original efi_add_memory_map() (which
takes pages as size) available outside the module. Thus rename it to
efi_add_memory_map_pg() and make it static to prevent further misuse
outside the module.

Signed-off-by: Michael Walle <michael@walle.cc>
Add missing comma in sunxi_display.c.
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-05-17 21:59:53 +02:00
..
board-axg.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
board-common.c efi_loader: round the memory area in efi_add_memory_map() 2020-05-17 21:59:53 +02:00
board-g12a.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
board-gx.c phy: Use _nodev naming convention if non-device clients 2020-05-11 01:30:49 +05:30
board-info.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
Kconfig board: amlogic: select PWRSEQ for all amlogic platform 2020-01-07 14:50:41 +01:00
Makefile ARM: meson: add G12a support 2019-04-23 11:19:09 +02:00
sm.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00