Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
hiomapd
/
55260cef8be6d7630087cf07f9d664fb0b40c7c4
« Previous
817d221
mboxd_pnor_partition_table: Remove redundant wrapper functions
by Andrew Jeffery
· 7 years ago
3af92a4
pnor_partition: Remove redundant ReturnCode enum
by Andrew Jeffery
· 7 years ago
889ab51
pnor_partition: Remove redundant Descriptor class
by Andrew Jeffery
· 7 years ago
ad34310
pnor_partition: Refactor to enforce stronger boundaries for abstractions
by Andrew Jeffery
· 7 years ago
fc62158
mboxd_flash_virtual: Remove dependence on vpnor_get_partition_table_size
by Andrew Jeffery
· 7 years ago
730e3b0
test: vpnor: Add create_read_window_partition_invalid
by Andrew Jeffery
· 7 years ago
ae1edb9
pnor_partition_table: Raise exception for unmapped offsets
by Andrew Jeffery
· 7 years ago
cd92851
pnor_partition_table: Improve readability of Table::partition(size_t)
by Andrew Jeffery
· 7 years ago
2ceba89
pnor_partition_table: Move struct vpnor_partition_table to header
by Andrew Jeffery
· 7 years ago
bd38c21
pnor_partition_table: Rename offt to blockOffset in Table::partition()
by Andrew Jeffery
· 7 years ago
2b73f17
test: vpnor: Add create_read_window_straddle_partitions
by Andrew Jeffery
· 7 years ago
7eed6de
test: vpnor: Add create_read_window_toc
by Andrew Jeffery
· 7 years ago
3c9bb3e
test: vpnor: Add create_read_window_oob
by Andrew Jeffery
· 7 years ago
bfe6f80
test: vpnor: Add toc_missing_file
by Andrew Jeffery
· 7 years ago
3376dac
test: vpnor: Add toc_lookup_failed
by Andrew Jeffery
· 7 years ago
a138f56
test: vpnor: Add toc_lookup_found
by Andrew Jeffery
· 7 years ago
4ca1aa5
pnor_partition_table: Disallow overlapping partitions
by Andrew Jeffery
· 7 years ago
f5a5138
test: vpnor: Add toc_overlap
by Andrew Jeffery
· 7 years ago
0f9fbd6
pnor_partition_table: Fixes for flag handling in writeUserData()
by Andrew Jeffery
· 7 years ago
9b25b59
test: vpnor: Add toc_flags
by Andrew Jeffery
· 7 years ago
a11a3b0
test: vpnor: Add toc_no_version
by Andrew Jeffery
· 7 years ago
50ab1de
test: vpnor: Add toc_no_end
by Andrew Jeffery
· 7 years ago
437c80f
test: vpnor: Add toc_no_start
by Andrew Jeffery
· 7 years ago
db49341
pnor_partition_table: Disallow ToC entries with start greater than end
by Andrew Jeffery
· 7 years ago
17bbf45
test: vpnor: Add toc_start_gt_end
by Andrew Jeffery
· 7 years ago
b02ef43
test: vpnor: Add toc_no_name
by Andrew Jeffery
· 7 years ago
8de4c13
test: vpnor: Fix partition sizes in create_read_window_partition_exists
by Andrew Jeffery
· 7 years ago
de90fdc
test: vpnor: Rename create_read_window_vpnor
by Andrew Jeffery
· 7 years ago
733cbe6
test: vpnor: Rename write_flash_pnor to write_patch and clean up
by Andrew Jeffery
· 7 years ago
24f4459
test: vpnor: Extract write_rw from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
f050fcf
test: vpnor: Extract write_ro from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
ad341a2
test: vpnor: Extract write_prsv from write_flash_vpnor
by Andrew Jeffery
· 7 years ago
a658253
test: vpnor: Reduce clutter by defining VPNOR_LDADD
by Andrew Jeffery
· 7 years ago
09cff3a
test: write_flash_vpnor: Remove unused macro
by Andrew Jeffery
· 7 years ago
32476cb
test: tmpd: Populate path members under struct mbox_context
by Andrew Jeffery
· 7 years ago
e4cf6ac
mboxd_pnor_partition_table: Avoid using strcpy
by Andrew Jeffery
· 7 years ago
fe5cc8f
test: write_flash_vpnor: Integrate VpnorRoot
by Andrew Jeffery
· 7 years ago
097495c
test: tmpd: Make VpnorRoot the parent of ro/rw/prsv/patch
by Andrew Jeffery
· 7 years ago
0b657f4
create_read_window_vpnor: Integrate VpnorRoot
by Andrew Jeffery
· 7 years ago
812923d
test: tmpd: Replace createVpnorRoot() with VpnorRoot class
by Andrew Jeffery
· 7 years ago
d083efd
test: Add temporary directory helper for virtual PNOR tests
by Andrew Jeffery
· 7 years ago
9ecef79
create_pnor_partition_table: Extract helper for vpnor trees
by Andrew Jeffery
· 7 years ago
4fe996c
misc: Replace license blurb with kernel-style SPDX markers
by Andrew Jeffery
· 7 years ago
acee683
misc: Add license blurb to unlicensed files
by Andrew Jeffery
· 7 years ago
8598591
test: Move related tests to vpnor directory
by Andrew Jeffery
· 7 years ago
5345c51
test: Move tests to a separate Makefile fragment
by Andrew Jeffery
· 7 years ago
7f9c343
pnor_partition_table: Rework semantics of Table::size()
by Andrew Jeffery
· 7 years ago
b87aa32
pnor_partition_table: Log errors for invalid properties
by Andrew Jeffery
· 7 years ago
e8a79ff
pnor_partition{,_table}: Conform to logging requirements
by Andrew Jeffery
· 7 years ago
f96bd16
pnor_partition_table: Make parseTocLine throw exceptions
by Andrew Jeffery
· 7 years ago
d976c9c
pnor_partition_table: Drop Table ctor with default location
by Andrew Jeffery
· 7 years ago
d394a78
pnor_partition_table: Move parseTocLine() out of Table class
by Andrew Jeffery
· 7 years ago
4859540
pnor_partition_table: Make writeSizes() private to namespace
by Andrew Jeffery
· 7 years ago
faaa71c
pnor_partition_table: Hoist partition existence check from parseTocLine()
by Andrew Jeffery
· 7 years ago
a76199b
pnor_partition_table: Make writeUserdata() private to namespace
by Andrew Jeffery
· 7 years ago
4cc2e8f
pnor_partition_table: Make writeDefaults() private to namespace
by Andrew Jeffery
· 7 years ago
54e9122
pnor_partition_table: Make writeNameAndId() private to namespace
by Andrew Jeffery
· 7 years ago
62de1aa
pnor_partition_table: Return early in parseTocLine()
by Andrew Jeffery
· 7 years ago
581a4f2
pnor_partition_table: Extract preparePartitions() loop body
by Andrew Jeffery
· 7 years ago
f34db31
Format C++ files according to OpenBMC style guide
by Andrew Jeffery
· 7 years ago
25eca77
README: Begin documenting development style rules
by Andrew Jeffery
· 7 years ago
c2c0868
test: system: Return memory size rather than mtd size in LPC ioctl
by Andrew Jeffery
· 7 years ago
ee7af88
test: mbox: Type buf parameter to dump_buf() as `const void *`
by Andrew Jeffery
· 7 years ago
c314404
test: Update tmpf to store data in /tmp, reformat names
by Andrew Jeffery
· 7 years ago
baea36d
gitignore: Ignore all cscope files
by Andrew Jeffery
· 7 years ago
44ac078
common: Improve readability and utility of MSG_*() macros
by Andrew Jeffery
· 7 years ago
7a3814b
common: Ensure helpers are endian-safe
by Andrew Jeffery
· 7 years ago
cafb002
test: Fix memory leak in write_flash_vpnor
by Andrew Jeffery
· 7 years ago
e570740
pnor_partition_table: Fix printf() format specifier for size_t
by Andrew Jeffery
· 7 years ago
acb32ef
pnor_partition_table: Parse all miscellaneous user flags from TOC
by Adriana Kobylak
· 7 years ago
2ad2132
vpnor table: Set base address to actual offset
by Adriana Kobylak
· 7 years ago
0a2cc95
mboxd_flash_virtual.cpp: Fix variable name for checking mmap rc
by Adriana Kobylak
· 7 years ago
6c3ccf8
Point mailbox daemon documentation to mboxbridge
by Brandon Wyman
· 7 years ago
987672a
Point mailbox control protocol to mboxbridge
by Brandon Wyman
· 7 years ago
08b0a89
Fix up InternalFailure to include metadata
by Marri Devender Rao
· 7 years ago
59ce099
Fix for mboxd segfault during flash read
by Jayanth Othayoth
· 7 years ago
6577ef3
docs: Specify V3 of the mbox protocol
by Suraj Jitindar Singh
· 7 years ago
8493c33
vpnor: Fix unable to read unaligned partition override files
by Suraj Jitindar Singh
· 7 years ago
7760fd8
mboxd/dbus: Unconditionally send BMC EVENT to host on resume
by Suraj Jitindar Singh
· 7 years ago
5cd1a43
phosphor-mboxd: Define mboxd dbus properties and methods
by Leonel Gonzalez
· 7 years ago
6e6aa3a
vpnor: gracefully handle missing HBB partition
by Deepak Kodihalli
· 7 years ago
97578a6
Spelling and grammar fixes for mboxd.md
by Gunnar Mills
· 7 years ago
4bcf02b
Spelling and grammar fixes for mbox_protocol.md
by Gunnar Mills
· 7 years ago
1e1bdc7
pnor_partition_table: Handle toc addresses starting with 0x
by Adriana Kobylak
· 7 years ago
eb08355
Set partition actual size to file size if patch file present
by Adriana Kobylak
· 7 years ago
c71dfd7
vpnor: Add patch location
by Adriana Kobylak
· 7 years ago
88c7406
vpnor: mboxd reset: reconstruct TOC
by Deepak Kodihalli
· 7 years ago
f9abed0
vpnor: return appropriate return code
by Deepak Kodihalli
· 7 years ago
64ec3e4
vpnor: rename APIs
by Deepak Kodihalli
· 7 years ago
aee7389
vpnor: correct offset alignment
by Deepak Kodihalli
· 7 years ago
e8b0e8a
vpnor: add partition version check to the TOC
by Deepak Kodihalli
· 7 years ago
b100fb8
vpnor copy_flash: remove incorrect size check
by Deepak Kodihalli
· 7 years ago
7ee307c
copy_flash: update window size
by Deepak Kodihalli
· 7 years ago
017e45c
vpnor: create hostboot bootloader partition
by Deepak Kodihalli
· 7 years ago
8a89969
vpnor: add API to get partition entry by name
by Deepak Kodihalli
· 7 years ago
d1d7930
vpnor: make PNOR block size configurable
by Deepak Kodihalli
· 7 years ago
abd52a7
vpnor: implement init_flash_dev
by Deepak Kodihalli
· 7 years ago
96acf16
vpnor: fix partition file path passed to open()
by Deepak Kodihalli
· 7 years ago
b9cdcd2
vpnor partition table: fix checksums
by Deepak Kodihalli
· 7 years ago
2407f15
test: write the vpnor file(flash)
by Ratan Gupta
· 7 years ago
Next »