1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-16 22:43:43 +01:00
Files
u-boot-megous/cmd
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-04-22 12:06:39 -04:00
2019-04-22 12:06:39 -04:00
2019-12-15 11:44:19 +08:00
2017-02-08 15:56:28 -05:00
2019-07-24 13:16:29 -04:00
2020-02-04 09:07:24 +05:30
2020-04-30 17:16:12 +08:00
2020-01-10 14:18:26 -05:00
2020-01-17 10:15:49 -05:00
2019-10-31 07:22:53 -04:00
2018-08-11 09:16:08 +02:00
2019-08-11 16:43:41 -04:00
2018-05-23 17:30:05 -04:00
2019-08-22 00:10:09 +02:00
2018-12-04 19:44:57 +01:00
2018-09-25 21:49:18 -04:00
2019-02-19 08:55:43 -05:00
2020-01-07 14:37:50 +01:00
2020-04-09 09:18:56 -04:00
2020-04-20 06:47:54 +02:00
2020-04-17 12:32:36 -04:00
2020-04-16 08:07:58 -06:00
2019-08-11 16:43:41 -04:00
2020-05-01 11:34:01 -04:00
2019-08-11 19:27:41 -04:00
2019-06-21 10:07:11 -04:00
2019-08-11 16:43:41 -04:00
2020-04-30 17:16:12 +08:00
2019-08-11 16:43:41 -04:00
2016-10-06 20:57:42 -04:00
2018-09-28 18:27:33 +02:00
2019-09-04 11:37:19 -05:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-12-04 17:10:51 -05:00
2018-05-08 09:07:35 -04:00
2020-01-17 14:02:35 -05:00
2020-01-27 22:27:21 +05:30
2019-08-11 16:43:41 -04:00
2019-10-11 15:33:27 -04:00
2020-01-21 15:56:15 +01:00
2020-02-05 19:33:46 -07:00
2020-02-05 19:33:46 -07:00
2019-08-11 16:43:41 -04:00
2020-04-20 06:34:56 +02:00
2019-10-23 20:47:12 -04:00
2020-04-17 12:32:12 -04:00
2019-08-11 16:43:41 -04:00
2018-09-28 20:22:36 -04:00
2019-04-12 07:04:18 +02:00
2018-07-02 14:14:20 -05:00
2020-01-23 07:29:58 -05:00
2019-08-11 16:43:41 -04:00