Files
u-boot/include
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
..
2019-12-06 16:44:20 -05:00
2019-10-16 05:42:27 +02:00
2019-07-24 13:16:29 -04:00
2020-05-11 10:16:49 +05:30
2020-04-17 12:32:36 -04:00
2019-12-15 11:44:16 +08:00
2020-04-30 17:16:12 +08:00
2020-02-05 19:33:46 -07:00
2020-05-11 01:30:49 +05:30
2019-04-23 20:26:43 -06:00
2020-02-05 19:33:46 -07:00
2019-10-13 23:34:43 +02:00
2020-05-07 09:01:42 -04:00
2019-04-22 12:06:39 -04:00
2020-01-24 23:06:47 +05:30
2020-04-29 11:10:54 +05:30
2020-01-20 15:38:16 +01:00
2019-10-14 09:31:41 +02:00
2020-01-20 15:38:16 +01:00
2020-04-30 17:40:16 +08:00
2019-11-07 18:39:16 -05:00
2019-08-11 16:43:41 -04:00
2020-04-17 12:32:36 -04:00
2019-12-02 18:23:11 -05:00
2019-05-20 13:50:34 +02:00
2020-01-25 12:04:36 -05:00
2020-03-09 18:11:23 -05:00
2020-02-05 19:33:46 -07:00
2019-12-15 11:44:11 +08:00
2020-04-30 10:25:07 +02:00
2020-05-15 13:53:50 -04:00
2019-05-20 13:50:34 +02:00
2020-02-05 19:33:46 -07:00
2019-12-06 16:44:19 -05:00
2020-04-27 13:53:13 +02:00
2020-02-05 19:33:46 -07:00
2020-04-16 14:36:28 +08:00
2019-05-21 17:33:23 -06:00
2020-01-24 23:06:49 +05:30
2020-01-21 15:56:15 +01:00
2020-02-07 22:46:35 +08:00
2020-04-24 16:40:09 -04:00