coreboot/src
Alexandru Gagniuc 3dd0e72d3b lib/hexdump: Take const void * and size_t as arguments
Representing a memory location as an unsigned long is specific to
32-bit architectures. It also doesn't make sense to represent a length
assumed to be positive as a signed integer. With this change, it is no
longer necessary to cast a pointer to unsigned long when passing it to
hexdump.

Change-Id: I641777d940ceac6f37c363051f1e9c1b3ec3ed95
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/4575
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2014-01-14 08:07:44 +01:00
..
arch lib: Make log2() available in romstage on ARM, not just x86 2014-01-13 04:03:06 +01:00
console Remove sprintf 2014-01-10 18:08:31 +01:00
cpu cpu/allwinner/a10: Provide utility to make a bootable image 2014-01-13 04:03:00 +01:00
device lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content 2014-01-12 17:41:02 +01:00
drivers xpowers/axp209: Add helper to set voltages from devicetree config 2014-01-13 06:24:54 +01:00
ec acpi/ec: Add missing delays 2014-01-12 18:06:06 +01:00
include lib/hexdump: Take const void * and size_t as arguments 2014-01-14 08:07:44 +01:00
lib lib/hexdump: Take const void * and size_t as arguments 2014-01-14 08:07:44 +01:00
mainboard cubieboard: Configure system voltages from devicetree 2014-01-13 06:25:01 +01:00
northbridge lib: Make log2() available in romstage on ARM, not just x86 2014-01-13 04:03:06 +01:00
southbridge ibexpeak / bd82x6x: Make SATA mode user-visible option. 2014-01-12 18:03:23 +01:00
superio superio: Uncomment the w83627uhg UART clock source initialization 2014-01-03 18:47:22 +01:00
vendorcode CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file 2014-01-12 17:41:58 +01:00
Kconfig AMD K8 (rev-F): Always have RAMINIT_SYSINFO 2013-12-29 19:45:50 +01:00