1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-17 00:03:44 +01:00
Files
u-boot-megous/drivers/video
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
..
2020-05-11 10:16:49 +05:30
2019-08-11 16:43:41 -04:00
2019-10-13 23:34:43 +02:00
2018-06-17 21:16:04 +08:00
2020-01-07 10:26:55 +01:00
2019-10-13 23:38:36 +02:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2020-05-01 19:03:18 +02:00
2019-10-13 23:34:43 +02:00
2018-09-28 18:26:32 +02:00